Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 3.1 KB

0.0.19 2023-08-23

  • Additional tests for ExactlyOnce
  • Allows customized settings (WIP)
  • Tweaked deduplication behavior to account for dynamic fields

0.0.18 2023-07-17

  • Support inline schema with org.apache.kafka.connect.data.Timestamp type
  • Support inline schema with org.apache.kafka.connect.data.Time type

0.0.17 2023-07-12

  • Updating Logo

0.0.16 2023-06-13

  • Updated state handling so that warnings are posted, rather than errors + exceptions.
  • Adding 285 TOO_FEW_LIVE_REPLICAS to the retry list
  • Tweaking the code to switch to JSON handling when default values are present. This should be more reliable (if the data structure is simple enough) while supporting defaults. This is a temporary solution until we can implement a longer-term fix in core code.

0.0.15 2023-05-30

  • Added 202 (TOO_MANY_SIMULTANEOUS_QUERIES) Code to retry list Issue
  • Added 252 (TOO_MANY_PARTS) to the retry list

0.0.14, 2023-05-24

  • Fix for LowCardinality(t) and LowCardinality(Nullable(t)) Issue

0.0.13, 2023-05-08

  • Fix null exception when getting empty record

0.0.12, 2023-05-05

  • Add UNEXPECTED_END_OF_FILE as RetriableException #98

0.0.11, 2023-04-20

  • Implemented retry mechanism to fix Issue ** Some ClickHouse errors (159 - TIMEOUT_EXCEEDED; 164 - READONLY; 203 - NO_FREE_CONNECTION; 209 - SOCKET_TIMEOUT; 210 - NETWORK_ERROR; 425 - SYSTEM_ERROR) as well as SocketTimeoutException and UnknownHostException will result in the connector retrying the operation (based on configuration). This should help mitigate temporary (but unavoidable) hiccups in network operations, though this list will likely be tweaked over time as well.

0.0.10, 2023-04-10

  • Nullable date columns fix Issue

0.0.9, 2023-03-08

Bug Fixes

0.0.8, 2023-02-10

Bug Fixes

  • Support nullable values in SchemalessRecordConverter. #55
  • Add Emojis tests & fix utf-8 bug. #52
  • Add manifest.json. #44

0.0.7, 2023-02-01

Bug Fixes

  • Fix index error in describeTable. #49

0.0.6, 2023-02-01

Bug Fixes

  • Don't validate JSON records against the table schema. #47

0.0.5, 2023-01-31

New features

  • Add support for Amazon MSK in #46