Skip to content

Releases: Altinity/clickhouse-sink-connector

release_0.5.0

23 Jun 22:39
351c0cf
Compare
Choose a tag to compare

What's Changed

  • Updated README.md and postgres configuration files. by @subkanthi in #256
  • Updated standalone docker-compose files. by @subkanthi in #264
  • 259 - Fix bug where the version column might be retrieved from the wr… by @subkanthi in #261
  • Fixed bug with retrieving metadata without database name by @subkanthi in #265
  • Postgres fixes to support Debezium 2.3(Changes to configuration varia… by @subkanthi in #266
  • Sink connector cli by @subkanthi in #260

Full Changelog: release_0.4.0...release_0.5.0

release_0.4.0

30 May 01:10
8a95cbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: release_v5...release_0.4.0

Lightweight version(Replicator without Kafka connect)

26 Apr 17:19
907200f
Compare
Choose a tag to compare

What's Changed

Full Changelog: release_v4...release_v5

Lightweight version(Replicator without Kafka connect)

23 Apr 15:16
a71e66b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release_0.2.0...release_v4

Release 0.3.0

17 Oct 21:47
f5c9a28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release_0.2.0...release_0.3.0

release_0.2.0

08 Sep 20:06
1575123
Compare
Choose a tag to compare
release_0.2.0 Pre-release
Pre-release

What's Changed

  • Update README.md by @raphaelauv in #32
  • Removed links and replace with depends_on. Fix SINK_VERSION error. by @subkanthi in #37
  • Fix empty primary key by @subkanthi in #42
  • 34 error loading debezium mysql connector dashboard in grafana by @subkanthi in #43
  • Docker compose cleanup by @subkanthi in #45
  • Document steps to connect to external MySQL server and instructions to load ontime dataset. by @subkanthi in #49
  • Auto create table: When PK is empty, set ORDER BY to ORDER BY tuple() by @subkanthi in #50
  • Kubernetes updates - Added redpanda 3 node cluster configuration and schema registry confl… by @subkanthi in #52
  • Fixed exception when metrics is disabled by @subkanthi in #57
  • More changes to k8s manifest files. by @subkanthi in #58
  • Manually set binlog position before starting streaming. by @subkanthi in #60
  • 69 fix GitHub workflow to run unit tests by @subkanthi in #70
  • Release 0.2.0 by @subkanthi in #71

New Contributors

Full Changelog: release_0.1.0...release_0.2.0

Docker: https://hub.docker.com/layers/altinity/clickhouse-sink-connector/latest/images/sha256-be5a0d5b2187b5872c03e1489d1bd24d97525f9453f1bb0d629fb1bb7828a600?context=repo

0.1.0

09 Aug 22:06
dccf4b0
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Confluent schema registry
  • Auto create tables (Outstanding issues)
  • JSON data type support
  • Performance improvements.
  • Monitoring(Grafana dashboard)

https://hub.docker.com/layers/clickhouse-sink-connector/altinity/clickhouse-sink-connector/latest/images/sha256-51d24adeeb3be6d6678f06fd9b545c8cd9ecfaf2788b50fcc5bdd4a02438b6e2?context=explore

What's Changed

  • Added initial commit of files from the original repo by @subkanthi in #1
  • Added logic to use Clickhouse JDBC connector, by @subkanthi in #2
  • Added logic to create a new thread to handle flushing of records to C… by @subkanthi in #3
  • Fix unix permissions by @aadant in #10
  • Refactor logic to buffer records and flush. by @subkanthi in #14
  • Create sysbench script combine tests by @subkanthi in #16
  • Integration tests check count by @subkanthi in #17
  • Added steps to create grafana docker image for debezium connector and… by @subkanthi in #19
  • Map INT32 Kafka connect to INT256 CH type by @subkanthi in #23
  • Confluent schema registry by @subkanthi in #24
  • Revert 23 15 mysql bigint to ch int64 doesnt work correct with autocreatetables true setting by @subkanthi in #25
  • Fixed grafana dashboard auto loading. by @subkanthi in #26
  • Support for JSON data type. by @subkanthi in #28
  • Fix auto create table retry by @subkanthi in #29
  • Add max.batch.size and max.queue.size to debezium configuration to im… by @subkanthi in #31
  • Release 1.0 by @subkanthi in #18

New Contributors

Full Changelog: https://github.com/Altinity/clickhouse-sink-connector/commits/release_0.1.0