Releases: tiipotto/tii
Releases · tiipotto/tii
0.0.5
What's Changed
- Make all methods in RequestHead be a delegate in RequestContext by @AlexanderSchuetz97 in #59
- fix non blocking issue preventing windows from working properly by @AlexanderSchuetz97 in #62
Full Changelog: 0.0.4...0.0.5
0.0.4
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
What's Changed
- fix urlencoding of query and path by @AlexanderSchuetz97 in #44
- add support for decoding gzip requests by @AlexanderSchuetz97 in #45
- Run all tests with valgrind by @AlexanderSchuetz97 in #46
- fix gzip chunked encoding and keep-alive handling for requests without a body (mostly curl based) by @AlexanderSchuetz97 in #47
- websocket_broadcaster: ignore timeouts when reading from clients. by @Grinkers in #48
Full Changelog: 0.0.2...0.0.3
0.0.2
Known issues with this release
- 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.