Skip to content

Releases: luraproject/lura

0.4

20 Jan 22:22
dea2d0c
Compare
Choose a tag to compare
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

08 Sep 16:57
Compare
Choose a tag to compare

Summary of changes:

  • Support for go 1.9
  • etcd
  • Support for the latest versions of gin
  • Extended configuration for custom proxy factories
  • Improved support for custom transport layers for the backend communication
  • More data collected from the backend responses

v0.2

26 May 19:17
Compare
Choose a tag to compare

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