Skip to content

Releases: DalSoft/DalSoft.Hosting.BackgroundQueue

v2.0.1

12 Sep 00:35
Compare
Choose a tag to compare
  • Reduced millisecondsToWaitBeforePickingUpTask to 10 milliseconds.

  • Better handling if CreateAsyncScope failed.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

05 Sep 00:12
Compare
Choose a tag to compare
  • Targets net6.0 and above, with full Dependency Injection support with per queue item scope.

Full Changelog: v1.1.1...v2.0.0

v1.1.1

04 Sep 19:59
Compare
Choose a tag to compare

Made background queue service run on timer. Made backwards compatible so Background or IBackground can be injected. Last version to support netstandard2.0

Note this will be the last release that supports netstandard2.0 target will be net6.0, and going forward will be the lowest .NET version with LTS support.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Sep 21:26
Compare
Choose a tag to compare

Run more than one task concurrently.

Full Changelog: v1.0.4...v1.1.0

v1.0.4

03 Sep 21:12
8c51724
Compare
Choose a tag to compare

Changed from return Task to await Task so we can handle exceptions as expected

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Sep 21:05
d499fb2
Compare
Choose a tag to compare

Removed superfluous Task.Run and now pass the cancellation token to the background task.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Sep 21:02
Compare
Choose a tag to compare

Made use of cancellation token, made sure that Task Delay is called regardless of queue size or concurrency

Full Changelog: v1.0.0...v1.0.2

v1.0.0

03 Sep 21:00
Compare
Choose a tag to compare