diff --git a/docs/changelog.rst b/docs/changelog.rst index f9de8bf6d..6cd68ba46 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +Version 4.19.4 +-------------- +This patch version includes: + - Adds the gRPC healthcheck ping to the `is_live()` method of the async client to provide a more accurate check of the connection status of the async client + - Fixes bug where exceptions raised in `collections.exists()` were silently ignored and the method would return `False` instead of raising the exception + + Version 4.19.3 -------------- This patch version includes: