From 692b0cd3781718e00f19daf218740ae962aafc2c Mon Sep 17 00:00:00 2001 From: rustagir Date: Wed, 4 Sep 2024 15:47:00 -0400 Subject: [PATCH] DOCSP-43284: bump patch to 5.1.4 --- snooty.toml | 2 +- source/whats-new.txt | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/snooty.toml b/snooty.toml index 5aad49261..34d73d260 100644 --- a/snooty.toml +++ b/snooty.toml @@ -21,7 +21,7 @@ driver = "java" driver-long = "MongoDB Java Driver" driver-short = "Java driver" version = "5.1" -full-version = "{+version+}.2" +full-version = "{+version+}.4" mdb-server = "MongoDB Server" package-name-org = "mongodb-org" api = "https://mongodb.github.io/mongo-java-driver/{+version+}" diff --git a/source/whats-new.txt b/source/whats-new.txt index 212997ca9..f9c4b6aa1 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -63,11 +63,7 @@ New features of the 5.2 driver release include: .. replacement:: avs-index-link - :ref:`java-search-indexes` in the Indexes guide - -- When a sharded cluster operation is unsuccessful, the {+driver-short+} avoids selecting - the same ``mongos`` server for operation retry attempts if other ``mongos`` servers are - available. + :ref:`java-search-indexes` in the Indexes guide .. _java-version-5.1.3: