v4.0.0-rc4
Notable changes
- The destination table information is now cached for 5 minutes by default. If you're prototyping or testing, make sure to turn the cache off. See the documentation for more information
- Ingestion errors on Snowpipe Streaming channels are now monitored. The connector will fail the task if channel errors are detected.
Bugfixes
- Connector no longer fails when an encrypted private key is used to connect to Snowflake.
What's Changed
- FLOW-7323 Decrypt private key before sending it to SSV2 SDK by @sfc-gh-lkucharski in #1225
- FLOW-7368 Delete dead code + refactor by @sfc-gh-lkucharski in #1226
- FLOW-7380 Remove dependency on snowflake-ingest-sdk (ssv1) java library by @sfc-gh-lkucharski in #1227
- FLOW-7392 Remove schematization.enabled parameter by @sfc-gh-lkucharski in #1229
- FLOW-7496 Remove code related to schema evolution and schema validation by @sfc-gh-lkucharski in #1233
- FLOW-7464 Direct mapping from SinkRecord to Map by @sfc-gh-lkucharski in #1231
- FLOW-7155 Adapt iceberg tests for ssv2 by @sfc-gh-lkucharski in #1230
- FLOW-7395 React to channel error count by @sfc-gh-lkucharski in #1232
- NO-SNOW Release 4.0.0-rc4 by @sfc-gh-lkucharski in #1235
Full Changelog: v4.0.0-rc3...asdf