Releases: Crowdstar/background-processing
Releases · Crowdstar/background-processing
1.0.3
22 Apr 17:33
Compare
Sorry, something went wrong.
No results found
Added
Error handling control : New execution type system for closure error handling
EXECUTION_TYPE_STOP_ON_ERROR (default) — preserves existing behavior
EXECUTION_TYPE_CONTINUE_ON_ERROR — executes all closures; failures collected and thrown as
[BackgroundProcessingFailedException]
setExecutionType() / getExecutionType() to configure the mode
Removed
Method BackgroundProcessing::reset() (was documented as internal test utility only)
1.0.2
12 Dec 18:15
Compare
Sorry, something went wrong.
No results found
Changed
Throw unique exceptions instead of general ones. (PR #1 by @daniel-glu )
1.0.1
14 Jan 17:52
Compare
Sorry, something went wrong.
No results found
Latest stable release that includes the following changes:
Allow stopping timing the current transaction before starting processing tasks in the background.
1.0.0
14 Aug 17:14
Compare
Sorry, something went wrong.
No results found
Latest stable release that includes the following changes:
Updated documentation with Integration guides.
Use the Apache-2.0 license.
0.0.2
31 May 17:04
Compare
Sorry, something went wrong.
No results found
First release that is ready for use.