Skip to content

Commit 2bf7fce

Browse files
committed
docs(changelog) add 2.3.0-rc.1 changes
1 parent df16c5a commit 2bf7fce

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

CHANGELOG.md

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

33

4-
- [2.3.0-beta.1](#230-beta1)
4+
- [2.3.0-rc.1](#230-rc1)
55
- [2.2.1](#221)
66
- [2.2.0](#220)
77
- [2.1.4](#214)
@@ -52,16 +52,17 @@
5252
- [0.9.9 and prior](#099---20170202)
5353

5454

55-
## [2.3.0-beta.1]
55+
## [2.3.0-rc.1]
5656

57-
> Released 2020/12/08
57+
> Released 2021/01/08
5858
59-
This is an *beta* pre-release of the upcoming Kong 2.3 series.
60-
Since 2.3 is a minor release there are no breaking changes with
61-
respect to the 2.x series, but being an beta pre-release, development
62-
is not feature-frozen at this time: and any new features introduced here
63-
may change between this release and 2.3.0, and new features may be
64-
added.
59+
This is a release candidate for the upcoming Kong 2.3 series. There are no
60+
breaking changes with respect to the 2.x series. If no serious issues are
61+
reported, this release will effectively be promoted to the stable 2.3.0 release.
62+
This is now the time to test the new features and report any issues!
63+
64+
This changelog entry all new features and fixes for the 2.3.0 series, including
65+
changes previously added in the 2.3.0-alpha.1 and 2.3.0-beta.1 releases.
6566

6667
### Distributions
6768

@@ -71,6 +72,12 @@ added.
7172

7273
### Dependencies
7374

75+
- Bump kong-plugin-serverless-functions from 1.0 to 2.1.
76+
[#6715](https://github.com/Kong/kong/pull/6715)
77+
- Bump lua-resty-dns-client from 5.1.0 to 5.2.0.
78+
[#6711](https://github.com/Kong/kong/pull/6711)
79+
- Bump lua-resty-healthcheck from 1.3.0 to 1.4.0.
80+
[#6711](https://github.com/Kong/kong/pull/6711)
7481
- Bump OpenSSL from 1.1.1h to 1.1.1i.
7582
[#6639](https://github.com/Kong/kong/pull/6639)
7683
- Bump `kong-plugin-zipkin` from 1.1 to 1.2.
@@ -167,6 +174,15 @@ added.
167174
- Fix issue where a route that supports both http and https (and has a hosts and snis match criteria) would fail to proxy http requests, as it does not contain an SNI.
168175
[#6517](https://github.com/Kong/kong/pull/6517)
169176
- Fix issue where a `nil` request context would lead to errors `attempt to index local 'ctx'` being shown in the logs
177+
- Reduced the number of needed timers to active health check upstreams and to resolve hosts.
178+
- Schemas for full-schema validations are correctly cached now, avoiding memory
179+
leaks when reloading declarative configurations. [#6713](https://github.com/Kong/kong/pull/6713)
180+
- The schema for the upstream entities now limits the highest configurable
181+
number of successes and failures to 255, respecting the limits imposed by
182+
lua-resty-healthcheck. [#6705](https://github.com/Kong/kong/pull/6705)
183+
- Certificates for database connections now are loaded in the right order
184+
avoiding failures to connect to Postgres databases.
185+
[#6650](https://github.com/Kong/kong/pull/6650)
170186

171187
##### CLI
172188

@@ -181,6 +197,11 @@ added.
181197
empty, rather than an object.
182198
[#6632](https://github.com/Kong/kong/pull/6632)
183199

200+
##### Plugins
201+
202+
- request-transformer plugin does not allow `null` in config anymore as they can
203+
lead to runtime errors. [#6710](https://github.com/Kong/kong/pull/6710)
204+
184205
[Back to TOC](#table-of-contents)
185206

186207
## [2.2.1]

0 commit comments

Comments
 (0)