Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Quartz.NET-3.11.0.zip | 2024-07-07 | 39.6 MB | |
Quartz.NET 3.11.0 source code.tar.gz | 2024-07-07 | 5.8 MB | |
Quartz.NET 3.11.0 source code.zip | 2024-07-07 | 6.4 MB | |
README.md | 2024-07-07 | 1.2 kB | |
Totals: 4 Items | 51.7 MB | 0 |
What's Changed
- Don't create intermediate
MemoryStream
inSystemTextJsonObjectSerializer
by @lahma in https://github.com/quartznet/quartznet/pull/2418 - Fix postgres testing and STJ dictionary serialization by @lahma in https://github.com/quartznet/quartznet/pull/2437
- Add support for
DbDataSource
by @Hawxy in https://github.com/quartznet/quartznet/pull/2439 - Fix issues with STJ serializer by @VilleHakli in https://github.com/quartznet/quartznet/pull/2434
- Fix
DirtyFlagMap
enumerator behaviors by @lahma in https://github.com/quartznet/quartznet/pull/2445 - Update Build actions to use
checkout/@v4
&cache/@v4
by @jafin in https://github.com/quartznet/quartznet/pull/2451 - Allow MSSQL Init Database script to be configured to not delete existing tables by @jafin in https://github.com/quartznet/quartznet/pull/2449
- Improve binary to JSON migration support and documentation by @lahma in https://github.com/quartznet/quartznet/pull/2458
New Contributors
- @Hawxy made their first contribution in https://github.com/quartznet/quartznet/pull/2439
Full Changelog: https://github.com/quartznet/quartznet/compare/v3.10.0...v3.11.0