Skip to content

Releases: snowflakedb/snowflake-kafka-connector

1.5.1

01 Dec 23:57

Choose a tag to compare

  • Added telemetry
  • Fixed a bug in converter that breaks Confluent 6.0.0

1.5.0

30 Sep 18:44

Choose a tag to compare

  • Cache credential in file uploading
  • Cleaner remove files that are going to be reprocessed
  • Bug Fixes

1.4.4

18 Aug 20:33

Choose a tag to compare

  • added two properties:
    "jvm.proxy.username": username for proxy authentication.
    "jvm.proxy.password": password for proxy authentication.

1.4.3

05 Aug 00:53

Choose a tag to compare

  • Fixed a bug that could crash cleaner
  • Fixed a bug that could lead to offset commitment gap
  • Added an environment variable to enable JDBC tracing

v1.4.2

22 Jul 23:38

Choose a tag to compare

  • Breaking change: default buffer.flush.time changed from 30sec to 120sec
  • Added an option value.converter.break.on.schema.registry.error
  • Supported Protobuf converter

1.4.1

22 Jun 19:02

Choose a tag to compare

  • Fixed a bug that will cause high credit consumption
  • Minor bug fix

1.4.0

11 Jun 22:01

Choose a tag to compare

  • Restructured the connector to increase scalability
  • Fixed bugs related to recovering and batch ingest

1.3.1

04 Jun 22:31

Choose a tag to compare

  • fixed regression bug in 1.3.0
  • fixed thread leak issue

1.3.0

27 May 00:01

Choose a tag to compare

  • Implemented backoff when throttled by server
  • Supported native converters and DLQ and SMT
  • Performance improvement
  • Bug fixes

1.2.3

06 Apr 16:27
9455b9b

Choose a tag to compare

  • Change Connector Name Rule: Support "-"
  • Support Three Key Converters:
    • SnowflakeAvroConverter
    • SnowflakeAvroConverterWithoutSchemaRegistry
    • SnowflakeJsonConverter