Releases: snowflakedb/snowflake-kafka-connector
Releases · snowflakedb/snowflake-kafka-connector
1.5.1
- Added telemetry
- Fixed a bug in converter that breaks Confluent 6.0.0
1.5.0
- Cache credential in file uploading
- Cleaner remove files that are going to be reprocessed
- Bug Fixes
1.4.4
- added two properties:
"jvm.proxy.username": username for proxy authentication.
"jvm.proxy.password": password for proxy authentication.
1.4.3
- Fixed a bug that could crash cleaner
- Fixed a bug that could lead to offset commitment gap
- Added an environment variable to enable JDBC tracing
v1.4.2
- Breaking change: default buffer.flush.time changed from 30sec to 120sec
- Added an option value.converter.break.on.schema.registry.error
- Supported Protobuf converter
1.4.1
- Fixed a bug that will cause high credit consumption
- Minor bug fix
1.4.0
- Restructured the connector to increase scalability
- Fixed bugs related to recovering and batch ingest
1.3.1
- fixed regression bug in 1.3.0
- fixed thread leak issue
1.3.0
- Implemented backoff when throttled by server
- Supported native converters and DLQ and SMT
- Performance improvement
- Bug fixes