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: