Skip to content

Releases: Belphemur/Job.Scheduler

v2.5.0

05 Oct 00:17
Compare
Choose a tag to compare

2.5.0 (2021-10-05)

Bug Fixes

  • Debounce: Job already removed when second debouncing job comes (1fcf630)

Features

  • DebounceJob: Add new feature to implement debouncing jobs (7976d03)

v2.4.1

28 Sep 15:09
Compare
Choose a tag to compare

2.4.1 (2021-09-28)

Bug Fixes

  • TaskScheduler: Be sure the task are run in proper thread depending if a TaskScheduler was given or not. (d3d0aea)
  • Tests: Wait for the right task (99cd679)

v2.4.0

27 Sep 20:20
Compare
Choose a tag to compare

2.4.0 (2021-09-27)

Features

  • TaskScheduler: Add option to run Job on a specific TaskScheduler (812c396)

v2.3.0

27 Jul 01:45
Compare
Choose a tag to compare

2.3.0 (2021-07-27)

Features

  • BackoffRetry: Add 2 different backoff retry using the new delay between retries (0484803)
  • Retry: Let the user be able to define their own delay strategy between retries instead of a hardcoded value. (c26802a)

v2.2.2

15 Jul 00:32
Compare
Choose a tag to compare

2.2.2 (2021-07-15)

Bug Fixes

  • Disposing: Dispose of task when possible (1f31de5)

v2.2.1

22 May 19:45
Compare
Choose a tag to compare

2.2.1 (2021-05-22)

Bug Fixes

  • Deadlock: deadlock of task when job end (b538f8d)

v2.2.0

15 May 22:51
Compare
Choose a tag to compare

2.2.0 (2021-05-15)

Features

  • AlwaysRetry: Add configurable delay for always retry between each retry of the job (4d6dde2)

v2.1.1

13 Apr 19:14
Compare
Choose a tag to compare

2.1.1 (2021-04-13)

Bug Fixes

  • Symbols: Have symbols uploaded (42b3dd5)

v2.1.0

08 Apr 15:34
Compare
Choose a tag to compare

2.1.0 (2021-04-08)

Features

  • OpenTelemetry: Add support for Open Telemetry (16766dc)

v2.0.2

22 Mar 03:51
Compare
Choose a tag to compare

2.0.2 (2021-03-22)

Bug Fixes

  • ci: Add semantic release NPM (436871a)
  • Release: Fix release script (efa65cd)