Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 06:21
· 49 commits to master since this release
49b3329

3.0.0 (2022-11-21)

⚠ BREAKING CHANGES

  • Updated for .net 6.0
  • Resolved inputs should be a copy.
  • Scope Support Added for forloops

Features

  • added dependabot (6daf823)
  • Added dependency injection extensions (98eb6f4)
  • Scope Support Added for forloops (b626486)
  • Updated for .net 6.0 (736f0b9)

Bug Fixes

  • allowed to strip the workflow manifest from hangfire serialization (2332a20)
  • #12 (d8cdf79)
  • Added PrincipalId to the runcontext to hold an id of the user that executed the workflow (52cfb7f)
  • added support for not retrying invalidexceptions (d5f9d39)
  • deps updated (9d3d090)
  • extensions methods added (1a5b122)
  • Fixing jobnames (32931b8)
  • Null exception due to wiped manifest fixed (e2eaf1d)
  • readded Inputs to trigger metadata (27de709)
  • readded netcoreapp3.1 (dae958e)
  • Rebuilding (09dfca0)
  • Resolved inputs should be a copy. (6dedba1)
  • setting the runid per trigger, otherwise time schedules will use same id (af4bfbc)