summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d652e1d8..b4f2a858 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,16 @@
CHANGELOG
=========
-v2.1.0 (06.04.2021)
+v2.0.4 (06.04.2021)
-------------------
## 🩹 Fixes:
- 🐛 Fix: bug with the temporal worker which does not follow general graceful shutdown period.
+## 🔥 New:
+- 🆕 Add Readiness probe check. The `status` plugin provides `/ready` endpoint which return the `204` HTTP code if there are no workers in the `Ready` state and `200 OK` status if there are at least 1 worker in the `Ready` state.
+
v2.0.3 (29.03.2021)
-------------------