Kong v0.9.2 Release Notes

Release Date: 2016-09-20 // over 7 years ago
  • ๐Ÿ›  Fixed

    • Correctly report migrations errors. This was caused by an error being thrown from the error handler, and superseding the actual error. #1605
    • Prevent Kong from silently failing to start. This would be caused by an erroneous error handler. 28f5d10
    • ๐Ÿ‘€ Only report a random number generator seeding error when it is not already seeded. #1613
    • โฌ‡๏ธ Reduce intra-cluster noise by not propagating keepalive requests events. #1660
    • Admin API:
      • Obfuscates sensitive configuration settings from the / route. #1650
    • CLI:
      • Prevent a failed kong start to stop an already running Kong node. #1645
      • Remove unset configuration placeholders from the nginx configuration template. This would occur when no Internet connection would be available and would cause Kong to compile an erroneous nginx config. #1606
      • Properly count the number of executed migrations. #1649
    • ๐Ÿ”Œ Plugins:
      • OAuth2: remove the "Kong" mentions in missing provision_key error messages. #1633
      • OAuth2: allow to correctly delete applications when using Cassandra. #1659
      • galileo: provide a default bodySize value when log_bodies=true but the current request/response has no body. #1657

    Back to TOC