Releases: lensesio/stream-reactor
Releases · lensesio/stream-reactor
Stream Reactor 8.1.6
HTTP Reporting tweaks and fixes
Stream Reactor 8.1.5
8.1.5 Improve debug information in extractor error
Stream Reactor 8.1.4
8.1.4 - Remove overriding transport options on GCS client
Stream Reactor 8.1.3
Merge pull request #107 from lensesio-dev/bugfix/http-reporter-clientid Bugfix: HTTP Kafka Reporter ClientID is not unique
Stream Reactor 8.1.2
Re-release 8.1.2, null safety for http sink
Stream Reactor 8.1.0
HTTP Sink Upgrades - reporter, rendering fixes
8.1.0-SNAPSHOT
SNAPSHOT release for testing HTTP sink connector.
Stream Reactor 8.0.0
v8 - Breaking changes for HTTP Sink
Stream Reactor 7.4.5
7.4.4 - Add SSL support to Elastic and fix of NPE in cloud storage sinks
Stream Reactor 7.4.4
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
- Syntax Example: