For installation instructions check out the getting started guide.
Added
- aws_dynamodb_cdc: Added optional checkpoint_namespace field to allow multiple independent pipelines to safely share a single DynamoDB checkpoint table without overwriting each other's state. (@squiidz, #4602)
- oracledb_cdc: Added snapshot_filters configuration to enable per-table SQL SELECT overrides during initial snapshot capture. (@josephwoodward, #4606)
Fixed
- snowflake_streaming: Fixed potential silent data corruption by verifying parquet row counts match actual serialized rows before upload to Snowflake. (@squiidz, #4605)
The full change log can be found here.