Releases: CHIMEFRB/workflow
Releases · CHIMEFRB/workflow
v1.1.0
1.1.0 (2024-06-18)
Miscellaneous Chores
v1.0.1
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
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
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
0.9.1 (2024-06-12)
Bug Fixes
- run.py: fixing error when runspace is provided (#54) (2a0f262)
v0.9.0
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
0.8.2 (2024-06-07)
Bug Fixes
- release-please: fixes for release please config linting (b285de4)
v0.8.1
0.8.1 (2024-06-07)
Bug Fixes
- release: fixed the release-please action config (eb0411c)
v0.8.0
0.8.0 (2024-06-07)
Features
- python: working build for py38,py39,py310 (6c0b3ef)
v0.7.0
0.7.0 (2024-06-06)
Features