summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-06-02 12:22:14 +0200
committerValery Piashchynski <[email protected]>2022-06-02 12:22:14 +0200
commitd3ec72a01738a873b10467bf149bdd4cc8c5dbee (patch)
treedbd54cc0e8e9a05d28edb6fe70f3f9f6b4885a29
parentbf3e6e4c9927b90f5a946ffa69509e6c2e32d2b4 (diff)
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d7388a8..08b11638 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# CHANGELOG
+## v2.10.3 (02.06.2022)
+
+## 👀 New:
+
+- ✏️ **CLI**: `rr stop` command. `rr stop` will read the `.pid` file to send a graceful stop signal to the main RR process (`SIGTERM`). [FR](https://github.com/roadrunner-server/roadrunner/issues/1162) (thanks @Baiquette)
+
+## 🩹 Fixes:
+
+- 🐛 Fix: incorrect `reset` behavior for the `temporal` plugin. [BUG](https://github.com/temporalio/sdk-php/issues/174), [BUG](https://github.com/temporalio/sdk-php/issues/170), [BUG](https://github.com/temporalio/sdk-php/issues/177). (thanks @dmitry-pilipenko, @mzavatsky)
+---
+
## v2.10.2 (26.05.2022)
## 👀 New: