- Error handling control: New execution type system for closure error handling
EXECUTION_TYPE_STOP_ON_ERROR(default) — preserves existing behaviorEXECUTION_TYPE_CONTINUE_ON_ERROR— executes all closures; failures collected and thrown as BackgroundProcessingFailedExceptionsetExecutionType()/getExecutionType()to configure the mode
- Method
BackgroundProcessing::reset()(was documented as internal test utility only)
- Throw unique exceptions instead of general ones. ( PR #1 by @daniel-glu )
- Allow stopping timing the current transaction before starting processing tasks in the background.
- Use the Apache-2.0 license.
First release that is ready for use.