Skip to content

Commit 996e0a8

Browse files
authored
Update CHANGELOG.md
1 parent a70e940 commit 996e0a8

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,40 @@
1-
# Changelog
2-
3-
## 3.3.0
1+
### 3.3.0
42
- Adds a new config option "changefeedstartfromdatetime" that can be used to specify from when the changefeed should be processed. See [Config options](https://github.com/Azure/azure-cosmosdb-spark/wiki/Configuration-references) for details.
53

6-
## 3.2.0
4+
### 3.2.0
75
- Fixes a regression that caused excessive memory consumption on the executors for large result sets (for example with millions of rows) ultimately resulting in an error "java.lang.OutOfMemoryError: GC overhead limit exceeded"
86

9-
## 3.1.1
7+
### 3.1.1
108
- Fixes a streaming checkpoint edge case where in the "id" contains "|" character with the "ChangeFeedMaxPagesPerBatch" config applied
119

12-
## 3.1.0
10+
### 3.1.0
1311
- Adds support for bulk updates when using nested partition keys
1412
- Adds support for Decimal and Float data types during writes to Cosmos DB.
1513
- Adds support for Timestamp types when they are using Long (unix Epoch) as a value
1614

17-
## 3.0.8
15+
### 3.0.8
1816
- Fixes type cast exception when using "WriteThroughputBudget" config.
1917

20-
## 3.0.7
18+
### 3.0.7
2119
- Adds error information for bulk failures to exception and log.
2220

23-
## 3.0.6
21+
### 3.0.6
2422
- Fixes streaming checkpoint issues.
2523

26-
## 3.0.5
24+
### 3.0.5
2725
- Fixes log level of a message left unintentionally with level ERROR to reduce noise
2826

29-
## 3.0.4
27+
### 3.0.4
3028
- Fixes a bug in structured streaming during partition splits - possibly resulting in missing some change feed records or seeing Null exceptions for checkpoint writes
3129

32-
## 3.0.3
30+
### 3.0.3
3331
- Fixes a bug where a custom schema provided for readStream is ignored
3432

35-
## 3.0.2
33+
### 3.0.2
3634
- Fixes regression (unshaded JAR includes all shaded dependencies) which increased build time by 50%
3735

38-
## 3.0.1
36+
### 3.0.1
3937
- Fixes a dependency issue causing Direct Transport over TCP to fail with RequestTimeoutException
4038

41-
## 3.0.0
42-
- Improves connection management and connection pooling to reduce number of metadata calls
39+
### 3.0.0
40+
- Improves connection management and connection pooling to reduce number of metadata calls

0 commit comments

Comments
 (0)