You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-api-sdk-java-spark.md
+1-45
Original file line number
Diff line number
Diff line change
@@ -58,51 +58,7 @@ You can use the connector with [Azure Databricks](https://azure.microsoft.com/se
58
58
59
59
## Release history
60
60
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.
0 commit comments