summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-06-20 20:45:19 +0200
committerValery Piashchynski <[email protected]>2024-06-20 20:45:19 +0200
commitdf4ecbe08a5adaddd9f070cc9b80333809bb2a5d (patch)
tree1af222daf41a528eeaa2d792028dafee9b5a4191 /CHANGELOG.md
parent2676eeb70b8cc1284249fae53881766b20ecfdc8 (diff)
release: v2024.1.5
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb623abf..5cb025c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# CHANGELOG
+# 🚀 v2024.1.5 🚀
+
+### `Status` plugin:
+- 🐛: Fix k8s-related problem, when status was not available during the graceful shutdown process: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1924). (thanks @cv65kr)
+
+### `JOBS` plugin:
+- 🔥: Experimentally added new handlers for the more canonical `ACK`, `NACK`, and `REQUEUE` operations for the `JOBS` drivers. PHP SDK will be updated soon. [FR](https://github.com/roadrunner-server/roadrunner/issues/1941), (thanks @shieldz80)
+
+### ✏️ Future changes:
+- 💡: Configuration includes will be out of experimental status in the next minor release (`v2024.2.0`) and currently don't have restrictions on where to put the included config. Keep in mind that the path for the included configurations is calculated from the working directory of the RoadRunner process. [FR](https://github.com/roadrunner-server/roadrunner/issues/935)
+
+---
+
# 🚀 v2024.1.4 🚀
### `Temporal` plugin: