Skip to content

Commit addf587

Browse files
xinlian12annie-mac
andauthored
ChangeLogForRelease4.22.0 (Azure#25802)
* change log for release 4.22.0 Co-authored-by: annie-mac <annie-mac@SHRISU-YOGA.redmond.corp.microsoft.com>
1 parent 0c45b23 commit addf587

File tree

12 files changed

+18
-17
lines changed

12 files changed

+18
-17
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.azure</groupId>
176176
<artifactId>azure-cosmos</artifactId>
177-
<version>4.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
177+
<version>4.22.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
178178
</dependency>
179179
<dependency>
180180
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ com.azure:azure-core-serializer-json-gson;1.1.8;1.2.0-beta.1
7575
com.azure:azure-core-serializer-json-jackson;1.2.9;1.3.0-beta.1
7676
com.azure:azure-core-test;1.7.4;1.8.0-beta.1
7777
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.16;1.0.0-beta.17
78-
com.azure:azure-cosmos;4.21.1;4.22.0-beta.1
78+
com.azure:azure-cosmos;4.21.1;4.22.0
7979
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
8080
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
8181
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.4.3-beta.4;4.4.3-beta.4

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

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

5252
<dependency>

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

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

5151
<dependency>

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

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

5353
<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
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.azure</groupId>
6666
<artifactId>azure-cosmos</artifactId>
67-
<version>4.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+
<version>4.22.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>org.scala-lang.modules</groupId>

sdk/cosmos/azure-cosmos-spark_3-1_2-12/src/test/scala/com/azure/cosmos/spark/TransientIOErrorsRetryingIteratorITest.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ import com.azure.cosmos.models.{CosmosQueryRequestOptions, ModelBridgeInternal}
77
import com.azure.cosmos.spark.diagnostics.BasicLoggingTrait
88
import com.azure.cosmos.util.CosmosPagedIterable
99
import com.fasterxml.jackson.databind.node.ObjectNode
10+
import org.scalatest.Ignore
1011

1112
import java.util.UUID
1213
import java.util.concurrent.atomic.AtomicLong
1314

1415
//scalastyle:off magic.number
1516
//scalastyle:off null
1617
//scalastyle:off multiple.string.literals
18+
@Ignore
1719
class TransientIOErrorsRetryingIteratorITest
1820
extends IntegrationSpec
1921
with Spark

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
## Release History
22

3-
### 4.22.0-beta.1 (Unreleased)
4-
3+
### 4.22.0 (2021-12-03)
54
#### Features Added
5+
* Added Beta API `getContactedRegionNames` in `CosmosDiagnostics`.
66

7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
10-
11-
#### Other Changes
7+
#### Key Bug Fixes
8+
* Fixed `IllegalStateException` for `getFeedRanges` when container recreated with same name.
9+
* Made Cosmos spans CLIENT which will allow Azure Monitor to show HTTP calls nested under Cosmos spans.
10+
* Fixed `ConcurrentModificationException` when getting `NotFoundException` with session consistency.
1211

1312
### 4.21.1 (2021-11-13)
1413
#### Key Bug Fixes

sdk/cosmos/azure-cosmos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ add the direct dependency to your project as follows.
4646
<dependency>
4747
<groupId>com.azure</groupId>
4848
<artifactId>azure-cosmos</artifactId>
49-
<version>4.21.1</version>
49+
<version>4.22.0</version>
5050
</dependency>
5151
```
5252
[//]: # ({x-version-update-end})

sdk/cosmos/azure-cosmos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Licensed under the MIT License.
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-cosmos</artifactId>
16-
<version>4.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
16+
<version>4.22.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
1717
<name>Microsoft Azure SDK for SQL API of Azure Cosmos DB Service</name>
1818
<description>This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API</description>
1919
<packaging>jar</packaging>

0 commit comments

Comments
 (0)