Skip to content

Releases: luraproject/lura

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