diff options
author | Valery Piashchynski <[email protected]> | 2023-12-14 16:48:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-14 16:48:20 +0100 |
commit | 80eff8aa42c59bc2d2cc9a2fab4e02398fd94994 (patch) | |
tree | 3ccf91943f21d0b56a8b9b0b415a4e5e29511657 /CHANGELOG.md | |
parent | 9fc3cfa3bbff4477fab4d95725ec42382f35144a (diff) | |
parent | 4139e8b858177b90092f77dc78e9a004c38f997b (diff) |
[#1810]: release: `v2023.3.8`v2023.3.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
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: |