From cdac883c5acba6121e8112bf918688a1c7853dc2 Mon Sep 17 00:00:00 2001 From: chronolaw Date: Mon, 21 Aug 2023 14:53:07 +0800 Subject: [PATCH] pr #11376 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a989caf495..b6e98bf8030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ - **OAuth2**: For OAuth2 plugin, `scope` has been taken into account as a new criterion of the request validation. When refreshing token with `refresh_token`, the scopes associated with the `refresh_token` provided in the request must be same with or a subset of the scopes configured in the OAuth2 plugin instance hit by the request. [#11342](https://github.com/Kong/kong/pull/11342) - When the worker is in shutdown mode and more data is immediately available without waiting for `max_coalescing_delay`, queues are now cleared in batches. + Thanks [@JensErat](https://github.com/JensErat) for contributing this change. [#11376](https://github.com/Kong/kong/pull/11376) - A race condition in the plugin queue could potentially crash the worker when `max_entries` was set to `max_batch_size`. [#11378](https://github.com/Kong/kong/pull/11378)