KrakenD 2.1.4 (security fix) released
by Albert Lombarte
Jan 12, 2023
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:
Summary of changes
Corrects a bug when caching Gzipped content and adds the Content-Type
header when returning errors.
- Add the
Content-Type
header when returning errors - Upgrade from Go 1.19.3 to Go 1.19.5, which includes security fixes to the
net/http
,crypto/x509
, andos
packages, among others. - Caching backends with gzipped content wasn’t working properly
- Upgraded the router to avoid panic on certain 404 paths.
- Improve render selection when negotiating XML content
Upgrading to the latest version is always advised.
Categories: Product Updates