For installation instructions check out the getting started guide.
Added
- oracledb_cdc: Oracle CDC connector now includes username as metadata in events for better traceability. (@josephwoodward, #4674)
Fixed
- iceberg: Replaced MinIO with silo fork in tests to work around MinIO's removal from Docker Hub. (@Leward, #4819)
- snowflake_streaming: Fixed offset token comparison to handle unpadded numeric tokens correctly, preventing duplicate rows or missed deliveries when crossing digit-count boundaries. (@Jeffail, #4816)
Changed
- oracledb_cdc: Oracle CDC connector now uses prepared statements for improved performance and resource management. (@josephwoodward, #4821)
- snowflake: Upgraded Snowflake driver from v1.19.0 to v2.2.0, fixing security vulnerability CVE-2026-85525 and removing deprecated RaisePutGetError option. (@squiidz, #4822)
The full change log can be found here.