Skip to content

Releases: tremor-rs/tremor-runtime

Release v0.13.0-rc.23

24 Apr 12:37
Compare
Choose a tag to compare

New features

  • kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.22

22 Apr 12:19
Compare
Choose a tag to compare

New features

  • kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.21

18 Apr 15:33
Compare
Choose a tag to compare

New features

  • kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.20

10 Apr 18:03
Compare
Choose a tag to compare

New features

  • kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.19

10 Apr 17:20
Compare
Choose a tag to compare

New features

  • kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.18

10 Apr 12:49
Compare
Choose a tag to compare

New features

  • kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.17

09 Apr 13:41
Compare
Choose a tag to compare
Release v0.13.0-rc.17 Pre-release
Pre-release

New features

  • Kafka schema registry codec
  • Extract connectors in their own crate and aws and gcp into another

Breaking Changes

  • remove schema_registry preprocessor
  • remove defunct schema_registry support for avro codec

Release v0.13.0-rc.16

10 Oct 11:42
Compare
Choose a tag to compare
Release v0.13.0-rc.16 Pre-release
Pre-release

New features

  • kafka schema registry integration
  • Expand the for comprehension to include initial values and folding (using a limited set of possible operations for now)
  • Add + for record + record

Release v0.13.0-rc.15

15 Aug 12:06
Compare
Choose a tag to compare
Release v0.13.0-rc.15 Pre-release
Pre-release

New features

  • hygienic errors for strings in path segements
  • axiom stdlib module
  • gcl now supports the timestamp metadata overwrite
  • basic avro codec

Fixes

  • Fix bug in GBQ connector where batches were not sent

Breaking Changes

  • All google connectors now require token to be either set to {"file": "<path to json>"} or {"json": {...}}

Release v0.13.0-rc.14

23 Jun 14:34
Compare
Choose a tag to compare
Release v0.13.0-rc.14 Pre-release
Pre-release

Fixes

  • Fix parsing with std::datetime::formats::RFC3339 to allow for Z (zulu) timezones.

New features

  • Add configuration option path_style_access to s3_streamer and s3_reader connectors.
  • Replace async-std runtime wint tokio