Skip to content

Commit 4dc855d

Browse files
Release azure cosmos 4.16.0 (Azure#22251)
* Updated cosmos versions for release 4.16.0 * Updated release notes * Updated release notes for spring-data-cosmos
1 parent 2cac42a commit 4dc855d

File tree

18 files changed

+38
-23
lines changed

18 files changed

+38
-23
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>com.azure</groupId>
166166
<artifactId>azure-cosmos</artifactId>
167-
<version>4.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
167+
<version>4.16.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
168168
</dependency>
169169
<dependency>
170170
<groupId>com.azure</groupId>
@@ -450,7 +450,7 @@
450450
<dependency>
451451
<groupId>com.azure</groupId>
452452
<artifactId>azure-spring-data-cosmos</artifactId>
453-
<version>3.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
453+
<version>3.8.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
454454
</dependency>
455455
<dependency>
456456
<groupId>com.azure.spring</groupId>

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ com.azure:azure-core-serializer-json-gson;1.1.3;1.2.0-beta.1
7171
com.azure:azure-core-serializer-json-jackson;1.2.4;1.3.0-beta.1
7272
com.azure:azure-core-test;1.6.3;1.7.0-beta.1
7373
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.11;1.0.0-beta.12
74-
com.azure:azure-cosmos;4.15.0;4.16.0-beta.2
74+
com.azure:azure-cosmos;4.15.0;4.16.0
7575
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
7676
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
7777
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.2.0-beta.1;4.2.0-beta.1
@@ -113,7 +113,7 @@ com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0
113113
com.azure:azure-security-keyvault-keys;4.2.8;4.3.0-beta.9
114114
com.azure:azure-security-keyvault-secrets;4.2.8;4.3.0-beta.7
115115
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
116-
com.azure:azure-spring-data-cosmos;3.7.0;3.8.0-beta.1
116+
com.azure:azure-spring-data-cosmos;3.7.0;3.8.0
117117
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
118118
com.azure:azure-storage-blob;12.12.0;12.13.0-beta.1
119119
com.azure:azure-storage-blob-batch;12.10.0;12.11.0-beta.1

sdk/cosmos/azure-cosmos-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Licensed under the MIT License.
4343
<dependency>
4444
<groupId>com.azure</groupId>
4545
<artifactId>azure-cosmos</artifactId>
46-
<version>4.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
46+
<version>4.16.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
4747
</dependency>
4848

4949
<dependency>

sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Licensed under the MIT License.
4242
<dependency>
4343
<groupId>com.azure</groupId>
4444
<artifactId>azure-cosmos</artifactId>
45-
<version>4.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
45+
<version>4.16.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
4646
</dependency>
4747

4848
<dependency>

sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.6 (Unreleased)
4-
3+
### 1.0.0-beta.6 (2021-06-11)
4+
#### New Features
5+
* Signed and moved AAP cryptography jars to Azure dev-ops feed from Azure blob storage.
56

67
### 1.0.0-beta.5 (2021-05-20)
78
#### New Features

sdk/cosmos/azure-cosmos-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with user provide
1212
<dependency>
1313
<groupId>com.azure</groupId>
1414
<artifactId>azure-cosmos-encryption</artifactId>
15-
<version>1.0.0-beta.5</version>
15+
<version>1.0.0-beta.6</version>
1616
</dependency>
1717
```
1818
[//]: # ({x-version-update-end})

sdk/cosmos/azure-cosmos-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Licensed under the MIT License.
4444
<dependency>
4545
<groupId>com.azure</groupId>
4646
<artifactId>azure-cosmos</artifactId>
47-
<version>4.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
47+
<version>4.16.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
4848
</dependency>
4949

5050
<dependency>

sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.azure</groupId>
6363
<artifactId>azure-cosmos</artifactId>
64-
<version>4.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
64+
<version>4.16.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>org.scala-lang.modules</groupId>

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
## Release History
22

3-
## 4.16.0-beta.2 (Unreleased)
3+
### 4.16.0 (2021-06-11)
4+
#### Key Bug Fixes
5+
* Fixed an issue on handling partition splits during bulk operations in Gateway Mode.
6+
* Fixed an issue with `NumberFormatException` happening on requests on large containers.
7+
* Fixed an issue with BackOff time in `ThroughputController`.
8+
* Fixed an issue with `ThroughputControl` calculation.
9+
* Improved behavior when `CosmosClientBuilder.userAgentSuffix` exceeds 64 characters. Now `userAgentSuffix` will be honored as long as total userAgent value is less than 256 characters or truncated to fit the 256 characters limited.
10+
* Fixed issue when using client-side throughput control in combination with bulk upserts, previously resulting in unnecessarily upserting documents multiple times in some cases when getting throttled.
411

512
### 4.16.0-beta.1 (2021-05-20)
613
#### Key Bug Fixes
714
* No changes from previous version, releasing for compatibility issues with cosmos encryption modules.
815

9-
1016
### 4.15.0 (2021-05-12)
1117
#### New Features
1218
* Added `backendLatencyInMs` in `CosmosDiagnostics` for `DIRECT` connection mode.

sdk/cosmos/azure-cosmos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api
1414
<dependency>
1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-cosmos</artifactId>
17-
<version>4.15.0</version>
17+
<version>4.16.0</version>
1818
</dependency>
1919
```
2020
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)