Skip to content

Commit

Permalink
docs(changelog) update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc authored and kikito committed Aug 20, 2022
1 parent 18eaef8 commit 48900fb
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@

#### Plugins

- Sync all plugin versions to the Kong version
[#8772](https://github.com/Kong/kong/pull/8772)
- Introduced the new **OpenTelemetry** plugin that export tracing instrumentations
to any OTLP/HTTP compatible backend.
`opentelemetry_tracing` configuration should be enabled to collect
Expand All @@ -348,10 +350,13 @@
[#8735](https://github.com/Kong/kong/pull/8735)
- **AWS-Lambda**: add support for cross account invocation through
configuration properties `aws_assume_role_arn` and
`aws_role_session_name`.
`aws_role_session_name`.[#8900](https://github.com/Kong/kong/pull/8900)
[#8900](https://github.com/Kong/kong/pull/8900)
- Sync all plugin versions to the Kong version
[#8772](https://github.com/Kong/kong/pull/8772)
- **AWS-Lambda**: accept string type `statusCode` as valid return when
working in proxy integration mode.
[#8765](https://github.com/Kong/kong/pull/8765)
- **AWS-Lambda**: separate aws credential cache by IAM role ARN
[#8907](https://github.com/Kong/kong/pull/8907)
- **Statsd**: :fireworks: **Newly open-sourced plugin capabilities**: All capabilities of [Statsd Advanced](https://docs.konghq.com/hub/kong-inc/statsd-advanced/) are now bundled in [Statsd](https://docs.konghq.com/hub/kong-inc/statsd).
[#9046](https://github.com/Kong/kong/pull/9046)

Expand Down Expand Up @@ -403,6 +408,8 @@
[#8668] https://github.com/Kong/kong/pull/8668
- Moved all `.proto` files to `/usr/local/kong/include` and ordered by priority.
[#8914](https://github.com/Kong/kong/pull/8914)
- Fixed an issue that cause unexpected 404 error on creating/updating configs with invalid options
[#8831](https://github.com/Kong/kong/pull/8831)

#### Plugins

Expand All @@ -425,6 +432,10 @@
[#9058](https://github.com/Kong/kong/pull/9058) [#9129](https://github.com/Kong/kong/pull/9129)
- **LDAP-Auth**: Refactored ASN.1 parser using OpenSSL API through FFI.
[#8663](https://github.com/Kong/kong/pull/8663)
- **Rate-Limiting** and **Response-ratelimiting**: Fix a disordered behaviour caused by `pairs` function
which may cause Postgres DEADLOCK problem [#8968](https://github.com/Kong/kong/pull/8968)
- **Response-rate-Limiting**: Fix a disordered behaviour caused by `pairs` function
which may cause Postgres DEADLOCK problem [#8968](https://github.com/Kong/kong/pull/8968)


#### Clustering
Expand Down

0 comments on commit 48900fb

Please sign in to comment.