Skip to content

v1.2.0

Compare
Choose a tag to compare
@alombarte alombarte released this 05 Oct 16:28
· 531 commits to master since this release
54e4506
  • [bugfix] Check that headers aren't nil on Lua scripts
  • [bugfix] Pub/sub module ignores empty hosts
  • [feature] Lua scripts can now send custom errors
  • [feature] The RunServer can be injected into the executor builder
  • [tests] Integration test for CORS with auto-redirects added
  • [feature] CORS mw for gin removed and added as a RunServer wrapper so it's always executed
  • [feature] Support for namespaced custom claims added
  • [tests] Added more integration tests
  • [feature] Bad request status code added on JSON Schema validation
  • [feature] Configuration can be overriden with KRAKEND_-like environment vars
  • [feature] Integration with Datadog
  • [feature] Add ca-certificates as dependency on debian
  • [feature] Allow "sequential proxy" to work with a POST, PUT and DELETE if there are only GET methods before (thanks to Alphyron)
  • [feature] Updated CEL engine with more features
  • [feature] Added a label name to circuit breakers to identify activity from different circuits in the logs and traces.
  • [feature] XML encoder supports now ISO-8859-1 encoding (in addition to UTF8)