Skip to content

v1.0.0-beta.1

Latest
Compare
Choose a tag to compare
@amimof amimof released this 24 Apr 09:03
52d312b

First beta release 🎉

  • Makefile is completely rewritten (#27)
  • RS256 validation middleware now uses RSA keys instead of x509 certificates (#18)
  • Logging middleware now logs response times, status code and if response is cached (#19)
  • Added flag --cache-ttl to cmd (#20)
  • The pkg/proxy handler makes use of httputil.ReverseProxy instead of our own implementation using request.go (#21)
  • Improved how middlewares are used using new functions Proxy.Use Proxy.Apply and Proxy.Chain (#23)
  • New prometheus metrics (#23)
  • Transports for backend are created in Proxy.New