Releases: tremor-rs/tremor-runtime
Releases · tremor-rs/tremor-runtime
Release v0.13.0-rc.23
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
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
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
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
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
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
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
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
+
forrecord + record
Release v0.13.0-rc.15
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
Fixes
- Fix parsing with
std::datetime::formats::RFC3339
to allow forZ
(zulu) timezones.
New features
- Add configuration option
path_style_access
tos3_streamer
ands3_reader
connectors. - Replace
async-std
runtime winttokio