You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expand use of error labels for retryable writes
The work here encompasses changes to the retryable writes logic of
the driver, such that the `RetryableWriteError` label becomes the
primary means of determining whether an operation will be retried.
4.4+ servers will attach this label server-side, so this change
allows us to gracefully remove client-side checking of retryable
write errors.
NODE-2379
0 commit comments