Skip to content

Commit

Permalink
pr #11376
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Aug 24, 2023
1 parent 6010b64 commit cdac883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cdac883

Please sign in to comment.