Kong v0.9.1 Release Notes

Release Date: 2016-09-02 // over 7 years ago
  • โž• Added

    • ๐Ÿ”Œ Plugins:
      • ACL: allow to retrieve/update/delete an ACL by group name. #1544
      • Basic Authentication: allow to retrieve/update/delete a credential by username. #1570
      • HMAC Authentication: allow to retrieve/update/delete a credential by username. #1570
      • JWT Authentication: allow to retrieve/update/delete a credential by key. #1570
      • Key Authentication: allow to retrieve/update/delete a credential by key. #1570
      • OAuth2 Authentication: allow to retrieve/update/delete a credential by client_id and tokens by access_token. #1570

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง Correctly parse configuration file settings containing comments. #1569
    • ๐Ÿ‘€ Prevent third-party Lua modules (and plugins) to override the seed for random number generation. This prevents the creation of conflicting UUIDs. #1558
    • ๐Ÿ‘‰ Use pgmoon-mashape 2.0.0 which properly namespaces our fork, avoiding conflicts with other versions of pgmoon, such as the one installed by Lapis. #1582
    • Avoid exposing OpenResty's information on HTTP 4xx errors. #1567
    • ulimit with unlimited value is now properly handled. #1545
    • CLI:
      • Stop third-party services (Dnsmasq/Serf) when Kong could not start. #1588
      • Prefix database migration errors (such as Postgres' connection refused) with the database name (postgres/cassandra) to avoid confusions. #1583
    • ๐Ÿ”Œ Plugins:
      • galileo: Use Content-Length header to get request/response body size when log_bodies is disabled. #1584
    • Admin API:
      • Revert the /plugins/enabled endpoint's response to be a JSON array, and not an Object. #1529

    Back to TOC