Release v0.13.0-rc.1
Pre-release
Pre-release
Breaking Changes
cbconnector configpathchanged topaths.- Introduce breaking change in
kafka_consumerconfiguration, by addingmode. - Update grok to 0.2, optional patterns are now omitted no longer ""
- Unify to
urlinstead ofendpointfor google and s3 connectors so they're in line with every other connector - Unify to
urlsforelasticconnector - Unify to
pathforbench,kvandwalconnector so it's in line with file - Rename
s3_writertos3_streamer
New features
- Add
gcl_writerGoogle Cloud Platform Cloud Logging connector for writing log entries - Add reverse functions and tests for arrays and strings, add sort test for arrays
- Add a ClickHouse connector
- Add a GCS streamer connector
Fixes
- Fix bug in the runtime, swallowing some event acknowledgements and fails for batched events from multiple streams
- Fix custom metrics for
kafka_consumer,kafka_producernot being reported in the requested interval - Fix
metricsconnector not emitting all metrics it did receive. - Fix invalid scope handling for
flowdefinition default arguments - Fix
elasticsink not acking events handled successfully if no source is connected. - Fix
kafka_consumerpossibly committing earlier offsets, thus replaying events that have already been handled. - Fix off-by-one error in
kafka_consumercommitting offsets, thus replaying the last committed event. - Allow
kafka_consumerconnector to reconnect upon more error conditions and avoid stalls. - Include flow alias in pipeline and connector aliases reported via metrics events and logging in order to deduplicate entries