Kong v2.3.3 Release Notes

  • ๐Ÿš€ > Released 2021/03/05

    ๐Ÿš€ This is a patch release in the 2.3 series. Being a patch release, it ๐Ÿ›  strictly contains bugfixes. The are no new features or breaking changes.

    Dependencies

    • โฌ†๏ธ Bump OpenSSL from 1.1.1i to 1.1.1j. 6859

    ๐Ÿ›  Fixes

    Core
    • Ensure control plane nodes do not execute healthchecks. 6805
    • ๐Ÿ‘ท Ensure only one worker executes active healthchecks. 6844
    • Declarative config can be now loaded as an inline yaml file by kong config (previously it was possible only as a yaml string inside json). JSON declarative config is now parsed with the cjson library, instead of with libyaml. 6852
    • ๐Ÿ‘ท When using eventual worker consistency now every Nginx worker deals with its upstreams changes, avoiding unnecessary synchronization among workers. 6833
    Admin API
    • โœ‚ Remove prng_seed from the Admin API and add PIDs instead. 6842
    PDK
    • ๐ŸŒฒ Ensure kong.log.serialize properly calculates reported latencies. 6869
    ๐Ÿ”Œ Plugins
    • ๐Ÿ”Œ HMAC-Auth: fix issue where the plugin would check if both a username and signature were specified, rather than either. 6826

    Back to TOC