Skip to content

Commit c2c8a33

Browse files
hishamhmhutchic
authored andcommitted
docs(changelog) add 2.1.3 changes
1 parent dc8c125 commit c2c8a33

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of Contents
22

33

4+
- [2.1.3](#213)
45
- [2.1.2](#212)
56
- [2.1.1](#211)
67
- [2.1.0](#210)
@@ -47,6 +48,44 @@
4748
- [0.9.9 and prior](#099---20170202)
4849

4950

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+
5089
## [2.1.2]
5190

5291
> Released 2020/08/13
@@ -5288,6 +5327,8 @@ First version running with Cassandra.
52885327

52895328
[Back to TOC](#table-of-contents)
52905329

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
52915332
[2.1.1]: https://github.com/Kong/kong/compare/2.1.0...2.1.1
52925333
[2.1.0]: https://github.com/Kong/kong/compare/2.0.5...2.1.0
52935334
[2.0.5]: https://github.com/Kong/kong/compare/2.0.4...2.0.5

0 commit comments

Comments
 (0)