diff --git a/changelog/3.6.1/3.6.1.md b/changelog/3.6.1/3.6.1.md new file mode 100644 index 000000000000..2dcb08d46463 --- /dev/null +++ b/changelog/3.6.1/3.6.1.md @@ -0,0 +1,59 @@ +## 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) + + + +### Dependencies +#### Core + +- Bumped lua-resty-openssl to 1.2.1 + [#12669](https://github.com/Kong/kong/issues/12669) + + +### 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 +#### Configuration + +- Fixed default value in kong.conf.default documentation from 1000 to 10000 +for upstream_keepalive_max_requests option. + [#12648](https://github.com/Kong/kong/issues/12648) + [KAG-3360](https://konghq.atlassian.net/browse/KAG-3360) + +- Set security level of gRPC's TLS to 0 when ssl_cipher_suite is set to old + [#12616](https://github.com/Kong/kong/issues/12616) + +#### Core + +- Fix the missing router section for the output of the request-debugging + [#12649](https://github.com/Kong/kong/issues/12649) + [KAG-3438](https://konghq.atlassian.net/browse/KAG-3438) + +- 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. + [#12666](https://github.com/Kong/kong/issues/12666) + [FTI-5766](https://konghq.atlassian.net/browse/FTI-5766) [FTI-5795](https://konghq.atlassian.net/browse/FTI-5795) +#### 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 + + + + + + + diff --git a/changelog/3.6.1/kong-manager/.gitkeep b/changelog/3.6.1/kong-manager/.gitkeep new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/changelog/3.6.1/kong/.gitkeep b/changelog/3.6.1/kong/.gitkeep new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/changelog/unreleased/kong/bump-lua-resty-openssl.yml b/changelog/3.6.1/kong/bump-lua-resty-openssl.yml similarity index 100% rename from changelog/unreleased/kong/bump-lua-resty-openssl.yml rename to changelog/3.6.1/kong/bump-lua-resty-openssl.yml diff --git a/changelog/unreleased/kong/decrease-cocurrency-limit-of-timer-ng.yml b/changelog/3.6.1/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/3.6.1/kong/decrease-cocurrency-limit-of-timer-ng.yml diff --git a/changelog/unreleased/kong/disable-TLSv1_1-in-openssl3.yml b/changelog/3.6.1/kong/disable-TLSv1_1-in-openssl3.yml similarity index 100% rename from changelog/unreleased/kong/disable-TLSv1_1-in-openssl3.yml rename to changelog/3.6.1/kong/disable-TLSv1_1-in-openssl3.yml diff --git a/changelog/unreleased/kong/fix-default-value-of-upstream-keepalive-max-requests.yml b/changelog/3.6.1/kong/fix-default-value-of-upstream-keepalive-max-requests.yml similarity index 100% rename from changelog/unreleased/kong/fix-default-value-of-upstream-keepalive-max-requests.yml rename to changelog/3.6.1/kong/fix-default-value-of-upstream-keepalive-max-requests.yml diff --git a/changelog/unreleased/kong/fix-missing-router-section-of-request-debugging.yml b/changelog/3.6.1/kong/fix-missing-router-section-of-request-debugging.yml similarity index 100% rename from changelog/unreleased/kong/fix-missing-router-section-of-request-debugging.yml rename to changelog/3.6.1/kong/fix-missing-router-section-of-request-debugging.yml diff --git a/changelog/unreleased/kong/otel-increase-queue-max-batch-size.yml b/changelog/3.6.1/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/3.6.1/kong/otel-increase-queue-max-batch-size.yml diff --git a/changelog/unreleased/kong/revert-req-body-limitation-patch.yml b/changelog/3.6.1/kong/revert-req-body-limitation-patch.yml similarity index 100% rename from changelog/unreleased/kong/revert-req-body-limitation-patch.yml rename to changelog/3.6.1/kong/revert-req-body-limitation-patch.yml diff --git a/changelog/unreleased/kong/set_grpc_tls_seclevel.yml b/changelog/3.6.1/kong/set_grpc_tls_seclevel.yml similarity index 100% rename from changelog/unreleased/kong/set_grpc_tls_seclevel.yml rename to changelog/3.6.1/kong/set_grpc_tls_seclevel.yml