Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[unreleased]¶
🚀 Features¶
- Document builtins (#15)
- (context) Support emitting messages and signals (#17)
- (results) Support explicitly setting local variables when completing an external task (#18)
- (camunda) Add support for bytes variables in camunda7 (#19)
- (context) Rework file variable fetching to be aetpi 0.2.0 compliant (#20)
📚 Documentation¶
- Add brief documentation for dependencies and context usage (#14)
[0.3.1] - 2026-04-28¶
🚀 Features¶
- (processor) Add capabilities to handle dependencies (#12)
[0.3.0] - 2026-04-19¶
🚀 Features¶
- (fastbpmn) Relax Input / Output model constraints (#11)
[0.2.0] - 2026-04-18¶
🚀 Features¶
- (docs) Bootstrap dedicated documentation for fastbpmn (#5)
- (docs) Add integration documentation for cib7 (#8)
- (docs) Add examples for camunda7 and operaton (#9)
- (fastbpmn) Add process instance properties (#10)
🐛 Bug Fixes¶
- (cicd) Push updated changelog only with changes (#6)
- (cicd) Push updated changelog only with changes (#6) (#7)
- (docs) Correct link to self-contained operaton example
[0.1.1] - 2026-04-08¶
⚙️ Miscellaneous Tasks¶
- (docs) Fixed typos in readme
- (docs) Fixed typos in readme
[0.1.0] - 2026-04-07¶
⚙️ Miscellaneous Tasks¶
- Init (#1)
- (cicd) Enable docker build (#4)