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 fill record.key on configured key.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 and finished.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.

Version v1.0.1-preview

SFTP Source Connector

  • Bug fixes related to the SFTP connection channel and schema updates.

Version v1.0.0-preview

SFTP Sink Connector

  • SFTP Sink connector implementation

SFTP Source Connector

  • SFTP Source connector implementation
  • Added support summary to prepare for release.
  • SFTP source : Added Schema evaluation and behavior.on.error config.