For installation instructions check out the getting started guide.
Fixed
- The
branch
processor now writes error logs when the request or result map fails. - The
branch
processor (andworkflow
by proxy) now allow errors to be mapped into the branch usingerror()
in therequest_map
. - Added a linting rule that warns against having a
reject
output under aswitch
broker withoutretry_until_success
disabled. - Prevented a panic or variable corruption that could occur when a Bloblang mapping is executed by parallel threads.
The full change log can be found here.