- Simplify exception capture inside return_handler to avoid unique, unexpected behavior. Remove debug=True cast of unknown exceptions to FailCatastrophically - Prevent structlogger from prepending timestamp
4.1.0
- Log FailCatastrophically exceptions as they happen instead of all at once - Change default parameter passed to functions from `event` to `state`
4.0.3
- Call exception_handler on FailCatastrophically
4.0.2
- Fix bug in tests caused by change of default_kwargs["event"] to namedtuple
4.0.1
- format
4.0.0
- Allow user of lpipe to process_event with a callable/function and avoid all directed-graph workflow setup - Change Payload to split paths into paths and queues. Update all logic to assume only path strings / enums are in payload.paths. - Fix bug in get_nested where head could result in incorrectly returne default value - Add more documentation