Skip to content

Releases: Crowdstar/background-processing

1.0.3

Choose a tag to compare

@deminy deminy released this 22 Apr 17:33
1.0.3
1a9e21c

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

Choose a tag to compare

@deminy deminy released this 12 Dec 18:15
1.0.2
1aead34

Changed

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

1.0.1

Choose a tag to compare

@deminy deminy released this 14 Jan 17:52

Latest stable release that includes the following changes:

  • Allow stopping timing the current transaction before starting processing tasks in the background.

1.0.0

Choose a tag to compare

@deminy deminy released this 14 Aug 17:14

Latest stable release that includes the following changes:

  • Updated documentation with Integration guides.
  • Use the Apache-2.0 license.

0.0.2

Choose a tag to compare

@deminy deminy released this 31 May 17:04

First release that is ready for use.