Skip to content

0.5.2

Compare
Choose a tag to compare
@thibaultcha thibaultcha released this 22 Oct 04:54
· 9334 commits to master since this release

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