From cb5f2987eaa4862cdbf26d1fe5e44d7e70dd331b Mon Sep 17 00:00:00 2001 From: Tommy Smith Date: Wed, 18 Feb 2026 13:32:05 +0000 Subject: [PATCH 1/2] Update changelog for `v4.19.4` --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f9de8bf6d..15a308aea 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ 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 + + Version 4.19.3 -------------- This patch version includes: From 174ac24d8d563371480d68746eb1ab662b53b970 Mon Sep 17 00:00:00 2001 From: Tommy Smith Date: Wed, 18 Feb 2026 13:33:22 +0000 Subject: [PATCH 2/2] Update changelog for `4.19.4` --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 15a308aea..6cd68ba46 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ 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