|
1 | 1 | # Table of Contents
|
2 | 2 |
|
3 | 3 |
|
| 4 | +- [2.1.3](#213) |
4 | 5 | - [2.1.2](#212)
|
5 | 6 | - [2.1.1](#211)
|
6 | 7 | - [2.1.0](#210)
|
|
47 | 48 | - [0.9.9 and prior](#099---20170202)
|
48 | 49 |
|
49 | 50 |
|
| 51 | +## [2.1.3] |
| 52 | + |
| 53 | +> Released 2020/08/19 |
| 54 | +
|
| 55 | +This is a patch release in the 2.0 series. Being a patch release, it strictly |
| 56 | +contains bugfixes. The are no new features or breaking changes. |
| 57 | + |
| 58 | +### Fixes |
| 59 | + |
| 60 | +##### Core |
| 61 | + |
| 62 | +- Fix behavior of `X-Forwarded-Prefix` header with stripped path prefixes: |
| 63 | + the stripped portion of path is now added in `X-Forwarded-Prefix`, |
| 64 | + except if it is `/` or if it is received from a trusted client. |
| 65 | + [#6222](https://github.com/Kong/kong/pull/6222) |
| 66 | + |
| 67 | +##### Migrations |
| 68 | + |
| 69 | +- Avoid creating unnecessary an index for Postgres. |
| 70 | + [#6250](https://github.com/Kong/kong/pull/6250) |
| 71 | + |
| 72 | +##### Admin API |
| 73 | + |
| 74 | +- DB-less: fix concurrency issues with `/config` endpoint. It now waits for |
| 75 | + the configuration to update across workers before returning, and returns |
| 76 | + HTTP 429 on attempts to perform concurrent updates and HTTP 504 in case |
| 77 | + of update timeouts. |
| 78 | + [#6121](https://github.com/Kong/kong/pull/6121) |
| 79 | + |
| 80 | +##### Plugins |
| 81 | + |
| 82 | +- request-transformer: bump from v1.2.5 to v1.2.6 |
| 83 | + * Fix an issue where query parameters would get incorrectly URL-encoded. |
| 84 | + [#24](https://github.com/Kong/kong-plugin-aws-lambda/pull/35) |
| 85 | +- acl: Fix migration of ACLs table for the Kong 2.1 series. |
| 86 | + [#6250](https://github.com/Kong/kong/pull/6250) |
| 87 | + |
| 88 | + |
50 | 89 | ## [2.1.2]
|
51 | 90 |
|
52 | 91 | > Released 2020/08/13
|
@@ -5288,6 +5327,8 @@ First version running with Cassandra.
|
5288 | 5327 |
|
5289 | 5328 | [Back to TOC](#table-of-contents)
|
5290 | 5329 |
|
| 5330 | +[2.1.3]: https://github.com/Kong/kong/compare/2.1.2...2.1.3 |
| 5331 | +[2.1.2]: https://github.com/Kong/kong/compare/2.1.1...2.1.2 |
5291 | 5332 | [2.1.1]: https://github.com/Kong/kong/compare/2.1.0...2.1.1
|
5292 | 5333 | [2.1.0]: https://github.com/Kong/kong/compare/2.0.5...2.1.0
|
5293 | 5334 | [2.0.5]: https://github.com/Kong/kong/compare/2.0.4...2.0.5
|
|
0 commit comments