Skip to content

Commit

Permalink
DRIVERS-1571 Fix changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Aug 26, 2023
1 parent 86d961f commit 903a7eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/retryable-reads/retryable-reads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ degraded performance can simply disable ``retryableReads``.
Changelog
=========
:2023-08-??: Require that in a sharded cluster the server on which the
:2023-08-26: Require that in a sharded cluster the server on which the
operation failed MUST be provided to the server selection
mechanism as a deprioritized server.
:2023-08-21: Update Q&A that contradicts SDAM transient error logic
Expand Down
2 changes: 1 addition & 1 deletion source/retryable-reads/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Retryable Reads Are Retried on the Same mongos if No Others are Available
Changelog
=========

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

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

Expand Down
2 changes: 1 addition & 1 deletion source/retryable-writes/retryable-writes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ inconsistent with the server and potentially confusing to developers.
Changelog
=========
:2023-08-??: Require that in a sharded cluster the server on which the
:2023-08-26: Require that in a sharded cluster the server on which the
operation failed MUST be provided to the server selection
mechanism as a deprioritized server.
:2022-11-17: Add logic for persisting "currentError" as "previousError" on first
Expand Down
2 changes: 1 addition & 1 deletion source/retryable-writes/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ and sharded clusters.
Changelog
=========

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

:2022-08-30: Add prose test verifying correct error handling for errors with
the NoWritesPerformed label, which is to return the original
Expand Down
2 changes: 1 addition & 1 deletion source/server-selection/server-selection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2078,4 +2078,4 @@ Changelog
:2022-01-19: Require that timeouts be applied per the client-side operations timeout spec
:2022-10-05: Remove spec front matter, move footnote, and reformat changelog.
:2022-11-09: Add log messages and tests.
:2023-08-??: Add list of deprioritized servers for sharded cluster topology.
:2023-08-26: Add list of deprioritized servers for sharded cluster topology.

0 comments on commit 903a7eb

Please sign in to comment.