Kong v0.6.1 Release Notes

Release Date: 2016-02-03 // over 8 years ago
  • ๐Ÿš€ This release contains tiny bug fixes that were especially annoying for complex Cassandra setups and power users of the Admin API!

    โž• Added

    • ๐Ÿ”ง A timeout property for the Cassandra configuration. In ms, this timeout is effective as a connection and a reading timeout. #937

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง Correctly set the Cassandra SSL certificate in the Nginx configuration while starting Kong. #921
    • ๐Ÿ“‡ Rename the user Cassandra property to username (Kong looks for username, hence user would fail). #922
    • ๐Ÿ‘ Allow Cassandra authentication with arbitrary plain text auth providers (such as Instaclustr uses), fixing authentication with them. #937
    • Admin API
      • Fix the /plugins/:id route for PATCH method. #941
    • ๐Ÿ”Œ Plugins
      • HTTP logging: remove the additional \r\n at the end of the logging request body. #926
      • Galileo: catch occasional internal errors happening when a request was cancelled by the client and fix missing shm for the retry policy. #931

    Back to TOC