Releases: fasthttp/router
Releases · fasthttp/router
v0.4.1
v0.4.0
- 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
- 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)