Skip to content

Commit 0526c49

Browse files
authored
Backpressure merge formatting (mongodb#1908)
1 parent 1125200 commit 0526c49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/retryable-reads/retryable-reads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ reads because the resilience benefit of retryable reads outweighs the minor risk
579579
any 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

source/retryable-writes/retryable-writes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ which only happens when the retryWrites option is true on the client. For the dr
711711
retryWrites 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

0 commit comments

Comments
 (0)