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]
📚 Documentation
- Add macros to allow bpmn rendering on docs pages (#24)
[0.5.0] - 2026-08-16
🚀 Features
- (verify) Run pytests for python 3.11 to 3.14
- (docker) Add docker bake scaffold
- (cicd) Restructure workflows
🐛 Bug Fixes
- (docker) Fix some wrong legacy paths for startup (#22)
- (cicd) Enable push in release
- (cicd) Enable push in release
📚 Documentation
- (styling) Add favicons and svg logo
- (docker) Add information about prebuilt docker images
[0.4.0] - 2026-07-31
🚀 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)
- (context) Rework file variable fetching to support scoped variables (#21)
📚 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)