Releases: workfloworchestrator/orchestrator-core
Releases · workfloworchestrator/orchestrator-core
2.0.0
What's Changed
- Handle words with underscores as consecutive words by @dmarjenburgh in #423
- Add test_nested_serializable_property by @Mark90 in #424
- Migrate to Pydantic 2.x by @Mark90 in #408
- Update Dockerfile by @acidjunk in #426
- Graphql only fetch db models when necessary by @tjeerddie in #425
- Release 2.0.0 by @mrijk in #435
Full Changelog: 1.3.6...2.0.0
2.0.0rc1
What's Changed
- Handle words with underscores as consecutive words by @dmarjenburgh in #423
- Migrate to Pydantic 2.x by @Mark90 and @mrijk in #408
Full Changelog: 1.3.6...2.0.0rc1
1.3.6
What's Changed
- Fix Phrase in ValueGroup error by @dmarjenburgh in #420
- Search resolvers by @dmarjenburgh in #419
Full Changelog: 1.3.5...1.3.6
2.0.0a1
1.3.5
What's Changed
- Per workflow list of step names by @mrijk in #396
- Add stateDelta to process step in graphql by @tjeerddie in #401
- Add inUseByRelations to subscription.productBlockInstances by @tjeerddie in #404
- Add test coverage for SubscriptionInstanceList.init_subclass by @Mark90 in #402
- Bumpversion to 1.3.5rc1 by @tjeerddie in #405
- Replace update_ticket_step with additional_steps by @hanstrompert in #390
- Force workflow to be set with default SYSTEM by @tjeerddie in #407
- Add unittest for invalid productblock lifecycle combinations by @Mark90 in #410
- Search parser by @dmarjenburgh in #412
- 288 subscriptions search resolver by @dmarjenburgh in #416
- Fix not receiving all resource types in ProductBlockInstance by @tjeerddie in #415
- Bump version to 1.3.5 by @dmarjenburgh in #418
Full Changelog: 1.3.4...1.3.5
2.0.0a0
1.3.5rc1
What's Changed
- Per workflow list of step names by @mrijk in #396
- Add stateDelta to process step in graphql by @tjeerddie in #401
- Add inUseByRelations to subscription.productBlockInstances by @tjeerddie in #404
- Add test coverage for SubscriptionInstanceList.init_subclass by @Mark90 in #402
- Bumpversion to 1.3.5rc1 by @tjeerddie in #405
Full Changelog: 1.3.4...1.3.5rc1
1.3.4
What's Changed
- Callback wf improvements by @dmarjenburgh in #389
- Generator improvements by @hanstrompert in #392
- Documentation improvements by @hanstrompert in #397
- Generate migration improvements by @hanstrompert in #398
- Fix cleanup_tasks_log stepname and make period configurable by @Mark90 in #399
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Add folder prefix option to generator CLI by @hanstrompert in #382
- Add available sort and filter fields to page info in Graphql by @tjeerddie in #379
- Add fuctionality to add Json schema to subscription metadata in Graphql by @tjeerddie in #367
- Add JSON Schema of subscription to subscription graphql type by @tjeerddie in #349
- Change metadata field into metadata and metadataSchema by @tjeerddie in #384
- Update SQLAlchemy queries to use v2 instead of v1 for graphql resolvers by @tjeerddie in #385
- Bumpversion to 1.3.3 by @tjeerddie in #388
New Contributors
- @hanstrompert made their first contribution in #382
Full Changelog: 1.3.2...1.3.3
1.3.2
AUTH_ACTIVE
default has changed to True. for development without auth addAUTH_ACTIVE=False
to your env.
What's Changed
- Wrap sa.text around executable string by @mrijk in #362
- remove unnecessary json loads in continue_awaiting_process_endpoint by @torkashvand in #361
- Fix running of scheduled validate_products task by @dmarjenburgh in #364
- Update oauth2 lib to 1.4.1 by @tjeerddie in #366
- Feature/searchable metadata by @dmarjenburgh in #363
- Fix x not in list error in memory websocket manager by @tjeerddie in #368
New Contributors
- @torkashvand made their first contribution in #361
Full Changelog: 1.3.1...1.3.2