Skip to content

Commit 4e006aa

Browse files
committed
docs(release): genereate 3.6.1 changelog
1 parent b98cc80 commit 4e006aa

11 files changed

+59
-0
lines changed

β€Žchangelog/3.6.1/3.6.1.mdβ€Ž

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
## Kong
2+
3+
4+
### Performance
5+
#### Plugin
6+
7+
- **Opentelemetry**: increase queue max batch size to 200
8+
[#12542](https://github.com/Kong/kong/issues/12542)
9+
[KAG-3173](https://konghq.atlassian.net/browse/KAG-3173)
10+
11+
12+
13+
### Dependencies
14+
#### Core
15+
16+
- Bumped lua-resty-openssl to 1.2.1
17+
[#12669](https://github.com/Kong/kong/issues/12669)
18+
19+
20+
### Features
21+
#### Configuration
22+
23+
- now TLSv1.1 and lower is by default disabled in OpenSSL 3.x
24+
[#12556](https://github.com/Kong/kong/issues/12556)
25+
[KAG-3259](https://konghq.atlassian.net/browse/KAG-3259)
26+
27+
### Fixes
28+
#### Configuration
29+
30+
- Fixed default value in kong.conf.default documentation from 1000 to 10000
31+
for upstream_keepalive_max_requests option.
32+
[#12648](https://github.com/Kong/kong/issues/12648)
33+
[KAG-3360](https://konghq.atlassian.net/browse/KAG-3360)
34+
35+
- Set security level of gRPC's TLS to 0 when ssl_cipher_suite is set to old
36+
[#12616](https://github.com/Kong/kong/issues/12616)
37+
38+
#### Core
39+
40+
- Fix the missing router section for the output of the request-debugging
41+
[#12649](https://github.com/Kong/kong/issues/12649)
42+
[KAG-3438](https://konghq.atlassian.net/browse/KAG-3438)
43+
44+
- revert the hard-coded limitation of the ngx.read_body() API in OpenResty upstreams' new versions when downstream connections are in HTTP/2 or HTTP/3 stream modes.
45+
[#12666](https://github.com/Kong/kong/issues/12666)
46+
[FTI-5766](https://konghq.atlassian.net/browse/FTI-5766) [FTI-5795](https://konghq.atlassian.net/browse/FTI-5795)
47+
#### Default
48+
49+
- Fix a bug where the ulimit setting (open files) is low Kong will fail to start as the lua-resty-timer-ng exhausts the available worker_connections. Decrease the concurrency range of the lua-resty-timer-ng library from [512, 2048] to [256, 1024] to fix this bug.
50+
[#12608](https://github.com/Kong/kong/issues/12608)
51+
[KAG-3779](https://konghq.atlassian.net/browse/KAG-3779) [FTI-5780](https://konghq.atlassian.net/browse/FTI-5780)
52+
## Kong-Manager
53+
54+
55+
56+
57+
58+
59+

β€Žchangelog/3.6.1/kong-manager/.gitkeepβ€Ž

Whitespace-only changes.

β€Žchangelog/3.6.1/kong/.gitkeepβ€Ž

Whitespace-only changes.

0 commit comments

Comments
Β (0)