Skip to content

Commit

Permalink
docs(changelog): add missing changelog entries (#11426)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored Aug 24, 2023
1 parent 05acd5b commit 5eb0833
Showing 1 changed file with 7 additions and 0 deletions.
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

1 comment on commit 5eb0833

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:5eb0833037a0eb0346bf0d687e457dcf8da5684e
Artifacts available https://github.com/Kong/kong/actions/runs/5960048598

Please sign in to comment.