diff options
author | Valery Piashchynski <[email protected]> | 2021-04-04 21:02:54 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-04 21:02:54 +0300 |
commit | 11d630dc73e878a3630a6b9895369d6bffb156d7 (patch) | |
tree | 73b3dc7bc51c0c7184ab8a5a458e03bfc6961c34 /CHANGELOG.md | |
parent | 5efb7849b468a7564d48bcf70653b780520905b7 (diff) |
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d628e6..8a28e161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,15 @@ v2.0.4 (06.04.2021) ## 🔥 New: -- 📜 Add a new `raw` mode for the `logger` plugin to keep the stderr log message of the worker unmodified (logger severity level should be at least `INFO`). +- 📜 Add a new `raw` mode for the `logger` plugin to keep the stderr log message of the worker unmodified (logger + severity level should be at least `INFO`). +- 🆕 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. ## 🩹 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) ------------------- |