4.52.0 (2023-10-24)
Features Added
- Added an option to configure the minimum retry duration for 404/1002 session not available. - See PR 37143 and PR 37240
Bugs Fixed
- Fixed an issue where
emptyPageDiagnosticsEnabled
inCosmosQueryRequestOptions
was being overridden. This caused empty page diagnostics to be logged (with INFO level) even when the flag was set to false - See PR 37199 - Fixed an issue where the HttpTimeoutPolicy was not being used correctly - See PR 37188
- Fixed an issue where SDK mark region unavailable on http timeout - See PR 37163
- Fixed an issue where SDK do
A, B, C, A
retry pattern for404/1002
- See PR 37040 - Fixed an issue where SDK do aggressive retry on
449
- See PR 37040 - Fixed an issue where SDK skip cross region retry for server generated
410
for write operations - See PR 37040 - Added 410/1002 handling for
ChangeFeedProcessor#getCurrentState
in Latest Version, All Version and Deletes changes modes. - See PR 37107- NOTE : Here the fix is for a
ChangeFeedProcessor
instance built with eitherhandleLatestVersionChanges
orhandleAllVersionsAndDeletesChanges
.
- NOTE : Here the fix is for a
- Fixed an issue where SDK does not do retry for
AddressRefresh
onHttpTimeout
for write operations - See PR 37286