1.9.0
What's Changed
- This version supports ingestion through Snowpipe Streaming which is the first non-beta version after 1.6.9, it uses v1.1.0 of Ingest SDK as the dependency which is also non-beta.
- All 1.8.x versions uses older version of Ingest SDK.
- It is advised to use v1.9.x going forward if you are planning to use Snowpipe Streaming.
- No changes if Snowpipe is still the preferred way of ingestion.
Major Changes
- Bump Ingest SDK to 1.1.0 and release 1.9.0 by @sfc-gh-japatel in #552
- [SNOW-692657] Create one client per connector instead of one client per task by @sfc-gh-rcheng in #528 - The change is not rolled out through a parameter.
Minor Changes
- NO-SNOW: match pom_confluent.xml with pom.xml by @sfc-gh-tzhang in #531
- [SNOW-726924] Add New jvm.nonProxy.hosts Parameter and update JDBC to 3.13.23 by @sfc-gh-wfateem in #533
- Fix client off by one issue by @sfc-gh-rcheng in #540
- Refactor sink task integration tests to be more readable by @sfc-gh-rcheng in #543
- [Snyk] Security upgrade org.apache.kafka:connect-api from 3.2.3 to 3.4.0 by @snyk-bot in #539
- Modify pom.xml to use jdbc defined in connector and not from ingest sdk by @sfc-gh-japatel in #546
- SNOW-740327 Create config for using Arrow BDEC file format + Bump Client SDK 1.0.3-beta by @sfc-gh-japatel in #541
- no-snow Add connector name in KC client name for better debugging the client … by @sfc-gh-japatel in #547
New Contributors
- @sfc-gh-wfateem made their first contribution in #533
- @snyk-bot made their first contribution in #539
Full Changelog: v1.6.9...v1.9.0