File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ reads because the resilience benefit of retryable reads outweighs the minor risk
579579any customers experiencing degraded performance can simply disable ` retryableReads ` .
580580
581581## Changelog
582+
582583- 2026-02-19: Clarified that server deprioritization on replica sets only occurs for ` SystemOverloadedError ` errors.
583584
584585- 2026-02-11: Clarified that the retry logic and pseudocode does not include the modifications required by client
Original file line number Diff line number Diff line change @@ -711,6 +711,7 @@ which only happens when the retryWrites option is true on the client. For the dr
711711retryWrites is not true would be inconsistent with the server and potentially confusing to developers.
712712
713713## Changelog
714+
714715- 2026-02-19: Clarified that server deprioritization on replica sets only occurs for ` SystemOverloadedError ` errors.
715716
716717- 2026-02-11: Clarified that the retry logic and pseudocode does not include the modifications required by client
You can’t perform that action at this time.
0 commit comments