Skip to content

Releases: tremor-rs/tremor-runtime

Courseware image test

10 Nov 16:47
Compare
Choose a tag to compare
Courseware image test Pre-release
Pre-release

Introduce courseware image

Post major release cleanup

30 Oct 13:35
Compare
Choose a tag to compare
  • Improve Code coverage
  • Minor fixes and cleanup

QoS, Guaranteed Delivery and Linked Transport

19 Oct 08:20
v0.9.0
Compare
Choose a tag to compare

v0.9.0

New Features

Behavioural Changes

  • REST onramp and offramp have changed their configuration quite a lot, please checkout the docs for the onramp and offramp for reference.
  • The REST offramp no longer adds newlines for batched events, this can now be done by using the lines postprocessor.
  • Heredocs in tremor-script
    • no longer strip leading indentation
    • string interpolation using curly braces"""field: {event["field"]}""" has been added to heredocs
    • Literal curlies now need to be escaped using \{ or{{
  • The generic::backpressure operator has been renamed to qos::backpressure.
  • All operators have been streamlined to have their error output renamed to err, namely runtime::tremor, grouper::bucket and script inside trickle. Now pipelines, onramps, offramps and operators all output error events to err.

Modular user experience

29 Apr 16:13
Compare
Choose a tag to compare

Tremor has been enhanced to support modular development with:

Pipeline State Mechanism

24 Feb 12:20
Compare
Choose a tag to compare
  • Implementation for pipeline state mechanism: #59
  • Pass in CPU target features for tremor compilation in the docker image: 1049ad4
  • Tremor-script updates for a successful language server build: 35e6b9f
  • Move to to use crates in tremor-script: #60

v0.7.0 release

22 Feb 19:44
Compare
Choose a tag to compare

This is the first open-source release of tremor.