summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
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: