Skip to content

Releases: lensesio/stream-reactor

Stream Reactor 8.1.6

26 Sep 17:07
9287343
Compare
Choose a tag to compare
HTTP Reporting tweaks and fixes

Stream Reactor 8.1.5

26 Sep 13:58
e0d925d
Compare
Choose a tag to compare
8.1.5 Improve debug information in extractor error

Stream Reactor 8.1.4

25 Sep 12:24
ec703ac
Compare
Choose a tag to compare
8.1.4 - Remove overriding transport options on GCS client

Stream Reactor 8.1.3

24 Sep 09:56
7ed8d35
Compare
Choose a tag to compare
Merge pull request #107 from lensesio-dev/bugfix/http-reporter-clientid

Bugfix: HTTP Kafka Reporter ClientID is not unique

Stream Reactor 8.1.2

23 Sep 13:31
42cc556
Compare
Choose a tag to compare
Re-release 8.1.2, null safety for http sink

Stream Reactor 8.1.0

20 Sep 10:37
9aa96e6
Compare
Choose a tag to compare
HTTP Sink Upgrades - reporter, rendering fixes

8.1.0-SNAPSHOT

19 Sep 20:30
42fa2c8
Compare
Choose a tag to compare
8.1.0-SNAPSHOT Pre-release
Pre-release

SNAPSHOT release for testing HTTP sink connector.

Stream Reactor 8.0.0

12 Sep 16:43
42fa2c8
Compare
Choose a tag to compare
v8 - Breaking changes for HTTP Sink

Stream Reactor 7.4.5

11 Sep 21:58
8985f07
Compare
Choose a tag to compare
7.4.4 - Add SSL support to Elastic and fix of NPE in cloud storage sinks

Stream Reactor 7.4.4

27 Aug 14:42
21b4227
Compare
Choose a tag to compare

Azure Datalake & GCP Storage

Dependency version upgrades

Data Lake Sinks (AWS, Azure Datalake and GCP Storage)

  • Fixes a gap in the avro/parquet storage where enums where converted from Connect enums to string.
  • Adds support for explicit "no partition" specification to kcql, to enable topics to be written in the bucket and prefix without partitioning the data.
    • Syntax Example: INSERT INTO foo SELECT * FROM bar NOPARTITION