Skip to content

0.8.0

Compare
Choose a tag to compare
@alombarte alombarte released this 09 Mar 15:55
· 720 commits to master since this release
fcdb65f

Summary of changes

  • Updated to Go 1.12
  • A lot of improvements on the logging:
    • Startup logs
    • GELF formatter
    • Logstash logger integration
    • Added logging to the circuit breaker to warn every time the circuit is opened/closed
    • Metrics log removed
  • Forbidden and unauthorized responses
  • New CEL module (JWT, request and response)
  • Client headers are now case insensitive
  • Added a wildcard option to forward all query strings and headers to the backend
  • Possibility to include error details into the response
  • Etcd client updated to 3.3
  • Influx client updated
  • Reuse OAuth2 client sessions
  • JWK client supports local CA
  • Chained token rejecters