Skip to content

Commit edf51dc

Browse files
DRIVERS-1571 Fix changelog entries (#1456)
1 parent e12b522 commit edf51dc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

source/retryable-reads/retryable-reads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ degraded performance can simply disable ``retryableReads``.
691691
Changelog
692692
=========
693693
694-
:2023-08-??: Require that in a sharded cluster the server on which the
694+
:2023-08-26: Require that in a sharded cluster the server on which the
695695
operation failed MUST be provided to the server selection
696696
mechanism as a deprioritized server.
697697
:2023-08-21: Update Q&A that contradicts SDAM transient error logic

source/retryable-reads/tests/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Retryable Reads Are Retried on the Same mongos if No Others are Available
304304
Changelog
305305
=========
306306

307-
:2023-08-??: Add prose tests for retrying in a sharded cluster.
307+
:2023-08-26 Add prose tests for retrying in a sharded cluster.
308308

309309
:2022-04-22: Clarifications to ``serverless`` and ``useMultipleMongoses``.
310310

source/retryable-writes/retryable-writes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ inconsistent with the server and potentially confusing to developers.
829829
Changelog
830830
=========
831831
832-
:2023-08-??: Require that in a sharded cluster the server on which the
832+
:2023-08-26: Require that in a sharded cluster the server on which the
833833
operation failed MUST be provided to the server selection
834834
mechanism as a deprioritized server.
835835
:2022-11-17: Add logic for persisting "currentError" as "previousError" on first

source/retryable-writes/tests/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ and sharded clusters.
524524
Changelog
525525
=========
526526

527-
:2023-08-??: Add prose tests for retrying in a sharded cluster.
527+
:2023-08-26: Add prose tests for retrying in a sharded cluster.
528528

529529
:2022-08-30: Add prose test verifying correct error handling for errors with
530530
the NoWritesPerformed label, which is to return the original

source/server-selection/server-selection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,4 +2078,4 @@ Changelog
20782078
:2022-01-19: Require that timeouts be applied per the client-side operations timeout spec
20792079
:2022-10-05: Remove spec front matter, move footnote, and reformat changelog.
20802080
:2022-11-09: Add log messages and tests.
2081-
:2023-08-??: Add list of deprioritized servers for sharded cluster topology.
2081+
:2023-08-26: Add list of deprioritized servers for sharded cluster topology.

0 commit comments

Comments
 (0)