summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-01-11 14:28:59 +0100
committerValery Piashchynski <[email protected]>2024-01-11 14:28:59 +0100
commitce58553c227d39c85e1ecbf3b5dd18ec56b4e4c5 (patch)
treedde3afd0a225e8c97e69a5377e74d14ea074d4e8 /CHANGELOG.md
parente16d3caedc3ac5ca7dbc6d0dd5d6f16040846a9d (diff)
chore: update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 405c848c..bf740892 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,10 +10,14 @@
- 🐛️ Use user specified credentials if they are set even if we're inside AWS, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1833), (thanks @matteokov)
-### `Services` plugin
+### `Service` plugin
- 🐛️ Services directly killed when restarting on terminating. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1814), (thanks @chazzbg)
+### `Server` plugin
+
+- 🔥 Add `user` param to `on_init` command section. [PR](https://github.com/roadrunner-server/server/pull/68), [docs](https://roadrunner.dev/docs/plugins-server/current/en#configuration), (thanks @Kaspiman)
+
### `Redis` KV driver
- 🐛️ Correctly finish the OTEL span. [PR](https://github.com/roadrunner-server/redis/pull/62), (thanks @Kaspiman)