Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
Changelog¶
Version v2.1.1¶
SFTP Source Connector¶
- CC-11402: Major improvements in performance as file count increases in
input.path
.
Version v2.1.0¶
SFTP Source Connector¶
- Added support for pemfile configuration
tls.pemfile
.
SFTP Sink Connector¶
- Added support for pemfile configuration
tls.pemfile
.
Version v2.0.1¶
SFTP Source Connector¶
- CC-11244: Major improvements for in-memory filepath storage.
- CC-9754: Added
timezone
configuration validation. - CC-9012: Fixed incorrect schema message logging.
Version v2.0.0¶
SFTP Source Connector¶
- CC-8949: Fixed
CsvSourceConnector
to fillrecord.key
on configuredkey.schema
. - CC-8931: Fixed SFTP Connector
schema.generation.enabled
flag config to be respected.
Note
The schema.generation.enabled=true
configuration has previously been
disregarded for the CSV source connector. This fix will ensure that the
schemas specified in key.schema
and value.schema
are properly used to
build the record keys and values. In some deployments this fix might
introduce a breaking change in record schemas and this should be taken into
account before upgrading to this major version.
Version v1.1.0¶
SFTP Sink Connector¶
- Added support for mutual TLS/SSL to SFTP Source and Sink connectors.
- CC-8809: Replaced assignment with
topicPartitionWriters.keySet
.
SFTP Source Connector¶
- Added support for mutual TLS/SSL to SFTP Source and Sink connectors.
- CC-8367: Fixed SFTP Source connector not ignoring
error.path
andfinished.path
sub-folders. - CC-8123: Fixed race condition when deleting/re-creating a connector (using cleanup.policy MOVE or DELETE).
Version v1.0.4¶
SFTP Source Connector¶
- CC-8121 and CC-8122: Fixed closing the SFTP connection.
- CC-8096: Fixed closing the output stream after file writes.
Version v1.0.3¶
- MINOR: Fixed Javadocs in order to run Connect release job.
SFTP Source Connector¶
- CC-8065: Fixed NPE for performing and closing cleanup policies.
Version v1.0.2¶
- CC-7395: Release SFTP Sink and Source connectors in PA.