-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(release): genereate test-3.6.1-changelog changelog
- Loading branch information
Showing
4 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Kong | ||
|
||
|
||
### Performance | ||
#### Plugin | ||
|
||
- **Opentelemetry**: increase queue max batch size to 200 | ||
[#12542](https://github.com/Kong/kong/issues/12542) | ||
[KAG-3173](https://konghq.atlassian.net/browse/KAG-3173) | ||
|
||
|
||
|
||
|
||
### Features | ||
#### Configuration | ||
|
||
- now TLSv1.1 and lower is by default disabled in OpenSSL 3.x | ||
[#12556](https://github.com/Kong/kong/issues/12556) | ||
[KAG-3259](https://konghq.atlassian.net/browse/KAG-3259) | ||
|
||
### Fixes | ||
#### Default | ||
|
||
- 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. | ||
[#12608](https://github.com/Kong/kong/issues/12608) | ||
[KAG-3779](https://konghq.atlassian.net/browse/KAG-3779) [FTI-5780](https://konghq.atlassian.net/browse/FTI-5780) | ||
## Kong-Manager | ||
|
||
|
||
|
||
|
||
|
||
|
||
|