summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-12-01 12:03:25 +0100
committerValery Piashchynski <[email protected]>2022-12-01 12:03:25 +0100
commit6277d47ffe939b5cb21248eba876a7566048b15b (patch)
tree79b3f9e8fffd48b6f0197cfcc52063cdac486041 /CHANGELOG.md
parent6e61b988c8e328543f5708421e7196878b3f96f2 (diff)
release: v2.12.1
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index add316c4..dae057a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# CHANGELOG
+## v2.12.1 (01.12.2022)
+
+###### tags: `roadrunner` `v2.12.1`
+
+## <center> 🚀 v2.12.1 🚀 </center>
+## <center>👀 New: </center>
+
+- ✏ **RR:** Automatically set the `GOMAXPROCS` to match the container CPU quota.
+- ✏ **AMQP plugin:** implement `Status` to check the AMQP connection [PR](https://github.com/roadrunner-server/amqp/pull/33).
+- ✏ **SQS plugin:** `prefetch` option now works as expected. RR will not consume new JOBS when reaches `prefetch` limit, until already accepted messages are not ACK/NACK-ed.
+- ✏ **JOBS(memory) plugin:** `prefetch` option now works as expected (see SQS). You can now emulate FIFO in memory by setting the `prefetch` option to 1.
+
+### <center>🩹 Fixes:</center>
+
+- **gRPC plugin**: server options are applied only when TLS is set. [Discussion](https://github.com/roadrunner-server/roadrunner/discussions/1384).
+- **AMQP plugin**: fix a few typos in the configuration.
+
## v2.12.0 (24.11.2022)
# ⚠️ `websocket` and `broadcast` plugins were replaced by the new `centrifuge` plugin.