3.17.3 (2023-02-13)
Features Added
- Changes in bulk api to honour size restictions (i.e 2Mb) while creating individual batches.#23923
- Enriched Timeout error response. We had defined Timeout error as custom error in our sdk but we were not sending up any message along with it, now we are throwing the specific Error. #23025
- Added functionality to delete entire data for a partition id. #22091
- SDK now defines all possible error types, namely Export RestError, AbortError, TimeoutError, and ErrorResponse. 22789
Bugs Fixed
- Removed excessive log warnings during bulk operations on a container with no partitionkey set.
- Fix issue with GlobalEndpointManager never making endpoints available after they fall-back #22726
- Fix issue that caused parallel queries to break when returning a result of 0 or false. #24493
Other Changes
- Error handling guidelines are added in README.md