New Features
- HTTP node: binary contentType - New binary option for contentType allows sending raw binary data directly from
FileExplorerData. Useful for file uploads without multipart encoding.
Improvements
- Extended binary file support - Added recognition for many more file types:
- Video: mp4, mov, avi, mkv, webm, wmv, flv, m4v
- Audio: mp3, wav, ogg, flac, aac, m4a, wma
- Archives: zip, rar, 7z, tar, gz, bz2
- Office: docx, xlsx, pptx, doc, xls, ppt, odt, ods, odp
- Fonts: ttf, otf, woff, woff2, eot
- Other: exe, dll, wasm
- Workflow history performance - Large text data (1000+ characters) is now truncated in execution logs to prevent UI
freezing - HTTP node logging - Added contentType to logs and fixed variable expansion in headers