QuartzNet v3.1.0-beta2 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
  • ๐Ÿš€ This release builds on top of beta 1 adding more fixes and improvements. Read the beta 1 release notes to know more.

    Known Issues

    ๐Ÿ“š The documentation for the new integration features is still being worked on.

    GitHub Issues

    ๐Ÿ†• NEW FEATURE

    • โฑ DI configuration now supports adding scheduler, job and trigger listeners (#877)
    • ๐Ÿ”ง DI configuration now processes appsettings.json section "Quartz" looking for key value pairs (#877)
    • ๐Ÿ‘‰ Use Microsoft.Data.SqlClient as SQL Server connection library (#839)

    ๐Ÿ›  FIXES

    • ๐Ÿ›  Fix potential scheduler deadlock caused by changed lock request id inside ExecuteInNonManagedTXLock (#794)
    • ๐Ÿ— Ensure NuGet.exe is part of produced zip to ensure build works (#881)
    • ๐Ÿ‘ท JobDataMap with enum values persisted as JSON can now be set back to job members via PropertySettingJobFactory (#770)
    • โฑ Ensure GetScheduleBuilder for triggers respects IgnoreMisfirePolicy (#750)
    • โœ‚ Remove cron expression validation from XML schema and rely on CronExpression itself (#729)