Releases: DalSoft/DalSoft.Hosting.BackgroundQueue
v2.0.1
v2.0.0
- 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
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
Run more than one task concurrently.
Full Changelog: v1.0.4...v1.1.0
v1.0.4
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
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
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
Initial release
Full Changelog: https://github.com/DalSoft/DalSoft.Hosting.BackgroundQueue/commits/v1.0.0