Skip to content

0.7.4

Compare
Choose a tag to compare
@odinserj odinserj released this 07 Apr 13:34

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 and BackgroundJobClient types. You can use them instead of static BackgroundJob class.
  • Ability to specify target queue in BackgroundJob.Enqueue method.
  • Fixed theoretical IClientFilter issue (CreateContext ctor did not copy the JobId).