-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGES.txt
66 lines (66 loc) · 5.09 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
1.0.0
* CEP-44 Kafka integration for Cassandra CDC using Sidecar (CASSANDRA-19962)
* Expose detailed bulk write failure message for better insight (CASSANDRA-20066)
* Add dataTransferApi and TwoPhaseImportCoordinator for coordinated write (CASSANDRA-19994)
* Remove SparkSQL dependency from CassandraBridge so that it can be used independent from Spark (CASSANDRA-19980)
* Support aggregated consistency validation for multiple clusters (CASSANDRA-19933)
* Add transport extension for coordinated write (CASSANDRA-19923)
* Support data partitioning for multiple clusters coordinated write (CASSANDRA-19910)
* Add writer option COORDINATED_WRITE_CONFIG to define coordinated write to multiple Cassandra clusters (CASSANDRA-19909)
* Decouple Cassandra types from Spark types so Cassandra types can be used independently from Spark (CASSANDRA-19815)
* Make the compression cache configurable to reduce heap pressure for large SSTables (CASSANDRA-19900)
* Refactor TokenRangeMapping to use proper types instead of Strings (CASSANDRA-19901)
* Removes checks for blocked instances from bulk-write path (CASSANDRA-19873)
* Fix consistency level check for write (CASSANDRA-19842)
* Fix NPE when writing UDT values (CASSANDRA-19836)
* Add job_timeout_seconds writer option (CASSANDRA-19827)
* Prevent double closing sstable writer (CASSANDRA-19821)
* Stream sstable eagerly when bulk writing to reclaim local disk space sooner (CASSANDRA-19806)
* Split the Cassandra type logic out from CassandraBridge into a separate module (CASSANDRA-19793)
* Remove other uses of Apache Commons lang for hashcode, equality and random string generation (CASSANDRA-19791)
* Split out BufferingInputStream stats into separate interface (CASSANDRA-19778)
* Bump Sidecar version to 55a9efee (CASSANDRA-19774)
* Add new module cassandra-analytics-common to store common code with minimal dependencies (CASSANDRA-19748)
* Bulk writer fails validation stage when writing to a cluster using RandomPartitioner (CASSANDRA-19727)
* Invalid mapping when timestamp is used as a partition key during bulk writes (CASSANDRA-19716)
* NullPointerException when reading static column with null values (CASSANDRA-19626)
* Integrate with the latest sidecar client (CASSANDRA-19616)
* Support bulk write via S3 (CASSANDRA-19563)
* Support UDTs in the Bulk Writer (CASSANDRA-19340)
* Fix bulk reads of multiple tables that potentially have the same data file name (CASSANDRA-19507)
* Fix XXHash32Digest calculated digest value (CASSANDRA-19500)
* Report additional bulk analytics job stats for instrumentation (CASSANDRA-19418)
* Add certificate expiry check to start up validations done in Cassandra Analytics library (CASSANDRA-19424)
* Use constant reference time during bulk read process (CASSANDRA-19452)
* Update access of ClearSnapshotStrategy (CASSANDRA-19442)
* Bulk reader fails to produce a row when regular column values are null (CASSANDRA-19411)
* Use XXHash32 for digest calculation of SSTables (CASSANDRA-19369)
* Startup Validation Failures when Checking Sidecar Connectivity (CASSANDRA-19377)
* No longer need to synchronize on Schema.instance after Cassandra 4.0.12 (CASSANDRA-19351)
* Upgrade to Cassandra 4.0.12 and remove RowBufferMode and BatchSize options (CASSANDRA-19334)
* Improve logging for bulk writes and on task failures (CASSANDRA-19331)
* Allow setting TTL for snapshots created by Analytics bulk reader (CASSANDRA-19273)
* Fix range split and use open-closed range notation consistently (CASSANDRA-19325)
* Add integration tests using in-jvm-dtest to cover blocklisted instances (CASSANDRA-19272)
* Fix bulk writer consistency level validations for blocked instances (CASSANDRA-19257)
* Column type mapping error for timestamp type during bulk writes (CASSANDRA-19223)
* Speed up integration tests (CASSANDRA-19251)
* Make bulk writer resilient to cluster resize events (CASSANDRA-18852)
* Remove write option VALIDATE_SSTABLES to enforce validation (CASSANDRA-19199)
* Fix bulk writing when using identifiers that need quotes (CASSANDRA-19031)
* Fix bulk reading when using identifiers that need quotes (CASSANDRA-19024)
* Remove unused dead code (CASSANDRA-19148)
* Get Sidecar port through CassandraContext for more flexibility (CASSANDRA-19903)
* Log start-up validation result to a single report (CASSANDRA-18916)
* Use in-jvm dtest framework from Sidecar for testing (CASSANDRA-18759)
* Cassandra Analytics Start-Up Validation (CASSANDRA-18810)
* Expose per partition on-disk usage through new DataFrame that utilizes the Index.db SSTable file components (CASSANDRA-18683)
* Fix bulk writes with Buffered RowBufferMode (CASSANDRA-18692)
* Minor Refactoring to Improve Code Reusability (CASSANDRA-18684)
* Fix cassandra-analytics-core-example (CASSANDRA-18662)
* Added caching of Node Settings to improve efficiency (CASSANDRA-18633)
* Upgrade to JUnit 5 (CASSANDRA-18599)
* Add support for TTL & Timestamps for bulk writes (CASSANDRA-18605)
* Add circleci configuration yaml for Cassandra Analytics (CASSANDRA-18578)
* Provide a SecretsProvider interface to abstract the secret provisioning (CASSANDRA-18545)
* Add the .asf.yaml file (CASSANDRA-18548)