From 8dfe0331d1c846975b2fef923f0533b7d73d6db6 Mon Sep 17 00:00:00 2001 From: Zachary Hu Date: Fri, 23 Feb 2024 15:46:02 +0800 Subject: [PATCH] docs(release): genereate test-3.6.1-changelog changelog --- .../decrease-cocurrency-limit-of-timer-ng.yml | 0 .../kong/disable-TLSv1_1-in-openssl3.yml | 0 .../otel-increase-queue-max-batch-size.yml | 0 .../test-3.6.1-changelog.md | 34 +++++++++++++++++++ 4 files changed, 34 insertions(+) rename changelog/{unreleased => test-3.6.1-changelog}/kong/decrease-cocurrency-limit-of-timer-ng.yml (100%) rename changelog/{unreleased => test-3.6.1-changelog}/kong/disable-TLSv1_1-in-openssl3.yml (100%) rename changelog/{unreleased => test-3.6.1-changelog}/kong/otel-increase-queue-max-batch-size.yml (100%) create mode 100644 changelog/test-3.6.1-changelog/test-3.6.1-changelog.md 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 + + + + + + +