Skip to content

Latest commit

 

History

History
481 lines (282 loc) · 30.2 KB

CHANGELOG.md

File metadata and controls

481 lines (282 loc) · 30.2 KB

Changelog

[Unreleased]

  • Migrate most sqlalchemy queries to v2 functions
    • Moved WorkflowTable.find_by_name to orchestrator.services.workflows.get_workflow_by_name

[2.0.0]

  • Migrated to Pydantic v2

[1.3.6]

  • Implement search query resolvers for various models [#288]

[1.3.5]

  • Refactor SQLAlchemy queries to use v2 select statements in graphql resolvers [#386]
  • Refactoring of callback steps
  • Add TASK_LOG_RETENTION_DAYS env setting
  • Add list of steps to workflow endpoints
  • Add stateDelta information to process steps in graphql
  • Add inUseByRelations data to subscription.productBlockInstances
  • Added generic parser to support complex search queries [#413]
  • Several other fixes

[1.3.1]

  • Added support for asynchronous callback_steps #297

[1.2.0]

  • Removed the opentelemetry dependancy and added warnings to function calls
  • Renamed an error classes and added warnings

[1.1.0]

Breaking change

  • Changed settings.CACHE_HOST and settings.CACHE_PORT to settings.CACHE_URI
  • Add support for subscription metadata #266

[1.0.2]

  • Allow user to extend the default translation set, instead of overwriting everything
  • Return worker status information in the /api/settings/worker-status endpoint

0.4.0-rc1 (2022-03-08)

Full Changelog

Merged pull requests:

  • 1319 rename parent_id and child_id of product block relation to in_use_by_id and dependent_on_id #107 (github-actions[bot])

0.3.8 (2022-03-08)

Full Changelog

Merged pull requests:

0.3.8-rc2 (2022-03-04)

Full Changelog

Merged pull requests:

0.3.8-rc1 (2022-03-01)

Full Changelog

Closed issues:

  • Allow self-referencing product blocks #108

Merged pull requests:

0.3.7 (2022-02-28)

Full Changelog

Merged pull requests:

0.3.6 (2022-02-21)

Full Changelog

Merged pull requests:

0.3.5 (2022-02-16)

Full Changelog

Merged pull requests:

0.3.4 (2022-02-14)

Full Changelog

Merged pull requests:

0.3.3 (2022-02-08)

Full Changelog

Merged pull requests:

0.3.3-rc2 (2022-02-02)

Full Changelog

Merged pull requests:

  • Remove missing_product_blocks check in diff_product_in_database #89 (tjeerddie)

0.3.3-rc1 (2022-01-31)

Full Changelog

Merged pull requests:

0.3.3-rc (2022-01-31)

Full Changelog

Merged pull requests:

0.3.2 (2022-01-17)

Full Changelog

Merged pull requests:

0.3.1 (2022-01-17)

Full Changelog

Merged pull requests:

0.3.0 (2022-01-17)

Full Changelog

Merged pull requests:

0.3.0-rc1 (2021-12-22)

Full Changelog

Merged pull requests:

0.2.3 (2021-11-16)

Full Changelog

Merged pull requests:

0.2.2 (2021-11-08)

Full Changelog

Merged pull requests:

0.2.1 (2021-11-03)

Full Changelog

Merged pull requests:

0.2.0 (2021-10-25)

Full Changelog

Merged pull requests:

0.1.0 (2021-10-22)

Full Changelog

Fixed bugs:

  • Following the README for dev setup installs a lot of packages outside your venv #17

Closed issues:

  • Some doc entries mention Flask #2

Merged pull requests:

0.0.21 (2021-09-22)

Full Changelog

0.1.1 (2021-09-15)

Full Changelog

Merged pull requests:

0.0.20 (2021-08-05)

Full Changelog

Merged pull requests:

0.0.19 (2021-07-19)

Full Changelog

Merged pull requests:

0.0.18 (2021-07-09)

Full Changelog

Merged pull requests:

0.0.17 (2021-06-09)

Full Changelog

Merged pull requests:

0.0.16 (2021-05-12)

Full Changelog

Merged pull requests:

0.0.15 (2021-05-10)

Full Changelog

Merged pull requests:

0.0.14 (2021-04-29)

Full Changelog

Merged pull requests:

  • Upgrade lib oauth to 1.0.4 and Sqlalchemy to 1.3.24 #12 (acidjunk)

0.0.13 (2021-04-26)

Full Changelog

Merged pull requests:

0.0.12 (2021-04-08)

Full Changelog

Merged pull requests:

0.0.11 (2021-04-06)

Full Changelog

0.0.10 (2021-04-01)

Full Changelog

0.0.9 (2021-03-31)

Full Changelog

Merged pull requests:

  • Improve error handling #6 (hmvp)

0.0.8 (2021-03-31)

Full Changelog

Merged pull requests:

  • Add get_relations function for subscriptions #5 (freezas)

0.0.7 (2021-03-30)

Full Changelog

0.0.6 (2021-03-30)

Full Changelog

0.0.5 (2021-03-30)

Full Changelog

0.0.4 (2021-03-30)

Full Changelog

0.0.3 (2021-03-25)

Full Changelog

0.0.2 (2021-03-25)

Full Changelog

Merged pull requests:

0.0.2rc11 (2021-03-24)

Full Changelog

0.0.2rc10 (2021-03-24)

Full Changelog

0.0.2rc9 (2021-03-24)

Full Changelog

0.0.2rc8 (2021-03-23)

Full Changelog

0.0.2rc6 (2021-03-23)

Full Changelog

0.0.2rc5 (2021-03-22)

Full Changelog

0.0.2rc4 (2021-03-22)

Full Changelog

0.0.2-rc3 (2021-03-18)

Full Changelog

0.0.2-rc2 (2021-03-03)

Full Changelog

0.0.2-rc1 (2021-02-25)

Full Changelog

Merged pull requests:

  • feat: Add methods to helpers.py to simplify data migrations #1 (howderek)

0.0.1-rc3 (2021-02-24)

Full Changelog

0.0.1-rc2 (2021-02-24)

Full Changelog

0.0.1-rc1 (2021-02-24)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator