Releases: snowflakedb/snowflake-ingest-java
Releases · snowflakedb/snowflake-ingest-java
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.
v0.9.10
- Updated the dependency on the jackson-databind package from version 2.9.10.4 to 2.10.0.pr1.
- Added logic to retry requests when an NoHTTPResponseException is thrown; improved logging.
v0.9.9
Implementing auto-closeable for SimpleIngestManager and SecurityManager
- Consumers can call
close()method explicitly or wrap their object inside atry-with-resources