Skip to content

Commit

Permalink
docs(changelog): add entry for renamed kong.conf properties (#10310)
Browse files Browse the repository at this point in the history
(cherry picked from commit ee74ed9)
  • Loading branch information
flrgh committed Feb 16, 2023
1 parent 5f74a0d commit 2a11447
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,19 @@

### Changed

#### Core

- Improve error message for invalid JWK entities.
[#9904](https://github.com/Kong/kong/pull/9904)
- Renamed two configuration properties:
* `opentelemetry_tracing` => `tracing_instrumentations`
* `opentelemetry_tracing_sampling_rate` => `tracing_sampling_rate`

The old `opentelemetry_*` properties are considered deprecated and will be
fully removed in a future version of Kong.
[#10122](https://github.com/Kong/kong/pull/10122)
[#10220](https://github.com/Kong/kong/pull/10220)

#### Hybrid Mode

- Revert the removal of WebSocket protocol support for configuration sync,
Expand Down

0 comments on commit 2a11447

Please sign in to comment.