Skip to content

Releases: fasthttp/router

v0.3.4

20 May 09:24
Compare
Choose a tag to compare
  • c70cd47 Upgrade fasthttp to v1.3.0 and gotils (Sergio Andres Virviescas Santana)
  • afe496b Resolve timing attack vector. (Jamieson Becker)
  • 8117fc3 Resolve timing attack and use scrypt for hashing (Jamieson Becker)
  • 0e79bb2 Resolve timing attack and hash password (Jamieson Becker)
  • fa5e7eb important hotfix: golang's strings.ToLower is not backward compatible (Sergio Andres Virviescas Santana)

v0.3.3

18 Feb 07:27
Compare
Choose a tag to compare
  • 492bc22 Upgrade fasthttp to v1.2.0 and gotils (Sergio Andres Virviescas Santana)

v0.3.2

10 Jan 07:31
Compare
Choose a tag to compare
  • f95450d Upgrade dependencies (Sergio Andres Virviescas Santana)
  • c46989a Update benchmarks images (Sergio Andres Virviescas Santana)
  • f458e14 Revert unintentional list renaming (Kirill Danshin)
  • afdfd8b Replace misleading auto-replace artifacts (Kirill Danshin)

v0.3.1

03 Jan 08:05
Compare
Choose a tag to compare
  • Revert OriginalPath to Path

v0.3.0

02 Jan 08:50
Compare
Choose a tag to compare
  • Reduced extra allocations to zero.
  • Improved performance
  • Fix bug about the original path

v0.2.0

05 Nov 08:48
Compare
Choose a tag to compare
  • Added Go modules support

v0.1.1

17 Oct 10:44
Compare
Choose a tag to compare

[bugfix] Panic when method mismatched for parameterised queries

Fixed the bug in #15, #22, #30 and #39
Fixed query string on trailing slash redirect

Thanks for @palestamp 's PR.

Note: Republished version with last commits