diff options
author | Valery Piashchynski <[email protected]> | 2024-09-12 17:54:46 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-09-12 17:54:46 +0200 |
commit | 7a50384ab9420c1cbae4f3c7045dc072789d9d1b (patch) | |
tree | 862ed50d91d3a4131d57e0b05ee59891075272b6 /CHANGELOG.md | |
parent | 6bd82cc7f30fed872b3a7bcd607a1eaac81a36a5 (diff) |
chore: update deps, README
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0135bc..658bb3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,31 @@ # CHANGELOG +# ๐ v2024.2.1 ๐ + +### `OTEL` plugin: + +- ๐ฅ: Several improvements by @devnev: Do not set `Endpoint` and `Headers` for gRPC if they're empty: [PR](https://github.com/roadrunner-server/otel/pull/62), Support standard `OTEL` exporter protocol environment variables: [PR](https://github.com/roadrunner-server/otel/pull/63). (thanks @devnev) + +### `RoadRunner-Temporal` plugin: +- ๐: gRPC client closed too early after shutdown: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1986). (thanks @kkosowski-p) + +### `AMQP` driver: +- ๐: `redial_timeout` was not respected when dynamically creating pipeline. [BUG](https://github.com/roadrunner-server/roadrunner/issues/2000), (thanks @algirdasci) + +### <center>๐งน Chore:</center> + +- ๐งโ๐ญ: All plugins were updated to Go 1.23 (including `Velox` Dockerfile). + +--- + # ๐ v2024.2.0 ๐ # Upgrade guide: [link](https://docs.roadrunner.dev/docs/general/compatibility#upgrading-to-roadrunner-v2024.2.x) ## Community plugins -We are introducing a new term in the RoadRunner community โ Community plugins. -If you have a brilliant idea for the http middleware or JOBS driver or even a new plugin - feel free to check our +We are introducing a new term in the RoadRunner community โ Community plugins. +If you have a brilliant idea for the http middleware or JOBS driver or even a new plugin - feel free to check our [Customization](../customization) tutorials, create and notify us about your plugin. ## Plugins updates: |