summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-12-14 16:48:20 +0100
committerGitHub <[email protected]>2023-12-14 16:48:20 +0100
commit80eff8aa42c59bc2d2cc9a2fab4e02398fd94994 (patch)
tree3ccf91943f21d0b56a8b9b0b415a4e5e29511657 /CHANGELOG.md
parent9fc3cfa3bbff4477fab4d95725ec42382f35144a (diff)
parent4139e8b858177b90092f77dc78e9a004c38f997b (diff)
[#1810]: release: `v2023.3.8`v2023.3.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cac6f46..8574b5b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
# CHANGELOG
+# <center> ๐Ÿš€ v2023.3.8 ๐Ÿš€ </center>
+
+### `HTTP` plugin
+
+- ๐Ÿ”ฅ Experimental HTTP3 server, [FR](https://github.com/roadrunner-server/roadrunner/issues/926), docs: [link](https://roadrunner.dev/docs/experimental-experimental/current/en#support-for-the-http3-server-202338), (thanks @cv65kr & @cidious)
+
+### `gRPC` plugin
+
+- ๐Ÿ”ฅ Experimental support for the OTLP protocol inside the `gRPC` plugin: [FR](https://roadrunner.dev/docs/experimental-experimental/current/en#otlp-support-in-the-grpc-plugin-202338), (thanks @rauanmayemir)
+
+### `Beanstalk` driver
+
+- ๐Ÿ›๏ธ Fix NPE on empty options [BUG](https://github.com/roadrunner-server/roadrunner/issues/1804), (thanks @SerhiiMova).
+
+### `Velox` plugin
+
+- ๐Ÿ”ฅ To ensure that Velox is able to build every RoadRunner version, we've added a new CI CRON job that builds RoadRunner with Velox daily. This job is not related to the RoadRunner release process, but it will help us to ensure that Velox is always compatible with the latest RoadRunner version.
+
+### <center>๐Ÿงน Chore:</center>
+
+- ๐Ÿง‘โ€๐Ÿญ **Dependencies**: update project/system dependencies.
+
+---
+
# <center> ๐Ÿš€ v2023.3.7 ๐Ÿš€ </center>
### `gRPC` plugin: