Bump Quartz.AspNetCore from 3.18.1 to 3.18.2#520
Merged
mark-hayward-erg merged 1 commit intoJun 29, 2026
Conversation
--- updated-dependencies: - dependency-name: Quartz.AspNetCore dependency-version: 3.18.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
e992c02 to
503963a
Compare
|
mark-hayward-erg
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Updated Quartz.AspNetCore from 3.18.1 to 3.18.2.
Release notes
Sourced from Quartz.AspNetCore's releases.
3.18.2
Quartz.NET 3.18.2 is a maintenance release that stabilizes the dashboard introduced in 3.18.0, fixes several scheduling correctness bugs, and speeds up cron next-fire-time computation. It is a drop-in upgrade from earlier 3.18.x releases — no breaking changes and no database schema migrations.
Highlights
AcquireNextTriggerand block acquisition of every other trigger. The faulting trigger is now isolated so the rest keep firing. (#3108)Quartzconfiguration section were not loaded for named schedulers. (#3113)DashboardPathwork under a fail-closedFallbackPolicy, and the Blazor circuit is allowed anonymous access under the same policy (#3098, #3120); trigger and calendar JSON deserialization is fixed (#3102); and JobDataMap and SimpleSchedule trigger details now display correctly (#3132).FORCE INDEXfix — schema-qualified table prefixes produced a malformedFORCE INDEXhint. (#3086)DateTimeOffsetchurn in the hot loop. (#3126, #3129)AddQuartzServer(#3112), and new public helpers make plugin configuration extensible (#3104).What's Changed
Full Changelog: quartznet/quartznet@v3.18.1...v3.18.2
Commits viewable in compare view.