Kong v0.8.3 Release Notes

Release Date: 2016-06-01 // almost 8 years ago
  • ๐Ÿ›  This release includes some bugfixes:

    ๐Ÿ”„ Changed

    • โš  Switched the log level of the "No nodes found in cluster" warning to INFO, that was printed when starting up the first Kong node in a new cluster.
    • Kong now requires OpenResty 1.9.7.5.

    ๐Ÿ›  Fixed

    • ๐Ÿ†• New nodes are now properly registered into the nodes table when running on the same machine. #1281
    • ๐Ÿ›  Fixed a failed error parsing on Postgres. #1269
    • ๐Ÿ”Œ Plugins:
      • Response Transformer: Slashes are now encoded properly, and fixed a bug that hang the execution of the plugin. #1257 and #1263
      • JWT: If a value for algorithm is missing, it's now HS256 by default. This problem occurred when migrating from older versions of Kong.
      • OAuth 2.0: Fixed a Postgres problem that was preventing an application from being created, and fixed a check on the redirect_uri field. #1264 and #1267

    Back to TOC