Release v0.13.0-rc.10
Pre-release
Pre-release
·
698 commits
to main
since this release
New Features
- Added
statetype window where both tick and event can be handled in script form - Added new config
socket_optionsto UDP, TCP and Websocket connectors to enable use of socket optionSO_REUSEPORT - Added the
chunkpostprocessor for creating payloads as close to a configurablemax_bytesas possible - Arithmetic expressions now error on overflows
- Rust based erlang nif for tremor-script EQC testing
Fixes
- Fix
udp_clientconnector connecting to IPv6 hosts. - Fix
jsoncodec 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_delayconfig oftcp_serverandws_servertosocket_options.TCP_NODELAY. - The HTTP connectors now work with the
mime_mappinginstead ofcodec