diff options
author | Valery Piashchynski <[email protected]> | 2023-11-09 15:57:40 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-11-09 15:57:40 +0100 |
commit | 24009e98900a0c8f94ebf63072c601869063a3cf (patch) | |
tree | 6316046eb51f2e04d3285990446d8034a8d2dd6f /CHANGELOG.md | |
parent | c434e4cadf5dae19783bd00db73b61a0338d4318 (diff) |
release: v2023.3.4
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ac4924..2c405722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # CHANGELOG +# <center> 🚀 v2023.3.4 🚀 </center> + +## 🔥 Features: + +### RR Core: + +- ✒️ **Experimental features:** Add support for the experimental features: [Docs](https://roadrunner.dev/docs/experimental-experimental/current/en). + +## 👀 Plugins: + +- ✒️ **NATS driver:** Replace the old JetStream client with the new one: [FR](https://github.com/roadrunner-server/roadrunner/issues/1574), [API](https://github.com/nats-io/nats.go/blob/main/jetstream/README.md). +- ✒️ **Config driver:** Add experimental support for merging two and more configuration files: [FR](https://github.com/roadrunner-server/roadrunner/issues/935), [Docs](https://roadrunner.dev/docs/experimental-experimental/current/en), (thanks @hugochinchilla) +- ✒️ **Headers middleware:** Add support for the regular expressions for `origin`: [FR](https://github.com/roadrunner-server/roadrunner/issues/1709), [Docs](https://roadrunner.dev/docs/http-headers/current/en#cors), (thanks @orlandothoeny) + +## 🩹 Fixes + +- 🐛 **HTTP Plugin**: Unable to POST relatively chunky POST: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1765), (thanks @FluffyDiscord) + + +--- + # <center> 🚀 v2023.3.3 [Bugfix] 🚀 </center> ## 🩹 Fixes |