Releases: indigo-web/indigo
Releases · indigo-web/indigo
v0.16.3
WARNING! Do not use the previous 0.16.2 release (and probably 0.16.0 and 0.16.1 as well) - there used to be a bug that could freeze a connection for static file processing. This release contains purely bugfixes (and a tiny bit of internal improvements)
What's Changed
- Fixed bugs with no calling OnBind callback, infinite loop causing frozen connections in static files distribution by @flrdv in #138
Full Changelog: v0.16.2...v0.16.3
v0.15.9
What's Changed
- Reformat README.md by @CptIdea in #129
- Disconnect IDLE connections silently, return HTTP errors without description, other internal improvements by @flrdv in #130
New Contributors
Full Changelog: v0.15.8...v0.15.9
v0.15.8
What's Changed
- Storing version in a constant, improve simple router and adjust http.Respond behaviour by @flrdv in #128
Full Changelog: v0.15.7...v0.15.8
v0.15.7
What's Changed
- Optimized HTTP parser by approx. 0.5gb/s by @fakefloordiv in #127
Full Changelog: v0.15.6...v0.15.7
v0.15.6
What's Changed
- Fix bug, when mutators would be called twice on error by @fakefloordiv in #126
Full Changelog: v0.15.5...v0.15.6
v0.15.5
What's Changed
- Eliminated constant 16-byte allocation, extended test-coverage, minor internal updates by @fakefloordiv in #125
Full Changelog: v0.15.4...v0.15.5
v0.15.4
What's Changed
- Avoid printing status.CloseConnection responses in logging middleware by @fakefloordiv in #124
Full Changelog: v0.15.3...v0.15.4
v0.15.3
What's Changed
- Better performance of dynamic routing by @fakefloordiv in #123
Full Changelog: v0.15.2...v0.15.3