Skip to content

v2.3.0

Compare
Choose a tag to compare
@taik0 taik0 released this 20 Apr 14:34
· 229 commits to master since this release
v2.3.0
a715dfd

What's Changed

New features:

  • [feature] AMQP consumers and producers offer now retries with several backoff strategies.
  • [feature] Downloading of JWK URLs uses now global caching (reused between endpoints)
  • [feature] KrakenD Designer can now apply changes on a local KrakenD directly from the web. Say whaaaat?
  • [feature] New /__echo/ endpoint, to dump requests from users and test functionality.
  • [feature] Added h2c protocol (clear text HTTP/2), in addition to the already supported HTTP/2 over TLS
  • [feature] Add new TLS settings for the internal HTTP client (tls_client)
  • [security] The underlying Go version has been upgraded to 1.20.3 which includes security fixes to crypto packages.
  • [security] The audit rules add more security recommendations.

Relevant fixes:

  • [bugfix] (Lura Project) Default router behavior changing when the router configuration is present
  • [bugfix] The prefetch_size on AMQP flag was never implemented, and it has been removed from the configuration
  • [bugfix] The prefetch_count has been removed from AMQP producers as it only makes sense in a consumer scenarioq

New Contributors

Full Changelog: v2.2.1...v2.3.0