Skip to content

Releases: apache/flink-cdc

Release 1.3.0

29 Mar 11:41
29bfc3b
Compare
Choose a tag to compare

Release Notes

  1. [postgres] Flush LSN offset to PG even if no updates to the monitored tables to avoid infinite WAL segments (#111)
  2. [mysql] Fix NPE when the application started for the first time and captured a empty table (#119)
  3. [debezium] Add source metrics according to FLIP-33

Download

release-1.2.0

27 Feb 15:26
db755cc
Compare
Choose a tag to compare

Release Notes

  1. [common] DebeziumSourceFunction only stores monitored table DDLs which cause error in some situation
  2. [common] offset state missing if no binlog fetched tile checkpoint after restore
  3. [common] Bump up Flink version to 1.12.1
  4. [mysql] Support read from specific MySQL Binlog position
  5. [mysql] Support "initial", "earliest-offset", "latest-offset" startup mode options
  6. [mysql] Support read binlog from specific timestamp
  7. [common] Remove logging security properties
  8. [common] Bump Debezium version to 1.4.1.Final
  9. [postgres] Support 'slot.name' option for postgres-cdc connector
  10. [postgres] Flush LSN offset to PG after checkpoint complete to avoid infinite WAL segments

Download