You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CNCF OpenTelemetry source, sink and cncf::otel tremor-script library adds log, trace, metrics OpenTelemetry support
Fixes module path function resolution for tremor-cli doc tool to use unified path resolution
Removed the vsn.sh script which checks if the lockfile is up to date and replaces it with the --locked flag #798
Allow using '_' as seperators in numeric literals #645
Refactor kafka metadata variables to be under a single record $kafka.
Add support for Kafka message headers, available through the $kafka.headers metadata variable.
Add the cb offramp for testing upstream circuit breaker behaviour #779
Add the kafka onramp config retry_failed_events to acoid retrying failed events, and polling_interval to control how often kafka is polled for new messages if none were available previously #779
Add kv connector with the supported operations put, get, delete, scan, cas.
Add discord badge to README.md.
Handle signals and terminate properly on Ctrl+C in docker #806
Update to rust 1.50.0
Emit error events to the err port on exceeding concurrent requests limit for rest and elastic offramps.
Add the max_groups and emit_empty_windows settings on window definitions #828
Restrict event and event metadata references in the SELECT clause of a windowed select statement #828
Improve default visibility of tremor info logs from packages #850
Include the request info of a response for a linked rest offramp, available through the $response.request metadata variable.
Emit warnings when a window with emit_empty_windows without guards is used.
Extend match to handle top-level ~ extractors in match #834
Extend match to allow more assign expressions (i.e. case a = ~ glob|snot*| => or case v = _ =>)
Match pipeline improvements: tree search for ==, grouping based on shared keys, re-ordering of exclusive case statements
Optimize glob matches of the form glob|snot*| or glob|*badger| to cheaper prefix and suffix checks
Remove warnings for match w/o default if a _ case or a v = _ case exists