summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-02-01 23:19:39 +0100
committerGitHub <[email protected]>2024-02-01 23:19:39 +0100
commit8cb2c6f4c5a52a867ccfb1768a4dbcd28998f04c (patch)
tree9b81c573d0cb1af1c851cf618c41ce48ddd2fa92 /CHANGELOG.md
parent79f22c6a240b883ef21bbcfa4a905a8cc71cc412 (diff)
parentf85c5b39a6d670d9189012948e6f49d3414f4ce3 (diff)
[#1856]: release: `v2023.3.10`v2023.3.10
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf740892..d3d37c5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# CHANGELOG
+# <center> ๐Ÿš€ v2023.3.10 ๐Ÿš€ </center>
+
+### Core `SDK` bugfixes:
+
+- ๐Ÿ›๏ธ Request queue gets too large, [BUG/FR](https://github.com/roadrunner-server/roadrunner/issues/1841), [Docs](https://docs.roadrunner.dev/php-worker/pool) (thanks, @L3tum)
+- ๐Ÿ›๏ธ Huge memory allocation in the debug mode [FIX](https://github.com/roadrunner-server/sdk/pull/110).
+- ๐Ÿ›๏ธ Stop handler (`worker->stop()`) was returned (breaking change fix) [FIX](https://github.com/roadrunner-server/sdk/pull/109), (thanks @Zylius)
+
+### <center>๐Ÿงน Chore:</center>
+
+- ๐Ÿง‘โ€๐Ÿญ **Dependencies**: update project/system dependencies.
+
+---
+
# <center> ๐Ÿš€ v2023.3.9 ๐Ÿš€ </center>
### `HTTP` plugin