Changelog for Google BigQuery Sink Connector for Confluent Platform

Version 2.5.6

  • PR-404: Bumped jackson-core and pinned jackson-databind to 2.16.2

Version 2.5.5

  • [CC-24136] Filter creds file to keep only required fields

Version 2.5.4

  • PR-363: Added retry on error type JobInternalError

Version 2.5.3

  • PR-361: Added support for mapping multiple topics to one topic using topic2TableMap
  • PR-355: Updated the README.md and fixed Integration tests flakiness
  • PR-354: Updated the README.md
  • PR-353: Enabled code coverage based PR gating

Version 2.5.2

  • PR-350: Replaces java.util.regex with com.google.re2j

Version 2.5.1

  • PR-347: Bumps com.google.guava version to 32.0.1-jre
  • PR-342: Update Jenkinsfile to use docker-debian-jdk8
  • PR-339: Updates Jenkinsfile to add release requirements for external secrets
  • PR-335: Fix duplicates with schema unionisation when column name case differs

Version 2.5.0

  • PR-287: Added config to allow sending DebeziumTimeStamp field without conversion to bigquery
  • PR-280: Added KIP-610 feature to send errant records to DLQ
  • PR-239: Added retry for Concurrent Serialization error while merging data in upsert/delete mode