Skip to content

Commit

Permalink
docs(release): genereate test-3.6.1-changelog changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
outsinre committed Feb 23, 2024
1 parent f603004 commit 8dfe033
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions changelog/test-3.6.1-changelog/test-3.6.1-changelog.md
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







0 comments on commit 8dfe033

Please sign in to comment.