Skip to content

Releases: snowflakedb/snowflake-kafka-connector

v3.3.0

26 Aug 09:33
8e4965a

Choose a tag to compare

What's Changed

Full Changelog: v3.2.4...v3.3.0

v3.2.4

31 Jul 21:07
5037bfb

Choose a tag to compare

Notable changes

[CVE-2025-48924] Bump commons-lang3 to 3.18.0 by sfc-gh-mbobowski (#1147)

What's Changed

SNOW-2227742 Retry openChannel indefinitely on 429 and 500 by sfc-gh-mbobowski (#1149)

Full Changelog: v3.2.3...v3.2.4

v3.2.3

14 Jul 11:58
c739052

Choose a tag to compare

Notable changes

  • Updated vulnerable dependencies

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

26 Jun 13:57
b006c6a

Choose a tag to compare

Notable changes

  • Update Confluent packages from 7.9.0 to 7.9.2

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

02 Jun 21:11
1717175

Choose a tag to compare

Notable Changes

This new release upgrades the snowflake-jdbc-driver to 3.24.2 (https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2025#version-3-24-2-may-31-2025)

What's Changed

Full Changelog: v3.2.1...v3.2.0

v3.2.0

28 Apr 18:22
168bf15

Choose a tag to compare

Warning

This version fixes a critical bug. Snowflake recommends to upgrade immediately if snowflake.enable.schematization parameter is enabled.

Notable Changes

  • Fixed a race condition in schema evolution flow that may skip a single record when schema changes
  • Permanently removed double buffered version for SNOWPIPE_STREAMING ingestion type. Setting will take no effect.

What's Changed

Full Changelog: v3.1.3...v3.2.0

v3.1.3

08 Apr 10:49
52cd668

Choose a tag to compare

Notable changes

  • Update of snowflake-jdbc version that caused NullPointerException to be thrown
  • Marked Snowpipe Streaming with double buffer as deprecated. Only single buffer version will be supported in the next release.

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

18 Mar 14:49
9fa37ed

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

27 Feb 10:13
5d25303

Choose a tag to compare

Notable changes

  • Updated vulnerable dependencies (snowflake-jdbc, bpckix-fips)
  • Changed the default value of max_client_lag in Snowpipe Streaming from 120s to 30s

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Jan 08:27
2ae5c85

Choose a tag to compare

Warning

If the snowflake.topic2table.map parameter is configured, Snowflake recommends using this version.
We strongly recommend upgrading the connector, if you are on earlier versions 2.x, 1.9.x, and 1.8.x.

Notable Changes

  • For the Snowpipe ingestion method, when the snowflake.topic2table.map parameter is configured to map multiple topics to a single table, the connector adds the topic’s salt hashCode to the stage file prefixes to avoid file collision and load data from all specified topics.
  • The connector no longer throws the IndexOutOfBoundException when offsets are not continuous during schema evolution.

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0