Skip to content

docs(changelog): add changelog entries for some PRs #11426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

#### Core

- Support HTTP query parameters in expression routes.
[#11348](https://github.com/Kong/kong/pull/11348)

#### Plugins

- **AWS-Lambda**: the AWS-Lambda plugin has been refactored by using `lua-resty-aws` as an
Expand Down Expand Up @@ -42,12 +45,16 @@
[#11414](https://github.com/Kong/kong/pull/11414)
- Fix an issue that queue stops processing when a hard error is encountered in the handler function.
[#11423](https://github.com/Kong/kong/pull/11423)
- Fix an issue that query parameters are not forwarded in proxied request.
Thanks [@chirag-manwani](https://github.com/chirag-manwani) for contributing this change.
[#11328](https://github.com/Kong/kong/pull/11328)

#### Plugins

- **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