Releases: luraproject/lura
Releases · luraproject/lura
0.4
Summary of changes
- Removed ALL external dependencies and created independent components for each of them
- Decoder and Service Discovery register system
- Response metadata
- Response decoder and formatter exposed
- Custom status code handler
- Minor handler optimizations
- Config version upgraded
- Server configuration extended (with timeouts and limits)
- Now non strict REST urls are allowed
- Request and response manipulation optimized
- func version for all the interfaces
v0.3
v0.2
Summary of changes:
- Support for go 1.8
- Improved injection for middlewares
- Tons of new practical examples for middleware injection:
- Gorilla
- Mux
- Negroni
- Gin
- JSON Web Token (JWT)
- DNS SRV Service Discovery
- Accept collections in the backend responses (as opposed to objects)
- Router extended to allow injection of contexts
- Integration tests on Travis
- Custom HTTPClientFactory implementations
- RSS decoder added