Releases: ClickHouse/clickhouse-kafka-connect
Releases · ClickHouse/clickhouse-kafka-connect
v0.0.19
What's Changed
- Implement Correct Date Conversion Across All Date Types fixes #154 by @raphala in #155
- Exactly once automated testing by @Paultagoras in #157
- Additional test cases and adding configuration options by @Paultagoras in #162
- Custom settings support by @Paultagoras in #169
- Support for error.tolerance and also the DLQ by @Paultagoras in #170
New Contributors
Full Changelog: v0.0.18...v0.0.19
v0.0.18
Merge pull request #151 from ClickHouse/date_conversion_bug
v0.0.17
What's Changed
- update logo by @mshustov in #145
- Update version 0.0.17 by @Paultagoras in #148
Full Changelog: v0.0.16...v0.0.17
v0.0.16
Merge pull request #133 from ClickHouse/Updating-permissions-to-creat…
v0.0.15-beta
v0.0.14-beta
Change Notes
- Fix LowCardinality support for required columns
v0.0.13-beta: Records with null value (#102)
* Implement empty record check * Added handle in empty records * Update version to 0.0.12 and CHANGELOG.md * Update changelog version 0.0.12 date * Update to version 0.0.13 --------- Co-authored-by: mzitnik <[email protected]>
v0.0.11-beta
v0.0.10-beta
What's Changed
- Nullable date columns fix Issue