Release date 2025/12/18
Feature
-
added support to the
tls_certificate_verifyglobal option. When this option is enabled the plugin’s flagsssl_verify,tls_client_auth_ssl_verify, andsession_memcached_ssl_verifycannot be disabled. -
added the flags
session_memcached_sslandsession_memcached_ssl_verifyto switch certificate verification when connecting to Memcached server.
Bugfix
-
Fixed an issue where for incremental sync, consumer related caches may not be properly invalidated, causing stale data to be served.
-
Fixed an issue where the issuer mismatch error message for the token’s
issclaim did not reflect the correct token type and expected issuers. -
Fixed an issue where the
client_credentials/authorization_codeauth would not auto-recover if IdP was not accessible during Kong startup. -
Improved claim validation logic to correctly handle timestamp claims (exp, nbf, iat) even when provided as non-numeric types.
-
Fixed an issue where TLS client certificate loading failed in non-default workspaces. The certificate lookup now explicitly specifies the plugin’s workspace when querying the database during configuration initialization.