Skip to content

v2.1.4

Compare
Choose a tag to compare
@taik0 taik0 released this 12 Jan 16:42
· 294 commits to master since this release
f21ba7d

What's Changed

The new KrakenD version 2.1.4 is now available. This patch version does not bring significant new functionality but updates dependencies that have security vulnerabilities and adds a few fixes:

  • [security]: Upgrade from Go 1.19.3 to Go 1.19.5, which includes security fixes to the net/http, crypto/x509, and os packages amongst others.
  • [fix]: Caching backends with gzipped content wasn't working properly
  • [fix]: Upgraded the gin router to avoid panics on certain 404 paths.
  • [fix]: Improve render selection when negotiating XML content
  • [feature]: Add the content-type header when returning errors
  • [update]: lura upgraded to v2.2.3

Upgrade to the latest version is always advised.

Full Changelog: v2.1.3...v2.1.4