diff options
author | Valery Piashchynski <[email protected]> | 2024-02-15 20:17:05 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-02-15 20:17:05 +0100 |
commit | 84e2dbd1079ad3f4da65fb5d9a1f45f72b54c007 (patch) | |
tree | dca0c16548e3637b4df859aeb4bae56249c7d16c /CHANGELOG.md | |
parent | 5bb3efea4b06f179c187e68ff573c91787981ae2 (diff) |
release: 2023.3.11
Signed-off-by: Valery Piashchynski <[email protected]>
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: |