Skip to content

v0.11.2

Choose a tag to compare

@sebastianrath sebastianrath released this 29 Jan 04:34
· 192 commits to main since this release
v0.11.2
5626d32

✨ New Features

  • πŸ” Secret management overhaul: Renamed secret node to secret-get and 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-decode node: 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