Skip to content

Commit add7cae

Browse files
Updated release versions to 4.38.0 for azure-cosmos and connectors (Azure#31442)
1 parent ecd03ad commit add7cae

File tree

15 files changed

+24
-46
lines changed

15 files changed

+24
-46
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@
183183
<dependency>
184184
<groupId>com.azure</groupId>
185185
<artifactId>azure-cosmos</artifactId>
186-
<version>4.38.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
186+
<version>4.38.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
187187
</dependency>
188188
<dependency>
189189
<groupId>com.azure</groupId>
190190
<artifactId>azure-cosmos-encryption</artifactId>
191-
<version>1.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
191+
<version>1.8.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
192192
</dependency>
193193
<dependency>
194194
<groupId>com.azure</groupId>
@@ -645,7 +645,7 @@
645645
<dependency>
646646
<groupId>com.azure</groupId>
647647
<artifactId>azure-spring-data-cosmos</artifactId>
648-
<version>3.29.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
648+
<version>3.29.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
649649
</dependency>
650650
<dependency>
651651
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ com.azure:azure-core-serializer-json-gson;1.1.21;1.2.0-beta.1
8787
com.azure:azure-core-serializer-json-jackson;1.2.22;1.3.0-beta.1
8888
com.azure:azure-core-test;1.12.1;1.13.0-beta.1
8989
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.29;1.0.0-beta.30
90-
com.azure:azure-cosmos;4.37.1;4.38.0-beta.1
90+
com.azure:azure-cosmos;4.37.1;4.38.0
9191
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
9292
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
9393
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
9494
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.14.1;4.15.0-beta.1
9595
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.14.1;4.15.0-beta.1
96-
com.azure:azure-cosmos-encryption;1.7.1;1.8.0-beta.1
96+
com.azure:azure-cosmos-encryption;1.7.1;1.8.0
9797
com.azure:azure-data-appconfiguration;1.3.7;1.3.8
9898
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
9999
com.azure:azure-data-schemaregistry;1.3.0;1.4.0-beta.1
@@ -148,7 +148,7 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
148148
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
149149
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
150150
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
151-
com.azure:azure-spring-data-cosmos;3.28.1;3.29.0-beta.1
151+
com.azure:azure-spring-data-cosmos;3.28.1;3.29.0
152152
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
153153
com.azure:azure-storage-blob;12.20.0;12.21.0-beta.1
154154
com.azure:azure-storage-blob-batch;12.16.0;12.17.0-beta.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Licensed under the MIT License.
5151
<dependency>
5252
<groupId>com.azure</groupId>
5353
<artifactId>azure-cosmos</artifactId>
54-
<version>4.38.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
54+
<version>4.38.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>com.azure</groupId>
5959
<artifactId>azure-cosmos-encryption</artifactId>
60-
<version>1.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
60+
<version>1.8.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
6161
</dependency>
6262

6363
<dependency>

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

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

5656
<dependency>

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

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

3-
### 1.8.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
10-
3+
### 1.8.0 (2022-10-12)
114
#### Other Changes
5+
* Updated `azure-cosmos` to version `4.38.0`.
126

137
### 1.7.1 (2022-10-07)
148
#### Other Changes

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 a user-provi
1212
<dependency>
1313
<groupId>com.azure</groupId>
1414
<artifactId>azure-cosmos-encryption</artifactId>
15-
<version>1.7.1</version>
15+
<version>1.8.0</version>
1616
</dependency>
1717
```
1818
[//]: # ({x-version-update-end})

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

Lines changed: 2 additions & 2 deletions
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-encryption</artifactId>
16-
<version>1.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>1.8.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
1717
<name>Encryption Plugin for Azure Cosmos DB SDK</name>
1818
<description>This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK</description>
1919
<packaging>jar</packaging>
@@ -56,7 +56,7 @@ Licensed under the MIT License.
5656
<dependency>
5757
<groupId>com.azure</groupId>
5858
<artifactId>azure-cosmos</artifactId>
59-
<version>4.38.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
59+
<version>4.38.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6060
</dependency>
6161

6262
<dependency>

sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.azure</groupId>
6565
<artifactId>azure-cosmos</artifactId>
66-
<version>4.38.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
66+
<version>4.38.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6767
</dependency>
6868
<dependency>
6969
<groupId>org.scala-lang.modules</groupId>

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
## Release History
22

3-
### 4.38.0-beta.1 (Unreleased)
4-
3+
### 4.38.0 (2022-10-12)
54
#### Features Added
65
* Added option to set throughput control group name on per-request level for batch and bulk operations. - See [PR 31362](https://github.com/Azure/azure-sdk-for-java/pull/31362)
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
10-
11-
#### Other Changes
126

137
### 4.37.1 (2022-10-07)
148
> [!IMPORTANT]
@@ -21,7 +15,6 @@
2115
* Added SslHandshakeTimeout minimum duration config - See [PR 31298](https://github.com/Azure/azure-sdk-for-java/pull/31298)
2216

2317
### 4.37.0 (2022-09-30)
24-
2518
#### Features Added
2619
* Added new preview APIs to `ChangeFeedProcessor` for handling all versions and deletes changes - See [PR 30399](https://github.com/Azure/azure-sdk-for-java/pull/30399)
2720
* Added option to emit client-side metrics via micrometer.io MeterRegistry. - See [PR 30065](https://github.com/Azure/azure-sdk-for-java/pull/30065)
@@ -33,7 +26,6 @@
3326
* Enable replica validation by default - See [PR 31159](https://github.com/Azure/azure-sdk-for-java/pull/31159)
3427

3528
### 4.36.0 (2022-09-15)
36-
3729
#### Other Changes
3830
* Added system property to turn on replica validation - See [PR 29767](https://github.com/Azure/azure-sdk-for-java/pull/29767)
3931
* Added improvement to avoid retry on same replica that previously failed with 410, 408 and >= 500 status codes - See [PR 29767](https://github.com/Azure/azure-sdk-for-java/pull/29767)

sdk/cosmos/azure-cosmos/README.md

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

0 commit comments

Comments
 (0)