Releases: fulldump/golax
Releases · fulldump/golax
v0.6.3 Modulus
v0.6.1 Depp 500 - Fix 2
[CI]
- Update travis yaml
v0.6.0 Deep 500 - Fix 1
[Fixes]
- Do not allow more than 1 call to
WriteHeader
- Unexpected errors, now return also the panic text on the first line. Now it returns the panic text + the stack trace
v0.6.0 Deep 500
[Routing]
- Add deep interceptors
- Add handler_500 error
[Fixes]
- Append operation to c.PathHandlers
v0.5.0 Trailing tail
[Documentation]
- README.md - Add custom method example https://github.com/fulldump/golax#support-for-google-custom-methods
- Add implementation decision # 4 https://github.com/fulldump/golax/blob/master/doc/developer.md#decision-4-custom-methods
[Routing]
- Add Google custom methods
[Others]
- Optimize routing order
- Cache some node path operations
v0.4.0 Worker mouse
[Documentation]
- Implement method documentation
- Add core interceptors doc
- Document example API
- Move apidoc to a new repo: https://github.com/fulldump/apidoc
[Routing]
- Add fullpath feature
- Support for
Context.Parameters
[Fixes]
- Fixed chaining interceptors bug
[Others]
- Add interceptor NoCache
v0.3.0 Iron peak
Release notes:
- Fix issue #5 (url parameter is lost)
- Allow regex in nodes with parameters
- Add some doc
v0.2.0 Beater birdsmouth
Release notes:
- Original httpWriter has been wrapped, so now
c.Response.StatusCode
andc.Response.Length
are available - Support
c.PathHandlers
- All references to
middlewares
now areinterceptors
- Added new interceptor:
golax.InterceptorLog
v0.1.0 Broken Eggshell
Fully featured framework:
- Routing
- Interceptors
- Parameters