3.6.1
Changed 3
- increase Opentelemetry queue max batch size to 200
- bump lua-resty-openssl to 1.2.1
- TLSv1.1 and lower is by default disabled in OpenSSL 3.x
Fixed 5
- fix default value in kong.conf.default documentation from 1000 to 10000 for upstream_keepalive_max_requests option
- set security level of gRPC's TLS to 0 when ssl_cipher_suite is set to old
- fix missing router section for the output of the request-debugging
- 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
- fix bug where low ulimit setting causes Kong to fail to start by decreasing lua-resty-timer-ng concurrency range from [512, 2048] to [256, 1024]
From kong
Kong
Performance
Plugin
- Opentelemetry: increase queue max batch size to 200 #12542
Dependencies
Core
- Bumped lua-resty-openssl to 1.2.1 #12669
Features
Configuration
- now TLSv1.1 and lower is by default disabled in OpenSSL 3.x #12556
Fixes
Configuration
-
Fixed default value in kong.conf.default documentation from 1000 to 10000 for upstream_keepalive_max_requests option. #12648
-
Set security level of gRPC's TLS to 0 when ssl_cipher_suite is set to old #12616
Core
-
Fix the missing router section for the output of the request-debugging #12649
-
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
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