Skip to content

Releases: snowflakedb/snowflake-kafka-connector

1.7.0

14 Jan 18:44
0662a35

Choose a tag to compare

1.7.0 Pre-release
Pre-release

Release Notes:

1.6.4

13 Jan 07:48

Choose a tag to compare

Upgrades log4j to 2.17.1 and snowflake-jdbc to 3.13.13

Fixes: (JDBC related) https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst
SNOW-520660 | Fix for S3 Regional URL not being updated in stageInfo
SNOW-521194 | Fix account name breakage and update host url

1.6.3

14 Dec 18:48

Choose a tag to compare

Update:

There have been few bugs with this version.
Please use later versions. >= 1.6.4

Release notes:
Upgrades log4j to 2.16.0 and snowflale-JDBC to 3.13.11 (SNOW-502989)

1.6.2

10 Dec 23:52

Choose a tag to compare

FEATURES:

  • N/A

BUGFIX

1.6.1

30 Nov 03:41
dbfed75

Choose a tag to compare

FEATURES:

  • N/A

BUGFIX

1.6.0

19 Oct 18:06
2acfb08

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

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

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

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

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.