Skip to content

Commit

Permalink
Updated CHANGELOG.md for @azure/cosmos@3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
v1k1 committed Feb 20, 2023
1 parent 1ac7fe0 commit 6c16075
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sdk/cosmosdb/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Release History

## 3.17.3 (2023-02-13)
- Fix add timeout message in timeout error

### Features Added
- Changes in bulk api to honour size restictions (i.e 2Mb) while creating individual batches.[#23923](https://github.com/Azure/azure-sdk-for-js/issues/23923)
### Breaking Changes

- Changes in bulk api to honour size restictions (i.e 2Mb) while creating individual batches.[#23923](https://github.com/Azure/azure-sdk-for-js/issues/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](https://github.com/Azure/azure-sdk-for-js/issues/23025)
- Added functionality to delete entire data for a partition id. [#22091](https://github.com/Azure/azure-sdk-for-js/issues/22091)
- Sdk now defines all possible error types, namely Export RestError, AbortError, TimeoutError, and ErrorResponse. [22789](https://github.com/Azure/azure-sdk-for-js/issues/22789)
### Bugs Fixed

- Removed excessive log warnings during bulk operations on a container with no partitionkey set.
Expand Down

0 comments on commit 6c16075

Please sign in to comment.