Skip to content

Releases: tiipotto/tii

0.0.5

01 Oct 23:20
f51f7e5

Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

21 Jul 11:39
bce1dbe

Choose a tag to compare

What's Changed

Added structured entity processing infrastructure (json entities for example)
Added (fixed) support for macos and bsd (freebsd/netbsd/openbsd) with the extras feature
Changed rust-tls integration to no longer require aws-ring, but instead be crypto provider independent.
Use graviola crypto provider for all tests and examples. Tii no longer requires a C-Compiler to be able to run the examples now.

Full Changelog: 0.0.3...0.0.4

0.0.3

01 Mar 00:31
b1b50af

Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

23 Feb 02:25
4c879f8

Choose a tag to compare

Known issues with this release

  1. urlencoding (%encoding) query parameters (keys and values) doesn't work properly. Tii will not be able to handle requests that contains urlencoding in query parameters. Note that this issue is also present in the 0.0.1 release.

0.0.1

02 Feb 16:47
d72fed8

Choose a tag to compare

Initial release of tii.

Known issues

urlencoding (%encoding) query parameters (keys and values) doesn't work properly. Tii will not be able to handle requests that contains urlencoding in query parameters.