Skip to content

Commit 012c57d

Browse files
committed
docs(changelog) add 2.4.1 changes
1 parent 62b5a87 commit 012c57d

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

CHANGELOG.md

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

33

4+
- [2.4.1](#241)
45
- [2.4.0](#240)
56
- [2.3.3](#233)
67
- [2.3.2](#232)
@@ -57,6 +58,77 @@
5758
- [0.9.9 and prior](#099---20170202)
5859

5960

61+
## [2.4.1]
62+
63+
> Released 2021/05/11
64+
65+
This is a patch release in the 2.4 series. Being a patch release, it
66+
strictly contains bugfixes. The are no new features or breaking changes.
67+
68+
### Dependencies
69+
70+
- Bump `luasec` from 1.0.0 to 1.0.1
71+
[#7126](https://github.com/Kong/kong/pull/7126)
72+
- Bump `prometheus` plugin from 1.2.0 to 1.2.1
73+
[#7061](https://github.com/Kong/kong/pull/7061)
74+
75+
### Fixes
76+
77+
##### Core
78+
79+
- Ensure healthchecks and balancers are not created on control plane nodes.
80+
[#7085](https://github.com/Kong/kong/pull/7085)
81+
- Optimize URL normalization code.
82+
[#7100](https://github.com/Kong/kong/pull/7100)
83+
- Fix issue where control plane nodes would needlessly invalidate and send new
84+
configuration to data plane nodes.
85+
[#7112](https://github.com/Kong/kong/pull/7112)
86+
- Ensure HTTP code `405` is handled by Kong's error page.
87+
[#6933](https://github.com/Kong/kong/pull/6933)
88+
- Ensure errors in plugins `init_worker` do not break Kong's worker initialization.
89+
[#7099](https://github.com/Kong/kong/pull/7099)
90+
- Fix issue where two subsequent TLS keepalive requests would lead to incorrect
91+
plugin execution.
92+
[#7102](https://github.com/Kong/kong/pull/7102)
93+
- Ensure Targets upsert operation behaves similarly to other entities' upsert method.
94+
[#7052](https://github.com/Kong/kong/pull/7052)
95+
- Ensure failed balancer retry is saved and accounted for in log data.
96+
[#6972](https://github.com/Kong/kong/pull/6972)
97+
98+
99+
##### CLI
100+
101+
- Ensure `kong start` and `kong stop` prioritize CLI flag `--prefix` over environment
102+
variable `KONG_PREFIX`.
103+
[#7080](https://github.com/Kong/kong/pull/7080)
104+
105+
##### Configuration
106+
107+
- Ensure Stream subsystem allows for configuration of access logs format.
108+
[#7046](https://github.com/Kong/kong/pull/7046)
109+
110+
##### Admin API
111+
112+
- Ensure targets with weight 0 are displayed in the Admin API.
113+
[#7094](https://github.com/Kong/kong/pull/7094)
114+
115+
##### PDK
116+
117+
- Ensure new `response` phase is accounted for in phase checkers.
118+
[#7109](https://github.com/Kong/kong/pull/7109)
119+
120+
##### Plugins
121+
122+
- Ensure plugins written in languages other than Lua can use `kong.response.get_*`
123+
methods - e.g., `kong.response.get_status`.
124+
[#7048](https://github.com/Kong/kong/pull/7048)
125+
- `hmac-auth`: enable JIT compilation of authorization header regex.
126+
[#7037](https://github.com/Kong/kong/pull/7037)
127+
128+
129+
[Back to TOC](#table-of-contents)
130+
131+
60132
## [2.4.0]
61133

62134
> Released 2021/04/06
@@ -6034,6 +6106,7 @@ First version running with Cassandra.
60346106

60356107
[Back to TOC](#table-of-contents)
60366108

6109+
[2.4.1]: https://github.com/Kong/kong/compare/2.4.0...2.4.1
60376110
[2.4.0]: https://github.com/Kong/kong/compare/2.3.3...2.4.0
60386111
[2.3.3]: https://github.com/Kong/kong/compare/2.3.2...2.3.3
60396112
[2.3.2]: https://github.com/Kong/kong/compare/2.3.1...2.3.2

0 commit comments

Comments
 (0)