Skip to content

Commit 463517f

Browse files
xinlian12annie-mac
andauthored
release4.58.0 (#39718)
* 4.58.0 release --------- Co-authored-by: annie-mac <[email protected]>
1 parent 4c0905e commit 463517f

File tree

28 files changed

+68
-79
lines changed

28 files changed

+68
-79
lines changed

eng/versioning/version_client.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ com.azure:azure-core-test;1.24.1;1.25.0-beta.1
101101
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.45;1.0.0-beta.46
102102
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
103103
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
104-
com.azure:azure-cosmos;4.57.0;4.58.0-beta.1
104+
com.azure:azure-cosmos;4.57.0;4.58.0
105105
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
106106
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
107107
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
108-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.28.4;4.29.0-beta.1
109-
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.28.4;4.29.0-beta.1
110-
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.28.4;4.29.0-beta.1
111-
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.28.4;4.29.0-beta.1
112-
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.29.0-beta.1;4.29.0-beta.1
113-
com.azure:azure-cosmos-encryption;2.9.0;2.10.0-beta.1
108+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.28.4;4.29.0
109+
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.28.4;4.29.0
110+
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.28.4;4.29.0
111+
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.28.4;4.29.0
112+
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.29.0-beta.1;4.29.0
113+
com.azure:azure-cosmos-encryption;2.9.0;2.10.0
114114
com.azure:azure-cosmos-test;1.0.0-beta.6;1.0.0-beta.7
115115
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
116116
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;1.0.0-beta.1;1.0.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.58.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
54+
<version>4.58.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>2.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
60+
<version>2.10.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.58.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
53+
<version>4.58.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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
## Release History
22

3-
### 2.10.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 2.10.0 (2024-04-16)
104

115
#### Other Changes
6+
* Updated `azure-cosmos` to version `4.58.0`.
127

138
### 2.9.0 (2024-03-26)
149
#### 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>2.9.0</version>
15+
<version>2.10.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>2.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>2.10.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>
@@ -57,7 +57,7 @@ Licensed under the MIT License.
5757
<dependency>
5858
<groupId>com.azure</groupId>
5959
<artifactId>azure-cosmos</artifactId>
60-
<version>4.58.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
60+
<version>4.58.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6161
</dependency>
6262

6363
<dependency>

sdk/cosmos/azure-cosmos-kafka-connect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Licensed under the MIT License.
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-cosmos</artifactId>
86-
<version>4.58.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
86+
<version>4.58.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
8787
</dependency>
8888

8989
<!-- Added this provided dependency to include necessary annotations used by "reactor-core".

sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
## Release History
22

3-
### 4.29.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.29.0 (2024-04-16)
84

95
#### Bugs Fixed
106
* Fixed an issue causing failures when using change feed in batch mode with a batch location and `ChangeFeedBatch.planInputPartitions` is called multiple times (for example because physcial query plan gets retrieved) and some changes have been made in the monitored container between those calls). - See [PR 39635](https://github.com/Azure/azure-sdk-for-java/pull/39635)

sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
2929
#### azure-cosmos-spark_3-1_2-12
3030
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
3131
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
32+
| 4.29.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3233
| 4.28.4 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3334
| 4.28.3 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3435
| 4.28.2 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
@@ -92,6 +93,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
9293
#### azure-cosmos-spark_3-2_2-12
9394
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
9495
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
96+
| 4.29.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
9597
| 4.28.4 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
9698
| 4.28.3 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
9799
| 4.28.2 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -140,6 +142,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
140142
#### azure-cosmos-spark_3-3_2-12
141143
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
142144
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
145+
| 4.29.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
143146
| 4.28.4 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
144147
| 4.28.3 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
145148
| 4.28.2 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -170,6 +173,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
170173
#### azure-cosmos-spark_3-4_2-12
171174
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
172175
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
176+
| 4.29.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
173177
| 4.28.4 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
174178
| 4.28.3 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
175179
| 4.28.2 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
@@ -192,11 +196,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
192196
### Download
193197

194198
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
195-
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.28.4`
199+
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.29.0`
196200

197201
You can also integrate against Cosmos DB Spark Connector in your SBT project:
198202
```scala
199-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.28.4"
203+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.29.0"
200204
```
201205

202206
Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark).

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
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.azure.cosmos.spark</groupId>
1313
<artifactId>azure-cosmos-spark_3-1_2-12</artifactId>
14-
<version>4.29.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
14+
<version>4.29.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
1515
<packaging>jar</packaging>
1616
<url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-1_2-12</url>
1717
<name>OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API</name>

0 commit comments

Comments
 (0)