aceteam-workflow-engine v1.0.0rc2
Pre-release
Pre-release
What's Changed
- Bump version to 1.0.0rc2 (67130e1)
- Make type checking non-blocking in CI (566b8be)
- Update to Python 3.12+ and improve release script (04c5009)
- Set up PyPI publishing for v1.0.0rc1 (#44) (14a70ee)
- Add node retries and rate limits (#42) (7aea51f)
- Add node versioning and migration system (#31) (#43) (4eb4ce3)
- Add Value typecasting graph visualization to README (#40) (28048bd)
- Add parallel node execution algorithm (#41) (dc0f93e)
Highlights
- Node Retries & Rate Limiting - Nodes can now signal transient failures and be retried with backoff
- Parallel Execution Algorithm - Execute independent nodes concurrently for better performance
- Node Versioning & Migration - Built-in support for evolving node schemas over time
- PyPI Publishing - First release available on PyPI as
aceteam-workflow-engine
Full Changelog: v0.3.3...v1.0.0rc2