Releases: workfloworchestrator/orchestrator-core
Releases · workfloworchestrator/orchestrator-core
Database handling changes
Created a database wrapper to enable database initialisation after import time. This makes sure that the OrchestratorCore class handles database intialisation upon setup.
Simplified Domain Model and Product type code
This release contains the most up to date domain model code.
Changes:
- The domain models now do not use the dataclass version of pydantic as base but plain pydantic models. This means that
asdict()
wont work anymore. You can use the.dict()
method instead. Instead of usingdataclasses.field
to specify adefault_factory
useField
which comes with pydantic.
Release Candidate 3
Fixed numerous typos :)
Pre-release 2
0.0.1-rc2 RC2
Initial PyPi release
0.0.1-rc1 Publish code option