Skip to content

Instantly share code, notes, and snippets.

@p0pr0ck5
Created June 24, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p0pr0ck5/4a61fbb0c2b7e96834dabdac3131f6fd to your computer and use it in GitHub Desktop.
Save p0pr0ck5/4a61fbb0c2b7e96834dabdac3131f6fd to your computer and use it in GitHub Desktop.
@@ -3,7 +3,7 @@
## [0.11.0rc1] - 2017/06/26
The Kong development team is very excited to present you with its latest work!
-With this release come two major features that we have been working on
+With this release comes two major features that we have been working on
for the last couple of months: a new invalidations mechanism that does not
depend on Serf, and the support for the `search` and `ndots` options in our
internal DNS resolver.
@@ -84,7 +84,7 @@ if you are running a Kong cluster already.
`X-Forwarded-Port`, and `X-Forwarded-Proto`.
[#2236](https://github.com/Mashape/kong/pull/2236)
- A new `trusted_ips` configuration property allows you to define a list of
- trusted IP addresses blocks that are known to send trusted `X-Forwarded-*`
+ trusted IP address blocks that are known to send trusted `X-Forwarded-*`
headers. Requests from trusted IPs will make Kong forward those headers
upstream. Requests from non-trusted IP addresses will make Kong override the
`X-Forwarded-*` headers with its own values. In addition, this property also
@@ -124,13 +124,9 @@ if you are running a Kong cluster already.
[#2180](https://github.com/Mashape/kong/pull/2180)
- Admin API:
- Plugins on an API can now be accessed by name as well. The updated route
- is: `/apis/{api_name_or_id}/plugins/{plugin_nameor_id}`.
+ is: `/apis/{api_name_or_id}/plugins/{plugin_name_or_id}`.
[#2252](https://github.com/Mashape/kong/pull/2252)
- Plugins:
- - key-auth: When the request has a body, the plugin can now optionally read
- it to extract the API key. This behavior is configurable via the new
- `config.key_in_body` option.
- [#2493](https://github.com/Mashape/kong/pull/2493)
- rate-limiting/response-ratelimiting: Optionally hide informative response
headers.
[#2087](https://github.com/Mashape/kong/pull/2087)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment