Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:04
· 54 commits to main since this release
c43dde1

Highlights

🎨 Bulk ingest no longer fails on tables with user-defined enum columns
🔑 Kafka primary_key partitioning no longer collides distinct rows onto one message key
🩺 Two preflight checks that reported false failures on correctly-configured sources (wal2json, replica identity) are fixed
🔍 Preflight can now run source-only checks (--source) and verifies major PostgreSQL version compatibility
:dependabot: Dependency updates

What's Changed

New features

  • [Preflight] Option to run only source side checks by @kvch in #1025
  • [Preflight] Check major PostgreSQL version by @kvch in #1026

Bug fixes

  • Copy user defined enum columns by @kvch in #1035
  • Escape keys when using primary key partitioning by @kvch in #1036
  • Fix two false-result preflight checks (wal2json, replica_identity) by @kvch in #1034
  • Update PostgreSQL version check for source size support by @kvch in #1027

Dependency updates

  • Bump actions/github-script from 7 to 9 by @dependabot[bot] in #1030
  • Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #1029
  • Bump clickhouse/clickhouse-server from 26.6.1.1193-alpine to 26.7.1.1315-alpine in /build/docker by @dependabot[bot] in #1028

Full Changelog: v1.2.2...v1.2.3