Skip to content

0.9.7

Compare
Choose a tag to compare
@subnetmarco subnetmarco released this 23 Dec 06:54
· 8264 commits to master since this release

Fixed

  • Fixed a performance issue in Cassandra by removing an old workaround that was
    forcing Cassandra to use LuaSocket instead of cosockets.
    #1916
  • Fixed an issue that was causing a recursive attempt to stop Kong's services
    when an error was occurring.
    #1877
  • Custom plugins are now properly loaded again.
    #1910
  • Plugins:
    • Galileo: properly encode empty arrays.
      #1909
    • OAuth 2: implements a missing Postgres migration for redirect_uri in
      every OAuth 2 credential. #1911
    • OAuth 2: safely parse the request body even when no data has been sent.
      #1915