Skip to content

Releases: krakend/krakend-ce

v2.4.5

12 Oct 14:56
3fd9cdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.4...v2.4.5

v2.4.4

12 Oct 14:38
d50f2da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

v2.4.3

27 Jul 15:20
ad15eb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

13 Jul 13:23
v2.4.2
4665f3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1

03 Jul 09:30
v2.4.1
14b6f3d
Compare
Choose a tag to compare

What's Changed

  • Remove old ratelimit alias so the middleware can be activated with t… by @taik0 in #750

Full Changelog: v2.4.0...v2.4.1

v2.4.0

29 Jun 10:06
v2.4.0
c1497d1
Compare
Choose a tag to compare

What's Changed

  • Update to krakend-lua v2.1.1 by @dhontecillas in #745
  • Update the krakend-ratelimit package from juju to our own implementation.
  • Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #741
  • Add license scan report and status by @fossabot in #661

Full Changelog: v2.3.3...v2.4.0

v2.3.3

01 Jun 09:39
v2.3.3
8eca0ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

05 May 19:19
4d14055
Compare
Choose a tag to compare

What's Changed

  • Fix build flags by @taik0 in #723
  • JOSE: upgrade to v2.2.2
  • Use go1.20.4

Full Changelog: v2.3.1...v2.3.2

v2.3.1

25 Apr 15:40
39d5672
Compare
Choose a tag to compare

What's Changed

  • [bugfix] The deny attribute did not work on the third nesting level and above.
  • [bugfix] The new tls_client attribute was not yet used in the connections

Full Changelog: v2.3.0...v2.3.1

v2.3.0

20 Apr 14:34
v2.3.0
a715dfd
Compare
Choose a tag to compare

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