Skip to content

Release v0.13.0-rc.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@tremor-bot tremor-bot released this 02 Dec 13:32
· 694 commits to main since this release

New Features

  • Added state type window where both tick and event can be handled in script form
  • Added new config socket_options to UDP, TCP and Websocket connectors to enable use of socket option SO_REUSEPORT
  • Added the chunk postprocessor for creating payloads as close to a configurable max_bytes as possible
  • Arithmetic expressions now error on overflows
  • Rust based erlang nif for tremor-script EQC testing

Fixes

  • Fix udp_client connector connecting to IPv6 hosts.
  • Fix json codec to deduplicate duplicate keys by using the last key in the JSON record.
  • Fix scoping for named scripts, they no longer polute/share the outer scope.

Breaking Changes

  • Move no_delay config of tcp_server and ws_server to socket_options.TCP_NODELAY.
  • The HTTP connectors now work with the mime_mapping instead of codec