v0.11.2
β¨ New Features
- π Secret management overhaul: Renamed secret node to
secret-getand added new secret-set node for complete secret lifecycle management - π SecretValue type: Secrets now return a proper SecretValue object for consistency, with support for streaming and string conversion
- π€ New
core/string-decodenode: Added string decoding capabilities alongside new options for core/string-encode - β‘ Execution ports: Added execution ports to core/random-stream, core/random-number, and core/stream-cache nodes
- π DataStream length field: DataStreamFactory now includes a length field for stream size information
π Improvements
- π Input secrets are now properly resolved in group nodes
- π― Accept any value for any and unknown outputs for better flexibility
- π·οΈ Improved error messages with node labels
- π₯οΈ Added error handler for new web app editor console
- π Node ID aliases added for backwards compatibility
π Bug Fixes
- π§ Fixed node traversal info for error printer by delaying visit popping
- π Fixed nil value detection by checking if the value was actually found
- π§ͺ Fixed scope handling in tests
- πΏ Reader is now properly closed by HTTP client instance
- π Fixed workflow graph after changes to
core/random-stream