|
1 | 1 | # Table of Contents
|
2 | 2 |
|
3 | 3 |
|
| 4 | +- [2.4.1](#241) |
4 | 5 | - [2.4.0](#240)
|
5 | 6 | - [2.3.3](#233)
|
6 | 7 | - [2.3.2](#232)
|
|
57 | 58 | - [0.9.9 and prior](#099---20170202)
|
58 | 59 |
|
59 | 60 |
|
| 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 | + |
60 | 132 | ## [2.4.0]
|
61 | 133 |
|
62 | 134 | > Released 2021/04/06
|
@@ -6034,6 +6106,7 @@ First version running with Cassandra.
|
6034 | 6106 |
|
6035 | 6107 | [Back to TOC](#table-of-contents)
|
6036 | 6108 |
|
| 6109 | +[2.4.1]: https://github.com/Kong/kong/compare/2.4.0...2.4.1 |
6037 | 6110 | [2.4.0]: https://github.com/Kong/kong/compare/2.3.3...2.4.0
|
6038 | 6111 | [2.3.3]: https://github.com/Kong/kong/compare/2.3.2...2.3.3
|
6039 | 6112 | [2.3.2]: https://github.com/Kong/kong/compare/2.3.1...2.3.2
|
|
0 commit comments