Releases: humansinput/toolatra
Releases · humansinput/toolatra
Toolatra v19.12
This is the December 2019 release of Toolatra micro web framework.
What's new?
- Broken pipe application freeze fixes
- Exceptions are now caught by Toolatra
- Minor bug fixes
Toolatra v19.12-pre
This is a pre-release version of Toolatra 19.12 framework. It adds:
- support for easy cookie read/write operations
- support for generating and validating authorization token via ToolatraAuth module
Toolatra 19.10.1
This release fixes a bug that could cause issues with the internal server when the response status code is 500.
Toolatra 19.10
- First Toolatra stable release
- Supports GET, POST, PUT and DELETE HTTP requests
- Supports templates (via an add-on)
- Supports Tcl 8.5 properly