summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-06-02 12:40:06 +0200
committerGitHub <[email protected]>2022-06-02 12:40:06 +0200
commit8cb55ccd67478947a9420ba5293de120bae6418f (patch)
tree5ea6679e5ec18781104f4b1423532ea1b404b257 /CHANGELOG.md
parent9d9eea7f6830a42bb1cb97449bca9a8041269518 (diff)
parent0e37fcc05a38c0ba9d40e01ec38a583759c355fe (diff)
[#1164]: feat: release `v2.10.3`v2.10.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d7388a8..2596ba13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# 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: