Kong v0.4.2 Release Notes

Release Date: 2015-08-10 // over 8 years ago
  • ➕ Added

    • Cassandra authentication and SSL encryption. #405
    • preserve_host flag on APIs to preserve the Host header when a request is proxied. #444
    • ➕ Added the Resource Owner Password Credentials Grant to the OAuth 2.0 Plugin. #448
    • 0️⃣ Auto-generation of default SSL certificate. #453

    🔄 Changed

    • ✂ Remove cassandra.port property in configuration. Ports are specified by having cassandra.hosts addresses using the host:port notation (RFC 3986). #457
    • Default SSL certificate is now auto-generated and stored in the nginx_working_dir.
    • 🔌 OAuth 2.0 plugin now properly forces HTTPS.

    🛠 Fixed

    • 👍 Better handling of multi-nodes Cassandra clusters. #450
    • 📈 mashape-analytics plugin: handling of numerical values in querystrings. #449
    • Path resolver strip_path option wrongfully matching the path property multiple times in the request URI. #442
    • 🔌 File Log Plugin bug that prevented the file creation in some environments. #461
    • Clean output of the Kong CLI. #235

    Back to TOC