Skip to content

Releases: Crowdstar/background-processing

1.0.3

22 Apr 17:33
1.0.3
1a9e21c

Choose a tag to compare

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
1.0.2
1aead34

Choose a tag to compare

Changed

  • Throw unique exceptions instead of general ones. (PR #1 by @daniel-glu)

1.0.1

14 Jan 17:52

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

First release that is ready for use.