🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Fix read_lines operator for old executor
Section titled “Fix read_lines operator for old executor”Feb 17, 2026 · @tobim
The read_lines operator was accidently broken while it was ported
to the new execution API. This change restores its functionality.
HTTP header values can contain colons
Section titled “HTTP header values can contain colons”HTTP header values containing colons are now parsed correctly.