Releases: snowflakedb/snowflake-kafka-connector
1.6.8
Fixes Vulnerabilities on Top of v1.6.7
- jackson-core - 2.13.1
- jackson-databind - 2.13.2.1
Diff: https://github.com/snowflakedb/snowflake-kafka-connector/compare/release-branch-v1.6.8..release-branch-v1.6.7
1.6.7
- Ingest SDK Version 0.10.8
- [BUG_FIX] Fix IllegalStateException found while testing(snowflakedb/snowflake-ingest-java@4876a69)
- [BUG_FIX] fixes Still getting "Connector name is empty or invalid" with invalid Snowflake identifiers #456
- SNOW-585421 Add PoolingHttpClientConnectionManager as the ConnectionManager with default maxConnections per route and maxTotalConns (From 0.10.7)
Diff between 1.6.6 and 1.6.7: released-branch-v1.6.6...release-branch-v1.6.7
1.8.0
1.7.2
Please Note: This is a fix on top of release branch v1.7.1
It fixes the below bug by using later version of Ingest SDK - [0.10.4-beta.2]
- Consume the response entity to free up connection
- As mentioned in httpclient docs
https://hc.apache.org/httpcomponents-client-4.5.x/quickstart.html
Please note that if response content is not fully consumed the underlying
connection cannot be safely re-used and will be shut down and discarded
by the connection manager.
1.6.6
Please Note: This is a fix on top of release branch v1.6.5
It fixes the below bug
- Consume the response entity to free up connection
- As mentioned in httpclient docs
https://hc.apache.org/httpcomponents-client-4.5.x/quickstart.html
Please note that if response content is not fully consumed the underlying
connection cannot be safely re-used and will be shut down and discarded
by the connection manager.
1.7.1
- Upgrade snowflake-jdbc to version 3.13.14
- Upgrade jackson-core and jackson-databind to 2.12.6 to resolve Possible DoS if using JDK serialization to serialize JsonNode
1.6.5
- Updates snowflake-jdbc version to 3.13.4
1.7.0
Release Notes:
- New config for delivery guarantee
delivery.guarantee = AT_LEAST_ONCE/EXACTLY_ONCE
- This feature is still in preview feature. Please contact snowflake support before enabling
EXACTLY_ONCE
. - Default is
AT_LEAST_ONCE
- Documentation update: https://docs.snowflake.com/en/LIMITEDACCESS/kafka-exactly-once.html
1.6.4
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
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)