summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-12-15 01:02:39 +0300
committerGitHub <[email protected]>2021-12-15 01:02:39 +0300
commitff1401e97a9d1f3c059a60acbcae3f4507dcfe03 (patch)
tree7076f4712f9b4dbfb6d3a1bae3f4ba812d92a89d /CHANGELOG.md
parentf2c79017ae5759256b03ec58b608f298a29e4b96 (diff)
parent1bcb131c1ace6bdb47123cf05e4943ac3c4744c4 (diff)
[#872]: bug(static_pool, debug mode): worker exited immediately after obtaining the response
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2f28637..702099af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,20 @@
# CHANGELOG
+# v2.6.2 (15.12.2021)
+
+## 🩹 Fixes:
+
+- 🐛 Fix: worker exited immediately after obtaining the response. [BUG](https://github.com/spiral/roadrunner/issues/871) (reporter: @samdark).
+
+---
+
# v2.6.1 (14.12.2021)
## 🩹 Fixes:
- 🐛 Fix: memory leak when supervised static pool used. [PR](https://github.com/spiral/roadrunner/pull/870).
+---
# v2.6.0 (30.11.2021)
@@ -18,6 +27,8 @@
- 🐛 Fix: zombie processes in the `pool.debug` mode.
+---
+
# v2.5.1 (07.11.2021)
## 🩹 Fixes: