You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Table of Contents
2
2
3
3
4
-
-[2.3.0-beta.1](#230-beta1)
4
+
-[2.3.0-rc.1](#230-rc1)
5
5
-[2.2.1](#221)
6
6
-[2.2.0](#220)
7
7
-[2.1.4](#214)
@@ -52,16 +52,17 @@
52
52
-[0.9.9 and prior](#099---20170202)
53
53
54
54
55
-
## [2.3.0-beta.1]
55
+
## [2.3.0-rc.1]
56
56
57
-
> Released 2020/12/08
57
+
> Released 2021/01/08
58
58
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.
65
66
66
67
### Distributions
67
68
@@ -71,6 +72,12 @@ added.
71
72
72
73
### Dependencies
73
74
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)
74
81
- Bump OpenSSL from 1.1.1h to 1.1.1i.
75
82
[#6639](https://github.com/Kong/kong/pull/6639)
76
83
- Bump `kong-plugin-zipkin` from 1.1 to 1.2.
@@ -167,6 +174,15 @@ added.
167
174
- 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.
168
175
[#6517](https://github.com/Kong/kong/pull/6517)
169
176
- 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
0 commit comments