v1.9.0
Ironclad/rivetv1.9.0Sep 25, 2023by abrenneke
AI Summary
This minor release (v1.9.0) adds two new capabilities to Rivet: the Pop node can now pop from the front of arrays for queue-like operations, and the Extract regex node supports multiline mode for `^` and `$` anchors. The release also includes a bug fix for the loop controller not passing default values when main inputs aren't connected.
Key Highlights
- Pop node can now pop from front of arrays (queue-like behavior)
- Extract regex node supports multiline mode for `^` and `$` anchors
- Fixed loop controller not passing default values without main inputs connected
New Features
- Pop node can now pop from front of arrays
- Extract regex node can use multiline mode for `^` and `$`
Full Release Notes
## New Features - Pop node can now pop from front of arrays - Extract regex node can use multiline mode for `^` and `$` ## Changes & Fixes - Fix loop controller not passing default values through without main inputs connected