Release v0.13.0-rc.11
Pre-release
Pre-release
tremor-bot
released this
21 Dec 10:19
·
639 commits
to main
since this release
New Features
- Update to rust toolchain 1.66
- Warning types: now warnings can specify what they are about (performance, behaviour, etc.)
- New warnings for consistency, behaviour and performance
- Functions now can create warnings
- Allow grouping of use with
use std::{m1, m2}
- Add
tremor
codec for tremor to tremor communication - Optimized buffer handling for json and binflux codec
- Update HTTP connector to allow configured for mime codecs
Fixes
- Fix google pub sub default api endpoint
- Handle
routing
andpipeline
information for each bulk item in theelastic
connector
Breaking Changes
- all std library constants are now uppercase
- Remove
default
inmatch of
andfn of
and standardize oncase _
textual-length-prefix
pre and postprocessor are now namedtextual-length-prefixed
for consistency in namingjson-sorted
codec is now part of thejson
codec withmode: sorted