summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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