From 7be58bd27c549d81cab96b2187ecf246c1a98353 Mon Sep 17 00:00:00 2001 From: "steven.lewis" Date: Mon, 29 Jul 2024 13:57:31 +0100 Subject: [PATCH] Tell couchbase to reattach threads if needed, before shutdown --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5bc1c..2ffc38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ #### 29 July 2024 - __Driver Core__ - `Couchbasev4` Allow calling of `prepareToFork()` when driver is not initialized to allow switch between drivers. - - `Couchbasev4` Tell couchbase to reattach its threads if needed, before preparing to forking. + - `Couchbasev4` Tell couchbase to reattach its threads if needed, while preparing to forking and on destruct. ## 9.2.1 #### 25 April 2024