Skip to content

Release v0.13.0-rc.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@tremor-bot 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 and pipeline information for each bulk item in the elastic connector

Breaking Changes

  • all std library constants are now uppercase
  • Remove default in match of and fn of and standardize on case _
  • textual-length-prefix pre and postprocessor are now named textual-length-prefixed for consistency in naming
  • json-sorted codec is now part of the json codec with mode: sorted