diff --git a/changelog/unreleased/kong/decrease-cocurrency-limit-of-timer-ng.yml b/changelog/test-3.6.1-changelog/kong/decrease-cocurrency-limit-of-timer-ng.yml similarity index 100% rename from changelog/unreleased/kong/decrease-cocurrency-limit-of-timer-ng.yml rename to changelog/test-3.6.1-changelog/kong/decrease-cocurrency-limit-of-timer-ng.yml diff --git a/changelog/unreleased/kong/disable-TLSv1_1-in-openssl3.yml b/changelog/test-3.6.1-changelog/kong/disable-TLSv1_1-in-openssl3.yml similarity index 100% rename from changelog/unreleased/kong/disable-TLSv1_1-in-openssl3.yml rename to changelog/test-3.6.1-changelog/kong/disable-TLSv1_1-in-openssl3.yml diff --git a/changelog/unreleased/kong/otel-increase-queue-max-batch-size.yml b/changelog/test-3.6.1-changelog/kong/otel-increase-queue-max-batch-size.yml similarity index 100% rename from changelog/unreleased/kong/otel-increase-queue-max-batch-size.yml rename to changelog/test-3.6.1-changelog/kong/otel-increase-queue-max-batch-size.yml diff --git a/changelog/test-3.6.1-changelog/test-3.6.1-changelog.md b/changelog/test-3.6.1-changelog/test-3.6.1-changelog.md new file mode 100644 index 000000000000..e10846351891 --- /dev/null +++ b/changelog/test-3.6.1-changelog/test-3.6.1-changelog.md @@ -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 + + + + + + +