Skip to content

Commit 4e3ea3e

Browse files
cosmos spark version bump (Azure#23506)
* cosmos spark 4.3.0 release * cosmos spark version bump * Update version_client.txt * Update version_client.txt
1 parent 867e356 commit 4e3ea3e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.13;1.0.0-beta.14
7676
com.azure:azure-cosmos;4.17.0;4.18.0-beta.1
7777
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
7878
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
79-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.3.0;4.3.0
79+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.4.0-beta.1;4.4.0-beta.1
8080
com.azure:azure-cosmos-encryption;1.0.0-beta.6;1.0.0-beta.7
8181
com.azure:azure-data-appconfiguration;1.2.0;1.2.1
8282
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1

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

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

3+
## 4.4.0-beta.1 (Unreleased)
4+
5+
36
### 4.3.0 (2021-08-11)
47
#### Configuration Changes
58
* Introduced a new config option `spark.cosmos.read.maxItemCount` to allow modifying the page size for query and change feed requests against the Cosmos DB backend. The previous default was 100 items per request - the new default is 1000 and can be modified via the new config option if necessary, see [PR](https://github.com/Azure/azure-sdk-for-java/pull/23466).

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
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.azure.cosmos.spark</groupId>
1414
<artifactId>azure-cosmos-spark_3-1_2-12</artifactId>
15-
<version>4.3.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
15+
<version>4.4.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
1616
<packaging>jar</packaging>
1717
<name>OLTP Spark Connector for Azure Cosmos DB SQL API</name>
1818
<description>OLTP Spark Connector for Azure Cosmos DB SQL API</description>

0 commit comments

Comments
 (0)