Skip to content

Releases: tenfensw/toolatra

Toolatra v19.12

21 Dec 19:42
Compare
Choose a tag to compare

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

05 Dec 15:16
Compare
Choose a tag to compare
Toolatra v19.12-pre Pre-release
Pre-release

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

17 Oct 19:16
Compare
Choose a tag to compare

This release fixes a bug that could cause issues with the internal server when the response status code is 500.

Toolatra 19.10

17 Oct 12:50
Compare
Choose a tag to compare
  • First Toolatra stable release
  • Supports GET, POST, PUT and DELETE HTTP requests
  • Supports templates (via an add-on)
  • Supports Tcl 8.5 properly