Releases: delegateas/WorkflowEngine
Releases · delegateas/WorkflowEngine
v3.1.2
v3.1.1
3.1.1 (2023-11-02)
Bug Fixes
- added git forwindows in pipelines (13e2bd4)
- added multiple trigger support for timed triggers (6e1bbc5)
- merged dev in (b5bece6)
- updated deps (2a31c7b)
- use scopedactionmetadata to control if a scope should be used to find next action (79c6e61)
- used node 18 for build (147fb3a)
- using old version (3443315)
v3.1.0
3.1.0 (2023-10-18)
Features
- Add events to output repository (538d13f)
Bug Fixes
- Added jobid on trigger (4027dd2)
- added jobid to trigger (4a77e92)
- Added JsonProperties and used abstract property for EventType and deserialization based on property. (a4e48f9)
- added nested input resolution on actions (a5b868f)
- added null, this is set by hangfire when running (1fe2110)
- fixed naming violation (f888bf3)
- refactored output repository with better context (85c00e0)
- renamed to AddTrigger for output respository (046996c)
v3.0.1-dev.2
3.0.1-dev.2 (2023-01-14)
Bug Fixes
v3.0.1-dev.1
v3.0.0
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)
v3.0.0-dev.15
3.0.0-dev.15 (2022-11-21)
Features
- added dependabot (6daf823)
Bug Fixes
- readded netcoreapp3.1 (dae958e)
v3.0.0-dev.14
3.0.0-dev.14 (2022-11-17)
⚠ BREAKING CHANGES
- Updated for .net 6.0
Features
- Updated for .net 6.0 (736f0b9)