QuartzNet v3.2.3 Release Notes

Release Date: 2020-10-31 // over 3 years ago
  • ๐Ÿš€ This release addresses issue with Autofac integration and adds new integration package Quartz.OpenTracing to allow
    integration with OpenTracing.

    ๐Ÿ†• NEW FEATURE

    • โž• Add Quartz.OpenTracing support (#1006)
    • โž• Add UseZeroSizeThreadPool to configuration (#1003)

    ๐Ÿ›  FIXES

    • โฑ Xamarin Android can't get scheduler (#1008)
    • ๐Ÿ‘ท Autofac job factory registration fails (#1011)

Previous changes from v3.2.2

  • ๐Ÿš€ This release addresses regression in scoped job resolution which was introduced by job factory refactoring done in 3.2.1.

    ๐Ÿ›  FIXES

    • ๐Ÿ›  Fix scoped job resolution (#998)