diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d37c5f..70d5f602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +# <center> ๐ v2023.3.11 ๐ </center> + +### `Centrifuge` plugin: +- ๐๏ธ Check the connection propertly before attempting to send a request: [PR](https://github.com/roadrunner-server/centrifuge/pull/78) + +### `OTEL` plugin: +- ๐๏ธ Do not force to set `endpoint` and `headers`: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1848). Update docs on OTEL env usage: [Docs](https://docs.roadrunner.dev/logging-and-observability/otel), (thanks @fasdalf and @arku31). + +### <center>๐งน Chore:</center> + +- ๐งโ๐ญ **Dependencies**: Build with Go 1.22.0. + +--- + # <center> ๐ v2023.3.10 ๐ </center> ### Core `SDK` bugfixes: |