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 therouter
configuration is present[bugfix]
Theprefetch_size
on AMQP flag was never implemented, and it has been removed from the configuration[bugfix]
Theprefetch_count
has been removed from AMQP producers as it only makes sense in a consumer scenarioq
New Contributors
- @dhontecillas made their first contribution in #712
Full Changelog: v2.2.1...v2.3.0