Release Notes
Update urgency: HIGH. This release contains fix for serious problem.
- #60 – Removed
BackgroundJobServer.MachineName
validation. It caused exceptions with valid NetBIOS names. Thanks to @hahmed for reporting! - #61 – Opened
IBackgroundJobClient
andBackgroundJobClient
types. You can use them instead of staticBackgroundJob
class. - Ability to specify target queue in
BackgroundJob.Enqueue
method. - Fixed theoretical
IClientFilter
issue (CreateContext
ctor did not copy the JobId).