Skip to content

Releases: IoTSharp/SilkierQuartz

v10.0.0

18 Apr 11:12
82f4eaa

Choose a tag to compare

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

Full Changelog: v5.0.356...v10.0.0

v5.0.356

04 May 14:58

Choose a tag to compare

Full Changelog: v5.0.309...v5.0.356

v5.0.309

02 Sep 05:25

Choose a tag to compare

  • Fix history job name
  • Exposes SilkierQuartzOptions and SilkierQuartzAuthenticationOptions through AddSilkierQuartz
    • Exposes both options classes through DI
    • Configuration should be done in ConfigureServices when possible
    • Allows for defaults to be set by the library and then easily be overridden by users
  • Moves AddSilkierQuartz to new extensions class and update namespace for both AddSilkierQuartz and UseSilkierQuartz
  • Abstracts JobsListHelper to 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.IsPersist model 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