Releases: naughtygopher/webgo
Releases · naughtygopher/webgo
WebGo 1.6.0
v1.6.0
This version marks the end of 1.x. There will only be bug fixes for this version going forward 1.6.x
v2.0.0
- This version would feature cleaner middleware structure; by wrapping an exposed ServeHTTP method.
- Will be detailed during release
- Chaining and middlewares would be semantically considered different in 2.x unlike in 1.x
- Further optimized
ServeHttp
function
Removing
- Access log per route will be removed instead access will only be configurable for the whole server
Minor updates
v1.5.5
- Minor updates to code structure
- Minor formatting changes
- Added Go tests (refer README on how to run the tests)
- Added Go benchmark (refer README on how to run the benchmarks)
Production ready, stable
A few bug fixes & performance improvements in route matching.
Refactored for improved performance
Minor refactors and code improvements which improved the performance. Benchmarks are also updated for the latest code.
First release
The first release has all the 3rd party dependencies removed for handling routing & chaining logic.