Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Dec 5, 2023
1 parent 59ec7d9 commit 686f8e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/retryable-reads/retryable-reads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,9 @@ degraded performance can simply disable ``retryableReads``.
Changelog
=========
:2023-12-05: Add that any server information associated with retryable
exceptions MUST reflect the originating server, even in the
presence of retries.
:2023-11-30: Add ReadConcernMajorityNotAvailableYet to the list of error codes
that should be retried.
:2023-11-28: Add ExceededTimeLimit to the list of error codes that should
Expand Down
3 changes: 3 additions & 0 deletions source/retryable-writes/retryable-writes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,9 @@ inconsistent with the server and potentially confusing to developers.
Changelog
=========

:2023-12-05: Add that any server information associated with retryable
exceptions MUST reflect the originating server, even in the
presence of retries.
:2023-10-02: When CSOT is not enabled, one retry attempt occurs.
:2023-08-26: Require that in a sharded cluster the server on which the
operation failed MUST be provided to the server selection
Expand Down

0 comments on commit 686f8e6

Please sign in to comment.