Releases: snowflakedb/snowflake-ingest-java
Releases · snowflakedb/snowflake-ingest-java
v0.10.7
v0.10.4-beta.2
Please Note: This is a fix on top of release branch v0.10.4-beta
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.
v0.10.6
Please Note: This is a fix on top of release branch v0.10.3
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.
v0.10.4-beta
Release new Snowpipe APIs(Private Preview mode only) for Kafka Connector Exactly Once Feature.
New APIs:
- configureClient
- getClientStatus
- insertFilesWithClientInfo
Here is Snowflake Documentation for Exactly Once Kafka Connector
v0.10.3
Notes:
- Supporting suffix in user agent for snowpipe APIs. (Will be utilized by Snowflake Kafka connector)
- Can use new SimpleIngestManager constructor.
- Using new version of nimbus-jose-jwt since older version was vulnerable for security.
v0.10.2
- Fixes issue where JWT token invalid was returned from Snowflake servers when accountNames had
.
in them.- We will trim account name's suffix after
.
- We will trim account name's suffix after
- Made it functionally similar to python connector.
v0.10.1
- slf4j is not included in shaded jar and reducing scope of slf4j to provided.
v0.10.0
- Support for pattern pipes. (Ingest response)
- HttpClient now supports rest proxy with username and password (Required for Kafka connector)
v0.9.12
- Shading is not needed for slf4j, it stops clients using the SDK not use their default/custom properties.
- New release will not bring the slf4j package into internal package for shading.
v0.9.11
- Bump up jackson core and databind libraries.