Changelog

Version 2.4.6

  • PR-287: Added config to allow sending DebeziumTimeStamp field without conversion to bigquery
  • PR-239: Added retry for Concurrent Serialization error while merging data in upsert/delete mode

Version 2.4.5

  • PR-277: Added retry count in retriable exception and moved authentication to non retriable exception block

Version 2.4.4

  • PR-259: Bumped protobuf-java to 3.19.6

Version 2.4.3

  • PR-258: Updated logging and documentation around mergeIntervalMs and mergeRecordsThreshold properties
  • PR-257: Fixed empty batch creation in Upsert/Delete mode

Version 2.4.2

  • PR-253: Bumped debezium-core to 0.6.2
  • PR-253: Fixed an intermittent edge case causing data loss in batch mode due to files being overwritten in GCS

Version 2.4.1

  • PR-249: Fixed micro timestamp conversion in DebeziumLogicalConverters
  • PR-238: Fixed merge query to honor table with same name as the column

Version 2.4.0

  • Added support for topic2TableMap config