Releases: Altinity/clickhouse-sink-connector
Releases · Altinity/clickhouse-sink-connector
Release 0.3.0
What's Changed
- Remove references to clickhousetablename not used by @subkanthi in #72
- Useful MySQL settings by @aadant in #83
- Adding scripts to test classic databases by @aadant in #82
- python scripts to run checksums by @aadant in #80
- 78 the virtual columns should be _version and _sign by @subkanthi in #88
- Changed camel case functions to snake case. by @subkanthi in #86
- 77 add sakila employees database by @subkanthi in #84
- Revert "77 add sakila employees database" by @subkanthi in #92
- Changes to sakila db. by @subkanthi in #93
- Added documentation for Confluent Schema Registry REST API. by @subkanthi in #91
- clickhouse_loader initial release by @aadant in #96
- Better support for dates, schema generation fixes for fractional dates and timestamps by @aadant in #97
- Sakila db fixes by @subkanthi in #98
- Integrate sakila employees database by @subkanthi in #103
- Support most data types by @aadant in #112
- Support all MySQL data types + bug fix + basic partitioning by @aadant in #117
- TestFlows Sink tests v.1 integration to develop by @AlmostIvanSidorov in #115
- Add meaningful digits to data_types.sql by @aadant in #121
- Refactor insert batch by @subkanthi in #110
- 122 remove trailing zeros in timestamp and time columns by @subkanthi in #126
- Updating README.md by @subkanthi in #127
- Map Float64(Debezium) to Float32(CH) by @subkanthi in #131
- Release 0_3_0 by @subkanthi in #128
New Contributors
- @AlmostIvanSidorov made their first contribution in #115
Full Changelog: release_0.2.0...release_0.3.0
release_0.2.0
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
- @raphaelauv made their first contribution in #32
Full Changelog: release_0.1.0...release_0.2.0
0.1.0
- Confluent schema registry
- Auto create tables (Outstanding issues)
- JSON data type support
- Performance improvements.
- Monitoring(Grafana dashboard)
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
- @subkanthi made their first contribution in #1
- @aadant made their first contribution in #10
Full Changelog: https://github.com/Altinity/clickhouse-sink-connector/commits/release_0.1.0