summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-12-01 12:49:48 +0100
committerGitHub <[email protected]>2022-12-01 12:49:48 +0100
commitef1f3159ac2a16ddf0119afcd61df07a51cc8b33 (patch)
treea138af0c4b96d9d5fb37d9581c8f6375929bdc72 /CHANGELOG.md
parent6e61b988c8e328543f5708421e7196878b3f96f2 (diff)
parent79ec1832e5bc08663fe6853afefb8660b1d2e0ce (diff)
[#1385]: release: `v2.12.1`v2.12.1-rc.1v2.12.1
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.