Releases: marcelo-6/ignition-workflows
v0.3.10
0.3.10 - 2026-04-07
Miscellaneous Tasks
-
Bump actions/configure-pages from 5 to 6 by @dependabot[bot] in #39 (33b5e13)
-
Bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #40 (7218571)
v0.3.9
0.3.9 - 2026-04-07
Miscellaneous Tasks
- Bump DavidAnson/markdownlint-cli2-action from 22 to 23 by @dependabot[bot] in #41 (d1220b9)
v0.3.8
0.3.8 - 2026-03-12
Miscellaneous Tasks
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #38 (23fd029)
v0.3.7
0.3.7 - 2026-03-12
Miscellaneous Tasks
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #37 (44117da)
New Contributors
- @dependabot[bot] made their first contribution in #37
v0.3.6
0.3.6 - 2026-02-20
Bug Fixes
- Fixed issue of workflows being marked as canceled when terminated properly by @marcelo-6 (2e3b239)
Documentation
-
Added screenshots and better documentation by @marcelo-6 in #35 (3c1cbb8)
-
Fix remaining internal link targets after validation by @marcelo-6 (15bd779)
-
Add tracked UI screenshot placeholders by @marcelo-6 (a1a7717)
-
Reorganize docs IA and add operator/concurrency/troubleshooting pages by @marcelo-6 (73796fe)
v0.3.5
0.3.5 - 2026-02-20
Bug Fixes
-
Introduce in-memory flush dead-letter handling to stop infinite requeue loops on insert failures by @marcelo-6 in #34 (d13eff9)
-
Fixed dedup index to block enqueing of active workflows only by @marcelo-6 (2e12d87)
-
Fixed dispatch logic to prioritize lower values (matches DBOS) by @marcelo-6 (0e18b7b)
-
Fixed startWithTemplate return and related views by @marcelo-6 (17f9b98)
-
Removed legacy param set from db schema by @marcelo-6 (4b37796)
-
Fixed listTemplates latest-only malformed query by @marcelo-6 (934063c)
Documentation
-
Added total downloads badge by @marcelo-6 (8d5ca17)
-
Removed some badges by @marcelo-6 (b4a5da8)
Testing
-
Added test for queue priority/dedupe ID by @marcelo-6 (c1c1344)
-
Added test for startWithTemplate to confirm return format by @marcelo-6 (d29db29)
-
Added params test suite by @marcelo-6 (3a29954)
Miscellaneous Tasks
-
Removed legacy timer script by @marcelo-6 (83aa71f)
-
Added examples of templates and enums to be loaded in db by @marcelo-6 (1bc2869)
v0.3.4
0.3.4 - 2026-02-18
Miscellaneous Tasks
-
Updated codeowners by @marcelo-6 in #27 (cc8aee9)
-
Added deploy key to cd pipeline by @marcelo-6 (229efa3)
-
Updated git cliff changelog template by @marcelo-6 (03824e2)
-
Updated ci/cd by @marcelo-6 (e185596)
-
Added commit id to changelog template by @marcelo-6 (16f43d1)
-
Updated ci/cd pipelines by @marcelo-6 (f538a44)
-
Added pre-commit hooks for linting like the CI pipeline by @marcelo-6 (1b89413)
-
Added ignition lint by @marcelo-6 (418290c)
-
Markdown lint by @marcelo-6 (16de590)
-
Yml lint by @marcelo-6 (c03f76f)
-
Clearner pipelines by @marcelo-6 (b6c6d78)
v0.3.3
0.3.3 - 2026-02-17
Refactor
- Align exchange.workflows.engine.db with Exchange code standard
Documentation
- Added better documentation
- Added repository link to project documentation
- Added project documentation
Miscellaneous Tasks
- Clean up old test suite
- Clearned up unused project files
Other
- Added modl examples to dockerfile and env