Skip to content

Releases: snowflakedb/snowflake-kafka-connector

1.6.0

19 Oct 18:06
2acfb08
Compare
Choose a tag to compare

FEATURES

  1. JMX features(Metrics)

BUGFIX

  1. Regionless url regex support
  2. Vulnerable Jersey transitive dependency through schema-registry-client
  3. Do not update committed offset(In memory) and eventually to Kafka if insertFiles has failed.

1.5.5

21 Jun 22:58
fe8b78d
Compare
Choose a tag to compare
  • [BUG_FIX] Starting the connector didnt use proxy parameters while opening a connection using JDBC - SNOW-363874
  • Add provider config. (To be set when using confluent hosted kafka) - SNOW-225155
  • Support for tombstone records in native snowflake converters. SNOW-298877

1.5.4

19 May 01:07
db9c07c
Compare
Choose a tag to compare

Release Notes:

  • Bumped up dependency (SF JDBC to latest version 3.13.3)
  • Mainly solves the problem around failures in putWithoutConnection API (Returns a failure if internal implementation around rest API throws a non 200 response)

1.5.3

10 May 19:43
8613b5b
Compare
Choose a tag to compare

BUG_FIX

  • Added timeout while fetching latest kafka connector version from Maven. SNOW-330782
  • Added thread safety around SimpleDataFormat while parsing dates and times. #302 SNOW-295783
  • Fix handling of schemaless date objects. (#288) no-snow

New Improvements

  • More logs around retry and putting file into internal stage
  • GCS Put API uses uploadWithoutConnection API.
  • Kafka connect API 2.3.0 to 2.7.0

1.5.2

26 Jan 23:37
ea75a6c
Compare
Choose a tag to compare

Release Notes:

  • Fixes bug for proxy configured kafka connector
  • Newer version of Snowpipe SDK which support proxy configuration.
  • Support reading secrets from file in connector's configuration.

1.5.1

01 Dec 23:57
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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