Kong v1.0.1 Release Notes

  • ๐Ÿš€ > Released on: 2019/01/16

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

    :red_circle: Post-release note (as of 2019/01/17): A regression has been observed with this version, preventing Kong from starting when connecting to its datastore over TLS. Installing this version is discouraged; consider โฌ†๏ธ upgrading to 1.0.2.

    ๐Ÿ”„ Changes

    Core

    ๐Ÿ›  Fixes

    ๐Ÿ”ง Configuration
    • Ensure lua_ssl_verify_depth works even when lua_ssl_trusted_certificate is not set #4165. Thanks @rainest for the patch.
    • Ensure Kong starts when only a stream listener is enabled #4195
    • Ensure Postgres works with non-public schemas #4198
    Core
    • ๐Ÿ›  Fix an artifact in upstream migrations where created_at timestamps would occasionally display fractional values #4183, #4204
    • ๐Ÿ›  Fixed issue with HTTP/2 support advertisement #4203
    Admin API
    • ๐Ÿ›  Fixed handling of invalid targets in /upstreams endpoints for health checks #4132, #4205
    • ๐Ÿ›  Fixed the /plugins/schema/:name endpoint, as it was failing in some cases (e.g. the datadog plugin) and producing incorrect results in others (e.g. request-transformer). #4136, #4137 #4151, #4162
    ๐Ÿ”Œ Plugins
    • ๐Ÿ›  Fix PDK memory leaks in kong.service.response and kong.ctx #4143, #4172

    Back to TOC