2025 年 Snowflake Connector for Kafka 版本说明¶
本文包含 Snowflake Connector for Kafka 的版本说明,包括以下内容(如果适用):
行为变更
新功能
面向客户的错误修复
Snowflake 对 Snowflake Connector for Kafka 更新使用语义版本控制。
有关文档,请参阅 Snowflake Connector for Kafka。
Version 3.3.0 (Aug 26, 2025)¶
行为变更¶
不适用
新功能¶
The Snowflake Connector for Kafka now supports
longtype withtimestamplogical type in Apache Iceberg™ tables.For a complete list of support types see Apache Iceberg™ 表的数据类型.
错误修复¶
Not applicable.
Version 3.2.4 (Jul 31, 2025)¶
仅限内部更新。
Version 3.2.3 (Jul 14, 2025)¶
仅限内部更新。
Version 3.2.2 (Jun 26, 2025)¶
行为变更¶
不适用
新功能¶
Uses Confluent version 7.9.2 packages.
错误修复¶
不适用
Version 3.2.1 (Jun 2, 2025)¶
行为变更¶
不适用
新功能¶
Uses JDBC version 3.24.2.
错误修复¶
不适用
Version 3.2.0 (Apr 28, 2025)¶
行为变更¶
不适用
新功能¶
Removed support for double buffered version for SNOWPIPE_STREAMING ingestion type.
Setting
snowflake.streaming.enable.single.bufferhas no effect.
错误修复¶
The connector no longer drops table rows with missing offsets.
During schema evolution, on schema change, certain single records are no longer dropped.
Version 3.1.3 (Apr 7, 2025)¶
行为变更¶
Snowpipe Streaming with double buffer is now deprecated. Only single buffer will be supported in future releases.
新功能和改进¶
Updated connector to use Kafka version 3.9.0.
Updated connector to use slf4j-api version 2.0.17.
Supports JDBC version 3.23.2.
错误修复¶
snowflake-jdbc no longer throws NullPointerException in certain situations.
Version 3.1.2 (Mar 18, 2025)¶
行为变更¶
不适用
新功能¶
Supports using
-Infinityvalues in a floating-point number.Updated connector to use Confluent version 7.9.0 packages.
Supports JDBC version 3.21.1.
错误修复¶
Not applicable.
Version 3.1.1 (Feb 26, 2025)¶
行为变更¶
max_client_lag in Snowpipe Streaming default value changed from
120sto30s.
新功能¶
不适用
错误修复¶
Not applicable.
Version 3.1.0 (Jan 21, 2025)¶
重要
如果配置了 snowflake.topic2table.map 参数,Snowflake 建议使用此版本。如果您使用的是先前的 2.x、1.9.x 和 1.8.x 版本,强烈建议您升级连接器。
行为变更¶
不适用
新功能¶
The Snowflake Connector for Kafka now supports external OAuth authentication.
The Snowflake Connector for Kafka now uses Confluent version 7.8.0.
错误修复¶
在架构演化过程中偏移量不连续时,连接器不再引发
IndexOutOfBoundException。对于 Snowpipe 引入方法,当
snowflake.topic2table.map参数配置为将多个主题映射到单个表时,连接器会向暂存区文件前缀添加主题的 salthashCode,以避免文件冲突,并从所有指定主题加载数据。