Releases: sapporo-wes/sapporo-service
Releases · sapporo-wes/sapporo-service
2.0.5
Full Changelog: 2.0.4...2.0.5
2.0.4
- 661f72f Remove Cromwell tests that could not pass under any circumstances
- 41da3a9 Fix issue where CORS headers were not being returned properly (#40)
Full Changelog: 2.0.3...2.0.4
2.0.3
In requests, wf_params
were handled as a string (JSON encoded), while in responses, they were treated as a Dict[str, Any]
.
This worked fine as long as wf_params
were consistently in JSON format.
However, depending on the workflow engine, wf_params
may not always adhere to the JSON format.
This update addresses that issue and ensures compatibility across different workflow engines.
Full Changelog: 2.0.2...2.0.3
2.0.2
- Fix error to use sapporo via
pip install
Full Changelog: 2.0.1...2.0.2
2.0.1
- Query Parameter for
GET /runs
endpoint- Added
run_ids
parameter to allow fetching specific runs by their IDs - Added
latest
parameter to ensure the latest state of runs is returned instead of a cached snapshot
- Added
- Fixed pytest for GH Actions
Full Changelog: 2.0.0...2.0.1
2.0.0
1.7.1
- Add OIDC auth support
Full Changelog: 1.7.0...1.7.1
1.7.0
What's Changed
- WES 1.1.0 by @ericenns in #38
- The
workflow_engine_name
parameter inrun_request
has been changed toworkflow_engine
. - As for
supported_wes_versions
, it has been updated tosapporo-wes-1.1.0
. Please make sure to checkGET /service-info
properly. - For compatibility with
sapporo-wes-1.0.1
,workflow_engine_name
is still retained, but it will be deprecated in the future.
- The
New Contributors
Full Changelog: 1.6.2...1.7.0
1.6.2
What's Changed
- Improve to check directory structure by @manabuishii in #36
- Fix the order of upload and generate_ro_crate processes in run.sh in e0cf3af
Full Changelog: 1.6.1...1.6.2
1.6.1
- Fix unit tests
- Fix flake8 error
- Update GitHub Actions wf for Ubuntu 22.04 from 20.04, and update actions scripts version
Full Changelog: 1.6.0...1.6.1