Releases: snowflakedb/snowflake-ingest-java
Releases · snowflakedb/snowflake-ingest-java
v4.4.2
What's Changed
- SNOW-2994074: Fix vulns by @sfc-gh-skarlapudi in #1092
Full Changelog: v4.4.1...v4.4.2
v4.4.1
What's Changed
- SNOW-2890719 Fix null count validation error for repeated fields by @sfc-gh-alhuang in #1089
- Release SDK 4.4.1 by @sfc-gh-skarlapudi in #1090
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- [SNOW-2464956] Close client on primary deployment change by @sfc-gh-aminyaylov in #1078
- SNOW-2274579: Fix bouncycastle vuln by @sfc-gh-skarlapudi in #1086
- 4.4.0 Release by @sfc-gh-aminyaylov in #1087
Full Changelog: v4.3.2...v4.4.0
v4.3.2
What's Changed
- SNOW-2532710 Fix Iceberg Non-encrypted Volumes Compatibility by @sfc-gh-dseweryn in #1082
- NO-SNOW enable IcebergKmsEncryptionIT by @sfc-gh-alhuang in #1084
- v4.3.2 release by @sfc-gh-alhuang in #1083
New Contributors
- @sfc-gh-dseweryn made their first contribution in #1082
Full Changelog: v4.3.1...v4.3.2
v4.3.1
What's Changed
- NO-SNOW 4.3.0-SNAPSHOT by @sfc-gh-alhuang in #1072
- SNOW-2169740 Remove UnmodifiableMap for Hadoop 3.4.2 by @sfc-gh-dhandermann in #1073
- Add comment describing the importance of PPN algorithm stability by @sfc-gh-psaha in #1074
- SNOW-2302576 Honor the encryption option set on the external volume by @sfc-gh-alhuang in #1076
- V4.3.1 Release by @sfc-gh-alhuang in #1077
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- http server wrapper by @sfc-gh-dshah in #1010
- insert rows api by @sfc-gh-dshah in #1011
- SNOW-1798717: Add Snowpipe Streaming tests with DT and verify no duplicate PPN by @sfc-gh-tzhang in #1012
- NO-SNOW Fix codecov report upload by @sfc-gh-alhuang in #1016
- [SNOW-2134338] Add unit tests for http client retry strategy by @sfc-gh-aminyaylov in #1017
- Set version to 4.1.1-SNAPSHOT by @sfc-gh-lsembera in #1021
- SNOW-2174149: Keep retrying on QUEUE_FULL instead of invalidating channels by @sfc-gh-tzhang in #1022
- SNOW-2201967 & SNOW-2201968 & SNOW-2203301: Upgrade com.nimbusds:nimbus-jose-jwt and org.apache.commons:commons-lang3 version by @sfc-gh-lprobst in #1028
- 4.2.0 release by @sfc-gh-tzhang in #1023
- SNOW-2205584 Refresh TMK in client on channel reopen by @sfc-gh-lsembera in #1029
- SNOW-2205198: Migrate Maven Central publishing from OSSRH to Central Publisher Portal by @sfc-gh-tzhang in #1030
- SNOW-2218309 Fix upload/registration path mismatch in Iceberg ingestion by @sfc-gh-alhuang in #1031
- V5.0.0 Release by @sfc-gh-alhuang in #1037
- Revert "V5.0.0 Release" by @sfc-gh-alhuang in #1038
- NO-SNOW Fix central publisher portal signing process by @sfc-gh-alhuang in #1039
- SNOW-2264004: Fix bouncycastle vuln by @sfc-gh-skarlapudi in #1043
- NO-SNOW Fix 4.2.0 unshaded release by @sfc-gh-alhuang in #1044
- FLOW-4820 Openflow x SPCS x GCP support by @sfc-gh-alhuang in #1034
- SNOW-2266937: Fix bouncycastle vulns by @sfc-gh-skarlapudi in #1051
- SNOW-2269948: Fix netty http2 vuln by @sfc-gh-skarlapudi in #1056
- NO-SNOW Fix v4.2.0 unshaded pom.xml by @sfc-gh-alhuang in #1058
- 4.3.0 release by @sfc-gh-alhuang in #1060
New Contributors
- @sfc-gh-aminyaylov made their first contribution in #1017
- @sfc-gh-lprobst made their first contribution in #1028
- @sfc-gh-skarlapudi made their first contribution in #1043
Full Changelog: v4.1.0...v4.3.0
v4.1.0
What's Changed
- 4.0.0-snapshot by @sfc-gh-ggeng in #976
- NO-SNOW Fix merge gate by @sfc-gh-alhuang in #1001
- SNOW-1772196 Validate JSON object fields for \u0000 by @sfc-gh-alhuang in #972
- SNOW-1903895 Add end-to-end test for disabled streaming on partitioned table by @sfc-gh-alhuang in #1003
- SNOW-1947290: Retry on org.apache.http.conn.ConnectTimeoutException by @sfc-gh-tzhang in #1004
- SDK release 4.1.0 by @sfc-gh-lsembera in #1005
- NO-SNOW Fix update_project_version file to force using python3 by @sfc-gh-ggeng in #1009
- SNOW-2132694 Upgrade jdbc to 3.24.2 by @sfc-gh-ggeng in #1007
Full Changelog: v4.0.0...v4.1.0
v4.0.1
What's Changed
- Upgrade JDBC driver version
- NO-SNOW Fix merge gate (#1001)
Full Changelog: v4.0.0...4.0.1
v4.0.0
This is a behavior change release:
- Switch to use the snowflake-jdbc-thin jar instead of the fat jar.
What's Changed
- SNOW-1983454: Download required dependencies before release by @sfc-gh-anavalos in #961
- SNOW-1983454: Download required dependencies before release for unshaded version by @sfc-gh-anavalos in #962
- SNOW-1995342: Exposing flush API as part of the SnowflakeStreamingIngestClient interface by @sfc-gh-tzhang in #965
- SNOW-1257851 Refactor dependencies and imports for snowflake-jdbc-thin by @sfc-gh-dhandermann in #947
- SNOW-2000249: Invalidate channel object when server side responses with invalid channel by @sfc-gh-tzhang in #969
- SNOW-2004494 Exclude unnecessary dependencies by @sfc-gh-dhandermann in #971
- Release 4.0.0 by @sfc-gh-ggeng in #975
New Contributors
- @sfc-gh-dhandermann made their first contribution in #947
Full Changelog: v3.1.2...v4.0.0
v3.1.2
What's Changed
- SNOW-1798694: Improve SDK local setup documentation to enable logging by @sfc-gh-tzhang in #934
- SNOW-1950183 Resolve Iceberg ingestion filename mismatch between upload and registration by @sfc-gh-alhuang in #958
- Release 3.1.2 by @sfc-gh-alhuang in #959
Full Changelog: v3.1.1...v3.1.2