Skip to content

Releases: fasthttp/router

v0.4.1

18 Jul 21:22
Compare
Choose a tag to compare
  • 3406fea Fix subrouter group when ServeFiles (Sergio Andres Virviescas Santana)
  • c24d142 Fix gofmt auth example (Sergio Andres Virviescas Santana)

v0.4.0

16 Jul 06:42
fa6f7f8
Compare
Choose a tag to compare
  • fa6f7f8 Merge pull request #10 from AnikHasibul/master (Sergio Andrés Virviescas Santana)
    |\
    | * 57eaeed 📖 DOC: comment before testing a group (AnikHasibul)
    | * 60434e0 🐛 FIX: multiple sub-router group chaining bug (AnikHasibul)
    | * dcba8b2 🐛 FIX: multiple router group chaining bug (AnikHasibul)
    | * 86281a4 👌 IMPROVE: Automatically add router groups to parent router (AnikHasibul)
  • | 90f164f Add optional path parameters (Sergio Andres Virviescas Santana)
  • | dad1702 Merge pull request #9 from AnikHasibul/master (Sergio Andrés Virviescas Santana)
    |\ \
    | |/
    | * d483976 📦 NEW: Router Grouping (AnikHasibul)
    |/
  • 1dfb16f Upgrade fasthttp to v1.4.0 (Sergio Andres Virviescas Santana)
  • e4a69b3 Merge pull request #7 from fasthttp/add-security-policy (Sergio Andrés Virviescas Santana)
  • d021e5e Create SECURITY.md (Kirill Danshin)

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