Skip to content

Releases: CHIMEFRB/workflow

v1.1.0

18 Jun 22:58
452bc0d
Compare
Choose a tag to compare

1.1.0 (2024-06-18)

Miscellaneous Chores

v1.0.1

18 Jun 21:34
b9390bd
Compare
Choose a tag to compare

1.0.1 (2024-06-18)

Bug Fixes

  • cli: workspace set fix when passing path (2d9ab04)
  • json-schema: added default mode as serialization (5587cf7)

Documentation

  • readme: added readme, moved docs to workflow-docs repo, consolidated test configs to pyproject (20ba2b2)
  • readme: formatting (3681bd1)
  • readme: update (06f9a45)

v1.0.0

18 Jun 01:24
f478c28
Compare
Choose a tag to compare

1.0.0 (2024-06-18)

⚠ BREAKING CHANGES

  • http: work object by default only instantiates a buckets connection in the http context
  • workspace: this change marks a departure from multiple config files and assumed that default workspace is always set

Features

  • http: httpcontext now supports requesting individual backends (569d502)
  • workspace: consolidated all workflow settings under single workspace file (3f616ab)

Bug Fixes

  • http: removed the clients dependency read workspace (afd2273)
  • utils: reading workspace from a url now properly works (ac6f890)
  • workspace: fixed spelling error (a52c9ca)
  • workspace: fixed urls for dev workspace (e789499)
  • work: work now attemps to reuse http context (7df33e4)

v0.10.0

13 Jun 18:58
eeb6aef
Compare
Choose a tag to compare

0.10.0 (2024-06-13)

Features

  • client: the http client now accepts either a str | List[str] as argument for baseurls (460a731)

Bug Fixes

  • github-actions: fix for tests (80f8b26)

v0.9.1

12 Jun 19:44
e5b6079
Compare
Choose a tag to compare

0.9.1 (2024-06-12)

Bug Fixes

  • run.py: fixing error when runspace is provided (#54) (2a0f262)

v0.9.0

12 Jun 19:23
f3ee0ba
Compare
Choose a tag to compare

0.9.0 (2024-06-12)

Features

  • github-actions: added deployment action to publish docker containers (1c5d71c)
  • results: added workflow results API & CLI (0d20eaf)
  • workflow: updates to tests, and general api cleanup (644a744)

Bug Fixes

  • dockerfile: fixes (cdf4004)
  • github-actions: added debug ssh session (bce85d6)

v0.8.2

07 Jun 19:23
fc959da
Compare
Choose a tag to compare

0.8.2 (2024-06-07)

Bug Fixes

  • release-please: fixes for release please config linting (b285de4)

v0.8.1

07 Jun 18:59
d0566ec
Compare
Choose a tag to compare

0.8.1 (2024-06-07)

Bug Fixes

  • release: fixed the release-please action config (eb0411c)

v0.8.0

07 Jun 02:50
008e69d
Compare
Choose a tag to compare

0.8.0 (2024-06-07)

Features

  • python: working build for py38,py39,py310 (6c0b3ef)

v0.7.0

06 Jun 20:06
f5751aa
Compare
Choose a tag to compare

0.7.0 (2024-06-06)

Features

  • cli: multiple buckets + runspace (#47) (817e125)