Release v0.10.1-redis-connect
·
46 commits
to main
since this release
π Changelog
π§° Enhancements
- Improved efficiency of distributed checkpoint recovery by replacing SCAN operation with Redis querying across secondary indexes
- Changed checkpointTransactionsEnabled (formerly called checkpointTransactionalityEnabled) to false by default
- Unified build/release of the Redis Connect Core module (used for Custom Stages) with main distribution
- Converted REST and CLI response body payloads to JSON
- Relaxed strict validation of various job configuration attributes such as jobName, stageName, sourceColumn, etc.
- Removed source connection validation during the save job configuration process
- (Deprecated - Not backward compatible) JobPipelineStageDTO configuration called "checkpointTransactionalityEnabled". Renamed to "checkpointTransactionsEnabled"
- Added support for BLOB column types
π Bug Fixes
- Fixed DELETE checkpoint process for PARTITIONED job type
- Fixed DELETE job claims process for PARTITIONED job type
- Removed unnecessary validation that prevented SAVE checkpoint process from completing
- Fixed erroneous re-running of the snapshot process for debezium-related connectors when snapshot.mode is set to one of the following - { always, initial, initial_only, when_needed }
- Fixed stop credentials rotation process from preventing restarting it for the same job on the same Redis Connect node
Tested Versions
Java | 11+ |
Redis Connect | 0.10.x |
DB2 (Initial Loader) |
Database: 11.5.x JDBC Driver: 11.5.6.0 |
Files (Initial Loader) |
CSV, TSV, PSV, JSON, XML |
Gemfire (CDC and Initial Loader) |
Database: 1.12.9 Driver: 1.12.9 |
MongoDB (CDC and Initial Loader) |
Database: 4.4+ Driver: 4.7.1 |
MySQL (CDC and Initial Loader) |
Database: 8.0.x JDBC Driver: 8.0.32 |
Oracle (CDC and Initial Loader) |
Database: 11g, 12c, 19c, 21c JDBC Driver: 12.2.0.1, 19.8.0.0, 21.1.0.0, 21.3.0.0, 21.4.0.0, 21.5.0.0, 21.6.0.0 Adapter: logminer |
PostgreSQL (CDC and Initial Loader) |
Database: 10, 11, 12, 13, 14, 15 JDBC Driver: 42.5.1 Plug-ins: pgoutput |
Splunk (CDC) |
8.1.2 |
SQL Server (CDC and Initial Loader) |
Database: 2017, 2019 JDBC Driver: 10.2.1.jre8 |
Vertica (Initial Loader) |
Database: 11.1.0-0 JDBC Driver: 11.1.0-0 |