summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-25 14:20:00 +0200
committerValery Piashchynski <[email protected]>2022-08-25 14:20:00 +0200
commitcc0c5a9544110240d5467f1c882f82891eada3a2 (patch)
tree5a273e0d79197ff2259f9813c71923e3f8f5d9f3 /CHANGELOG.md
parenteffcc4135a3f1ba290ae06cbe2536e3237923bee (diff)
release: v2.11.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 656eed39..b4fe11bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
---
+## v2.11.1 (25.08.2022)
+
+## ๐Ÿ‘€ New:
+
+- โœ **http plugin**: Send raw body (unescaped) to the PHP worker for the `application/x-www-form-urlencoded` content type. [FR1](https://github.com/roadrunner-server/roadrunner/issues/1264), [FR2](https://github.com/roadrunner-server/roadrunner/issues/1206), (thanks @ekisu, @rlantingmove4mobile)
+Configuration:
+```yaml
+http:
+ raw_body: true/false (by default)
+```
+- โœ **temporal plugin**: Overwrite `client-name` and `client-version` in Go client to represent PHP-SDK, [FR](https://github.com/roadrunner-server/roadrunner/issues/1249), (thanks, @wolfy-j)
+
+## ๐Ÿงน Chore:
+
+- ๐Ÿง‘โ€๐Ÿญ: Autocomplete `.rr.yaml` configuration for the `cache` plugin. [link](https://cdn.jsdelivr.net/gh/roadrunner-server/roadrunner@latest/schemas/config/2.0.schema.json)
+
+---
+
## v2.11.0 (18.08.2022)
## โš ๏ธ NewRelic middleware was removed. Please, use [OTEL middleware instead](https://roadrunner.dev/docs/middleware-otel/2.x/en)