Skip to content

Releases: snowflakedb/snowflake-ingest-java

v0.10.7

06 May 20:14
Compare
Choose a tag to compare

Fix on top of v0.10.6

SNOW-585421 Add PoolingHttpClientConnectionManager as the ConnectionManager with default maxConnections per route and maxTotalConns

v0.10.4-beta.2

22 Apr 16:24
Compare
Choose a tag to compare
v0.10.4-beta.2 Pre-release
Pre-release

Please Note: This is a fix on top of release branch v0.10.4-beta

It fixes the below bug

v0.10.6

20 Apr 16:10
Compare
Choose a tag to compare

Please Note: This is a fix on top of release branch v0.10.3

It fixes the below bug

v0.10.4-beta

20 Apr 22:21
4e68589
Compare
Choose a tag to compare
v0.10.4-beta Pre-release
Pre-release

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

01 Jun 21:50
0738d3a
Compare
Choose a tag to compare

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

10 Feb 13:23
2ccf8a2
Compare
Choose a tag to compare
  • Fixes issue where JWT token invalid was returned from Snowflake servers when accountNames had . in them.
    • We will trim account name's suffix after .
  • Made it functionally similar to python connector.

v0.10.1

21 Jan 22:10
71400ca
Compare
Choose a tag to compare
  • slf4j is not included in shaded jar and reducing scope of slf4j to provided.

v0.10.0

20 Jan 23:12
9f5cb9a
Compare
Choose a tag to compare
  • Support for pattern pipes. (Ingest response)
  • HttpClient now supports rest proxy with username and password (Required for Kafka connector)

v0.9.12

09 Nov 22:44
85c724c
Compare
Choose a tag to compare
  • 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

12 Oct 19:46
a873b13
Compare
Choose a tag to compare
  • Bump up jackson core and databind libraries.