Skip to content

Commit

Permalink
4.4.0-beta.1-release (Azure#14515)
Browse files Browse the repository at this point in the history
* change in changelog

* add one more change

* Adding '.' in changelog

* changelog update

* Update CHANGELOG.md

Co-authored-by: Annie Liang <xinlian@microsoft.com>
Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com>
  • Loading branch information
3 people authored Aug 27, 2020
1 parent 4becfc2 commit 0730a55
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Release History

## 4.4.0-beta.1 (2020-08-27)
* Added new API to efficiently load many documents (via list of pk/id pairs or all documents for a set ok pk values)
* Enabled query metrics by default
* Fixed NPE in GatewayAddressCache
### New Features
* Added new API to efficiently load many documents (via list of pk/id pairs or all documents for a set of pk values).
* Added new `deleteItem` API.
* Enabled query metrics by default.
### Key Bug Fixes
* Fixed NPE in `GatewayAddressCache`.
* Fixing query metric issue for zero item response.
* Improved performance (reduced CPU usage) for address parsing and Master-Key authentication.

## 4.3.2-beta.2 (2020-08-17)
### Key Bug Fixes
Expand Down

0 comments on commit 0730a55

Please sign in to comment.