Skip to content

v0.10.0

Compare
Choose a tag to compare
@mfelsche mfelsche released this 11 Feb 19:09
· 3312 commits to main since this release

0.10.0

Breaking Changes

  • String interpolation is now done via #{..} instead of {}. { no longer needs to be escaped, but \#{ needs an escape for literal #{.
  • Emit tumbling windows based on size immediately when they are full. #731
  • Emit tumbling windows based on time interval also when no event comes in but the interval passed #731
  • Elasticsearch offramp elastic: change the config value endpoints to nodes #732

New features

  • Default to thin-lto for all builds (prior this was only done in docker)
  • Automatically generate rpms and tarballs for releases.
  • Update rust to 1.49.0
  • Build deb packages
  • Statically link openssl
  • elastic sink now supports linked transports #715

Fixes

  • rewrite string interpolation to fix #726