QuartzNet v3.0.6 Release Notes

Release Date: 2018-07-06 // almost 6 years ago
  • ๐Ÿš€ This release fixes a nasty bug with JSON calendar database serialization and .NET Core SQL Server client libraries
    โšก๏ธ have been updated to mitigiate possible hangs when connection drops occur.

    Also some other minor bugs have been also addressed.

    ๐Ÿ‘ You should now be able to debug into Quartz.NET sources with added SourceLink support.

    ๐Ÿ†• NEW FEATURE

    • โž• Add SourceLink support (#642)
    • โฑ Make JobInterrupted method virtual in class SchedulerListenerSupport (#631)

    ๐Ÿ›  FIXES

    • ๐Ÿšš Trigger group can be left as paused when all triggers have been removed (#641)
    • ๐Ÿ PlatformNotSupportedException on RaspberryPi (Windows IoT) (#630)
    • 0๏ธโƒฃ JSON serialisation returning defaults for derived calendar settings (#634)
    • .NET Core version not able to recover from DB connection drops (#637)