Releases: IoTSharp/SilkierQuartz
Releases · IoTSharp/SilkierQuartz
v10.0.0
What's Changed
- 更新 by @wuuer in #145
- netcore 8 + quartz 3.7.0 + many minor changes by @dolunay in #152
- Upgraded .net9, Upgraded Quartz 3.13, Upgraded JsonSubTypes 2.0.1 by @dolunay in #155
- Adding support for base path by @AT-WH in #158
- Extending Authentication mechanism by @AT-WH in #160
- Making sure query string parameters are encoded by @AT-WH in #161
- Fixing the Job's 'Concurrent' flag by @AT-WH in #162
- upgrade Handlebars.Net to 2.1.6 by @maikebing in #163
- fix #146 by @maikebing in #164
- new option: CustomStyleSheet/CustomFavicon/EnableEdit by @Bonnie2980 in #159
- Adding EnableEdit to ViewBag in JobController by @AT-WH in #166
- fix issue: Manual Job not be added into Scheduler by @Bonnie2980 in #167
- Including user's login in the trigger's name by @AT-WH in #168
- Scope cookies to virtual path to avoid contaminating the root path namespace. by @andywu188 in #172
- Exposing Cookie name as a parameter. by @AT-WH in #174
- Unifying job trigger data for a manual run by @AT-WH in #176
- Fixing Cookie path by @AT-WH in #177
- Add provider-neutral execution history store configuration with centralized DB support by @Copilot in #179
- Fix release workflow NuGet publish gating for organization secret by @Copilot in #180
New Contributors
- @wuuer made their first contribution in #145
- @dolunay made their first contribution in #152
- @AT-WH made their first contribution in #158
- @maikebing made their first contribution in #163
- @Bonnie2980 made their first contribution in #159
- @andywu188 made their first contribution in #172
- @Copilot made their first contribution in #179
Full Changelog: v5.0.356...v10.0.0
v5.0.356
Full Changelog: v5.0.309...v5.0.356
v5.0.309
- Fix history job name
- Exposes
SilkierQuartzOptionsandSilkierQuartzAuthenticationOptionsthroughAddSilkierQuartz- Exposes both options classes through DI
- Configuration should be done in
ConfigureServiceswhen possible - Allows for defaults to be set by the library and then easily be overridden by users
- Moves
AddSilkierQuartzto new extensions class and update namespace for bothAddSilkierQuartzandUseSilkierQuartz - Abstracts
JobsListHelperto be used by both service and middleware configuration - Changes authN/authZ implementation to use Policy Authorization to make it easier for library consumers to override it
- Enables simple authN/authZ through configuration and completely disabling authN/authZ for simple use-cases
- Removes hardcoded authentication scheme
- Fixes
AuthenticateViewModel.IsPersistmodel binding and removes cookie persistence configuration from global settings - Removes custom authorization middleware
- Hides "Logout" link in nav and redirects from "Login" page if anonymous access is enabled
- Fixes ASPNET Core 3.1 dependency versions
- Updates sample app to show how new configuration works