Releases: workfloworchestrator/orchestrator-core
Releases · workfloworchestrator/orchestrator-core
2.6.1
Full Changelog: 2.6.0...2.6.1
2.6.0
What's Changed
- Update helper for psycopg3 by @acidjunk in #706
- More resilient tasks by @dmarjenburgh in #704
- Test by @pboers1988 in #707
Full Changelog: 2.5.1...2.6.0
2.5.1
What's Changed
- Bump orjson from 3.10.5 to 3.10.6 by @dependabot in #702
- Bump sqlalchemy from 2.0.30 to 2.0.31 by @dependabot in #700
- Bump oauth2-lib 2.1.0 for GraphQL error_type NOT_AUTHENTICATED by @Mark90 in #699
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #684
- Replace GraphQL extensions with the nwastdlib versions by @tjeerddie in #500
- Bump psycopg to 3.2.1 by @RichieB2B in #696
- Correct order_id entry for list types in migration helper by @Sparrow1029 in #690
- Bump sentry-sdk[fastapi] from 2.2.0 to 2.7.1 by @dependabot in #694
- Update python-rapidjson requirement from <1.17,>=1.9 to >=1.18,<1.19 by @dependabot in #692
- Update more-itertools requirement from ~=10.2.0 to ~=10.3.0 by @dependabot in #691
- Fix Psycopg3 errors by @pboers1988 in #698
New Contributors
- @RichieB2B made their first contribution in #696
Full Changelog: 2.3.1...2.5.0
2.3.1
What's Changed
- Update docs for graphql federation in example-orchestrator by @Mark90 in #681
- Pass websocket logic through in broadcast_fn by @dmarjenburgh in #678
- Refactor processes_ws unit tests by @dmarjenburgh in #686
- Bump strawberry-graphql from 0.210.0 to 0.232.1 by @dependabot in #664
- Upgrade pydantic to 2.7.4 by @tjeerddie in #685
- Bumpversion to 2.3.1 by @tjeerddie in #688
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- Removing all deprecated endpoints and functions by @pboers1988 in #599
- Refactor OAUTH handling for configurable AuthN and AuthZ by @torkashvand in #608
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #641
- Improved processes filtering and sorting by @dmarjenburgh in #647
- rebased ui-docs on current main by @wouter1975 in #655
- Bump sentry-sdk[fastapi] from 2.0.1 to 2.2.0 by @dependabot in #653
- Bump orjson from 3.10.0 to 3.10.3 by @dependabot in #643
- Add process query by @mrijk in #623
- some minor tweaks to the documentation by @mdvz0r in #660
- Docs for workshop by @pboers1988 in #661
- Implement Sec-Websocket-Protocol negotiation by @Mark90 in #662
- Fix failing websocket and cli generator tests by @tjeerddie in #667
- Add processId to the invalidate cache broadcast of send_process_data_to_websocket by @tjeerddie in #668
- Bump sqlalchemy from 2.0.29 to 2.0.30 by @dependabot in #665
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #666
- Improve subscription caching with domain model endpoint and graphql subscriptions by @tjeerddie in #663
- Add functions to backfill new resource types and delete them by @Josephine-Rutten in #672
- Fix returning wrong pending steps if StepList was altered by @dmarjenburgh in #673
- send Invalidate cache of subscription/s through websocket by @tjeerddie in #671
- Generator enhancements by @Mark90 in #674
- Update uvicorn[standard] requirement from ~=0.29.0 to ~=0.30.1 by @dependabot in #675
- Update processes and subscriptions list invalidation dict with { id: "LIST" } by @tjeerddie in #679
- Bump orjson from 3.10.3 to 3.10.5 by @dependabot in #680
New Contributors
- @wouter1975 made their first contribution in #655
- @mdvz0r made their first contribution in #660
- @Josephine-Rutten made their first contribution in #672
Full Changelog: 2.2.2...2.3.0
2.3.0rc6
What's Changed
- Update uvicorn[standard] requirement from ~=0.29.0 to ~=0.30.1 by @dependabot in #675
- Update processes and subscriptions list invalidation dict with { id: "LIST" } by @tjeerddie in #679
- Bump orjson from 3.10.3 to 3.10.5 by @dependabot in #680
Full Changelog: 2.3.0rc5...2.3.0rc6
2.3.0rc5
What's Changed
- Add functions to backfill new resource types and delete them by @Josephine-Rutten in #672
- Fix returning wrong pending steps if StepList was altered by @dmarjenburgh in #673
- send Invalidate cache of subscription/s through websocket by @tjeerddie in #671
- Generator enhancements by @Mark90 in #674
New Contributors
- @Josephine-Rutten made their first contribution in #672
Full Changelog: 2.3.0rc4...2.3.0rc5
2.3.0rc4
What's Changed
- Improved processes filtering and sorting by @dmarjenburgh in #647
- rebased ui-docs on current main by @wouter1975 in #655
- Bump sentry-sdk[fastapi] from 2.0.1 to 2.2.0 by @dependabot in #653
- Bump orjson from 3.10.0 to 3.10.3 by @dependabot in #643
- Add process query by @mrijk in #623
- some minor tweaks to the documentation by @mdvz0r in #660
- Docs for workshop by @pboers1988 in #661
- Implement Sec-Websocket-Protocol negotiation by @Mark90 in #662
- Fix failing websocket and cli generator tests by @tjeerddie in #667
- Add processId to the invalidate cache broadcast of send_process_data_to_websocket by @tjeerddie in #668
- Bump sqlalchemy from 2.0.29 to 2.0.30 by @dependabot in #665
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #666
- Improve subscription caching with domain model endpoint and graphql subscriptions by @tjeerddie in #663
New Contributors
- @wouter1975 made their first contribution in #655
- @mdvz0r made their first contribution in #660
Full Changelog: 2.3.0rc3...2.3.0rc4
2.3.0rc3
What's Changed
- Removing all deprecated endpoints and functions by @pboers1988 in #599
- Refactor OAUTH handling for configurable AuthN and AuthZ by @torkashvand in #608
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #641
Full Changelog: 2.2.2...2.3.0rc3