Skip to content

0.4.0

Compare
Choose a tag to compare
@andrewstevenson andrewstevenson released this 16 Jan 15:16
· 964 commits to master since this release

0.4.0

Documentation available at http://lenses.stream

This release is for Kafka 0.11

  • Apache Pulsar - New Apache Pulsar source and sink Kafka connectors !
  • FTP - Add FTPS support via configuration ftp.protocol, either ftp (default) or ftps
  • MQTT source - Fix High CPU, thanks @masahirom
  • InfluxDB sink - Supports Dates and BigDecimals
  • Redis sink - Allow multiple primary keys
  • Kudu sink - Improve logging
  • JMS source - Support transacted queues #285 thanks @matthedude
  • Cassandra - Upgrade to Cassandra driver 3.3.0 and refactor tests
  • Cassandra sink - Added DELETE functionality when null null payload, thanks @sandonjacobs
  • Cassandra sink - Fix writing multiple topics to the same table in Cassandra #284
  • Cassandra source - Configurable timespan queries. You can now control the timespan the Connector will query for
  • Cassandra source - Allow setting start poll timestamp
  • Cassandra source - Allow setting initial query timestamp
  • kafka-connect-common - Support handling primary keys with doc strings, thanks @medvekoma