File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,19 @@ is not feature-frozen at this time: and any new features introduced here
63
63
may change between this release and 2.3.0, and new features may be
64
64
added.
65
65
66
+ ### Distributions
67
+
68
+ - :warning : Support for Centos 6 has been removed, as said distro entered
69
+ EOL on Nov 30.
70
+ [ #6641 ] ( https://github.com/Kong/kong/pull/6641 )
71
+
66
72
### Dependencies
67
73
74
+ - Bump OpenSSL from 1.1.1h to 1.1.1i.
75
+ [ #6639 ] ( https://github.com/Kong/kong/pull/6639 )
68
76
- Bump ` kong-plugin-zipkin ` from 1.1 to 1.2.
69
77
[ #6576 ] ( https://github.com/Kong/kong/pull/6576 )
70
- - Bump ` kong-plugin-request-transformer ` from 1.2 to 1.3
78
+ - Bump ` kong-plugin-request-transformer ` from 1.2 to 1.3.
71
79
[ #6542 ] ( https://github.com/Kong/kong/pull/6542 )
72
80
73
81
### Additions
@@ -143,6 +151,14 @@ added.
143
151
- Fix issue where a ` nil ` request context would lead to errors ` attempt to index local 'ctx' ` being shown in the logs
144
152
145
153
154
+ ### Fixes
155
+
156
+ ##### PDK
157
+
158
+ - Ensure the log serializer encodes the ` tries ` field as an array when
159
+ empty, rather than an object.
160
+ [ #6632 ] ( https://github.com/Kong/kong/pull/6632 )
161
+
146
162
[ Back to TOC] ( #table-of-contents )
147
163
148
164
## [ 2.2.1]
You can’t perform that action at this time.
0 commit comments