@azure/cosmos 3.17.2-alpha.20221110.1 → 3.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 3.17.2 (
|
|
4
|
-
|
|
5
|
-
### Features Added
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
3
|
+
## 3.17.2 (2022-11-15)
|
|
8
4
|
|
|
9
5
|
### Bugs Fixed
|
|
10
6
|
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
- Fix issue with patch api not working with aadCredentials [#20689](https://github.com/Azure/azure-sdk-for-js/issues/20689)
|
|
8
|
+
- Improve the contract of Item.batch operation from type any to OperationResponse [#23652](https://github.com/Azure/azure-sdk-for-js/issues/20689)
|
|
9
|
+
- Add section for the current limitations with the SDK [#21650](https://github.com/Azure/azure-sdk-for-js/issues/21650)
|
|
10
|
+
- Fix issue aad refresh token automatically getting refreshed [#22620](https://github.com/Azure/azure-sdk-for-js/issues/22620)
|
|
14
11
|
|
|
15
12
|
## 3.17.1 (2022-09-12)
|
|
16
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/cosmos",
|
|
3
|
-
"version": "3.17.2
|
|
3
|
+
"version": "3.17.2",
|
|
4
4
|
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for SQL API",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"keywords": [
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"uuid": "^8.3.0"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@azure/dev-tool": "
|
|
109
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
108
|
+
"@azure/dev-tool": "^1.0.0",
|
|
109
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
110
110
|
"@azure/identity": "^2.0.1",
|
|
111
111
|
"@azure/logger": "^1.0.0",
|
|
112
112
|
"@microsoft/api-extractor": "^7.31.1",
|