Kong v0.5.2 Release Notes

Release Date: 2015-10-21 // over 8 years ago
  • ๐Ÿ›  A few fixes requested by the community!

    ๐Ÿ›  Fixed

    • Kong properly search the nginx in your $PATH variable.
    • ๐Ÿ”Œ Plugins:
      • OAuth2: can detect that the originating protocol for a request was HTTPS through the X-Forwarded-Proto header and work behind another reverse proxy (load balancer). #650
      • HMAC signature: support for X-Date header to sign the request for usage in browsers (since the Date header is protected). #641

    Back to TOC