Skip to content

Releases: lensesio/stream-reactor

2.1.2

30 Oct 12:34
2.1.2
5c56c81
Compare
Choose a tag to compare

2.1.2

2.1.1

31 Aug 13:10
2.1.1
20127f0
Compare
Choose a tag to compare

2.1.1

2.1.0

20 Aug 10:48
78ea2c1
Compare
Choose a tag to compare

2.1.0

2.0.0

01 May 09:53
4676266
Compare
Choose a tag to compare

2.0.0

1.2.7

14 Apr 13:30
Compare
Choose a tag to compare

1.2.7

1.2.6

22 Jan 18:00
66ad3eb
Compare
Choose a tag to compare

1.2.6

1.2.5

21 Jan 21:23
0763fe4
Compare
Choose a tag to compare

1.2.5

1.2.4

16 Jan 17:29
Compare
Choose a tag to compare

Bug fixes

  • JMS Source

    Ack the JMS messages was not always possible. Also there was an issue with producing the messages to Kafka out of order from the JMS queue.
    Changes:

    • Queue messages order are retained when published to Kafka (although they might be routed to different partitions)
    • Ack happens for each message. This is a change from previous behaviour.
    • Records which fail to be committed to Kafka are not ack-ed on JMS side

1.2.3

09 Oct 10:55
Compare
Choose a tag to compare

Release Notes:

Features

Influx

  • Support for referencing _key values
  • Support Unix timestamp as double

MQTT

  • Replicate shared subscription to all tasks
  • Add sink config to specify retained messages
  • Add a config to specify retained messages

Hazelcast

  • SSL support

MongoDB

  • SSL support
  • Removing database name dashes restriction

FTP

  • FTPS support

Bug fixes

Hive:

  • Fix for writing nested structures to Hive
  • Improves the code for the async function call to use the CAS

1.2.2

11 Jul 17:41
2c656b9
Compare
Choose a tag to compare

Release Notes:

Features

Redis

  • TTL Support
  • SSL support
  • AWS ElasticCache support
  • GEOADD support
  • PUB/SUB support

MQTT

  • Multi server connection
  • Dynamic Target support

Hive

  • Kerberos support

Kudu

  • Comma separated master endpoints

Bug fixes

Redis:

  • Topic regex

JMS:

  • Filters out Kafka records with null value

Cassandra:

  • Timestamp comparison

Mongo:

  • Memory leak

Cassandra

  • PK check for incremental