Releases: savsgio/atreugo
Releases · savsgio/atreugo
v5.6.1
- 7f3c7f2 Added instalation's section to README (Sergio Andres Virviescas Santana)
- a571812 Added SleepWhenConcurrencyLimitsExceeded fasthttp config (Sergio Andres Virviescas Santana)
- 2cd1a09 Upgrade fasthttp to v1.1.0 (Sergio Andres Virviescas Santana)
- 8ab099f Upgrade fasthttp/router to v0.3.1 (Sergio Andres Virviescas Santana)
- 139bc45 Upgrade fasthttp/router (Sergio Andres Virviescas Santana)
v5.6.0
CHANGELOG
- Improved the JSONResponse performance, reducing extra allocations
v5.5.1
CHANGELOG
- Fix go modules dependencies
v5.5.0
CHANGELOG
- Fix typo
- Added Go modules support
- Remove dep support
v5.4.0
CHANGELOG
- Upgraded go-logger to version 2.1.1
- Now, atreugo.Serve and atreugo.ServeGracefully are public
- Added fasthttp configuration to customize it behaviour
- Just will be tried to use reuseport in multi-core systems
v5.3.0
CHANGELOG
- Change buaazp fasthttprouter to fasthttp/router
- Upgrade dependencies
v5.2.1
CHANGELOG
- Fix to use internal logger
v5.1.0
CHANGELOG
- Added Windows support
- Upgrade dependencies