Skip to content

Commit 0eb8886

Browse files
committed
Updated spark release notes to sync from repo
1 parent 748ab72 commit 0eb8886

File tree

2 files changed

+6
-45
lines changed

2 files changed

+6
-45
lines changed

.openpublishing.publish.config.json

+5
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@
403403
"url": "https://github.com/Azure-Samples/azure-spring-data-cosmos-java-sql-api-getting-started/",
404404
"branch": "main"
405405
},
406+
{
407+
"path_to_root": "azure-cosmos-spark",
408+
"url": "https://github.com/Azure/azure-cosmosdb-spark",
409+
"branch": "2.4"
410+
},
406411
{
407412
"path_to_root": "cosmos-dotnet-getting-started",
408413
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",

articles/cosmos-db/sql-api-sdk-java-spark.md

+1-45
Original file line numberDiff line numberDiff line change
@@ -58,51 +58,7 @@ You can use the connector with [Azure Databricks](https://azure.microsoft.com/se
5858

5959
## Release history
6060

61-
### 3.1.1
62-
#### Key bug fixes
63-
* Fixes a streaming checkpoint edge case in which the `ID` contains the pipe character (|) with the `ChangeFeedMaxPagesPerBatch` config applied.
64-
65-
### 3.1.0
66-
#### New features
67-
* Adds support for bulk updates when nested partition keys are used.
68-
* Adds support for Decimal and Float data types during writes to Azure Cosmos DB.
69-
* Adds support for Timestamp types when they're using Long (Unix epoch) as a value.
70-
71-
### 3.0.8
72-
#### Key bug fixes
73-
* Fixes typecast exception that occurs when the `WriteThroughputBudget` config is used.
74-
75-
### 3.0.7
76-
#### New features
77-
* Adds error information for bulk failures to exception and log.
78-
79-
### 3.0.6
80-
#### Key bug fixes
81-
* Fixes streaming checkpoint issues.
82-
83-
### 3.0.5
84-
#### Key bug fixes
85-
* To reduce noise, fixes log level of a message left unintentionally with level ERROR.
86-
87-
### 3.0.4
88-
#### Key bug fixes
89-
* Fixes a bug in structured streaming during partition splits. The bug could result in some missing change feed records or Null exceptions for checkpoint writes.
90-
91-
### 3.0.3
92-
#### Key bug fixes
93-
* Fixes a bug that causes a custom schema provided for readStream to be ignored.
94-
95-
### 3.0.2
96-
#### Key bug fixes
97-
* Fixes a regression (unshaded JAR includes all shaded dependencies) that increases build time by 50 percent.
98-
99-
### 3.0.1
100-
#### Key bug fixes
101-
* Fixes a dependency problem that causes Direct Transport over TCP to fail with RequestTimeoutException.
102-
103-
### 3.0.0
104-
#### New features
105-
* Improves connection management and connection pooling to reduce the number of metadata calls.
61+
[!INCLUDE[Release notes](~/azure-cosmos-spark/CHANGELOG.md)]
10662

10763
## FAQ
10864
[!INCLUDE [cosmos-db-sdk-faq](../../includes/cosmos-db-sdk-faq.md)]

0 commit comments

Comments
 (0)