Skip to content

Releases: indigo-web/indigo

v0.16.3

26 Apr 17:48
0323144
Compare
Choose a tag to compare

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.16.1

24 Apr 22:22
3f91edc
Compare
Choose a tag to compare

What's Changed

  • Bug fixes and API improvements by @flrdv in #135

Full Changelog: v0.16.0...v0.16.1

v0.16.0

21 Apr 13:36
0b08aa8
Compare
Choose a tag to compare

What's Changed

  • Remove uniuri from go.mod by @CptIdea in #132
  • update dependencies and roll back to 1.18 minimal supported GC version by @flrdv in #133
  • V0.16.0 by @flrdv in #134

Full Changelog: v0.15.9...v0.16.0

v0.15.9

02 Feb 19:24
1329b99
Compare
Choose a tag to compare

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

29 Jan 07:43
ba5084d
Compare
Choose a tag to compare

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

16 Jan 21:04
ca6cf36
Compare
Choose a tag to compare

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

16 Jan 15:09
0fa40ca
Compare
Choose a tag to compare

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

15 Jan 16:11
c8a95ed
Compare
Choose a tag to compare

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

14 Jan 02:13
1c5fa67
Compare
Choose a tag to compare

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

14 Jan 01:15
768db47
Compare
Choose a tag to compare

What's Changed

  • Better performance of dynamic routing by @fakefloordiv in #123

Full Changelog: v0.15.2...v0.15.3