Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 22:10
07a5a41

Lightweight
Docker: altinity/clickhouse-sink-connector:2.1.0-lt
https://hub.docker.com/layers/altinity/clickhouse-sink-connector/2.1.0-lt/images/sha256-eb436979852212c7a0f624c1cc2f870ba4b173027be8e21654cdc9179b6d5590?context=explore

Kafka
Docker: altinity/clickhouse-sink-connector:2.1.0-kafka
https://hub.docker.com/layers/altinity/clickhouse-sink-connector/2.1.0-kafka/images/sha256-65d4cbdcdfd159d6d7a1702635cd44da3135fa37dbab637a7a958e3339122b92?context=explore

What's Changed

Breaking Changes.

The configuration clickhouse.server.database is now deprecated with the multiple database support.
By default the source MySQL/postgres database name will be used as the ClickHouse destination database name.

Changes

  • Release 2.0.2 by @subkanthi in #510
  • Added release notes for 2.0.2 by @subkanthi in #527
  • add 1 second delay after query execution by @Selfeer in #537
  • Update README.md by @subkanthi in #539
  • Update Monitoring.md by @subkanthi in #541
  • Change index_granularity to 8192 instead of 8198. by @subkanthi in #534
  • Refactor TestFlows tests related to Lightweight by @Selfeer in #543
  • Update config.yml to include database.server.id by @subkanthi in #544
  • Update Troubleshooting.md by @subkanthi in #545
  • Update Monitoring.md to include insert duration query and part log query by @subkanthi in #546
  • Removed references to deduplication.policy in kafka configuration by @subkanthi in #547
  • Use sequence number + timestamp in non-gtid mode for version column. by @subkanthi in #550
  • Added logic to support multiple databases by @subkanthi in #535
  • 523 handle scenario when records could be inserted with the same timestampnon gtid mode by @subkanthi in #552
  • [528] Added logic to create view for replica_source_info table by @subkanthi in #549
  • Replaced slf4j calls with log4j2 api calls by @subkanthi in #553
  • Can't load table from Postgres to Clickhouse containing nullable numeric column by @ZlobnyiSerg in #529
  • Kafka fixes for multiple database. by @subkanthi in #555
  • Added integration test to perform updates on PK to verify incrementin… by @subkanthi in #554
  • Enable postgres tests by @subkanthi in #556
  • Grafana - Fix prometheus targets by @subkanthi in #558
  • Fixed logic of creating sequence number based on debezium timestamp, … by @subkanthi in #557
  • Removed excessive logging statements by @subkanthi in #565
  • Changed CREATE VIEW to CREATE VIEW IF NOT EXISTS by @subkanthi in #567
  • Fix alter drop column by @subkanthi in #560
  • Force RMT to old version for Integration tests by @subkanthi in #571
  • Changed from ts_ms to debezium ts_ms for adding sequence numbers by @subkanthi in #569
  • Fixed alter table change column not null DDL query by @subkanthi in #573
  • Changes to make sure the threads are exited when the CLI stop command… by @subkanthi in #525
  • remove old broken tests by @Selfeer in #585

New Contributors

Full Changelog: 2.0.2...2.1.0