Skip to content

Releases: workfloworchestrator/orchestrator-core

Database handling changes

03 Mar 12:44
Compare
Choose a tag to compare
Pre-release

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

25 Feb 08:21
Compare
Choose a tag to compare

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 using dataclasses.field to specify a default_factory use Field which comes with pydantic.

Release Candidate 3

24 Feb 15:24
Compare
Choose a tag to compare
Release Candidate 3 Pre-release
Pre-release

Fixed numerous typos :)

Pre-release 2

24 Feb 15:17
Compare
Choose a tag to compare
Pre-release 2 Pre-release
Pre-release
0.0.1-rc2

RC2

Initial PyPi release

24 Feb 15:14
Compare
Choose a tag to compare
Initial PyPi release Pre-release
Pre-release
0.0.1-rc1

Publish code option