Releases: glucaci/mongodb-quartz-net
Releases · glucaci/mongodb-quartz-net
4.0.0-preview.3
Full Changelog: 4.0.0-preview.2...4.0.0-preview.3
4.0.0-preview.2
What's Changed
- Create index for fields used to sort by in different queries (require… by @ovidiupop88 in #36
- Fix for issue #33 #33 by @YauheniKokhna in #34
- Update MongoDB driver
- Update Quartz
- Support .NET8
New Contributors
- @ovidiupop88 made their first contribution in #36
- @YauheniKokhna made their first contribution in #34
- @ejlevin1
Full Changelog: 4.0.0-preview.1...4.0.0-preview.2
4.0.0-preview.1
Braking changes:
- Align with Quartz.NET and drop support for .NETFramework 4.5.2
JobDataMap
andCalendar.Content
are now serialized withSystem.Text.Json.JsonSerializer
(DefaultObjectSerializer
was droped because was usingBinaryFormatter
which deprecated in .NET 5.0 )