Skip to content

Releases: sapporo-wes/sapporo-service

2.0.5

13 Oct 10:07
Compare
Choose a tag to compare

Full Changelog: 2.0.4...2.0.5

2.0.4

08 Oct 09:52
Compare
Choose a tag to compare
  • 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

25 Sep 05:08
Compare
Choose a tag to compare

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

17 Jul 18:07
Compare
Choose a tag to compare
  • Fix error to use sapporo via pip install

Full Changelog: 2.0.1...2.0.2

2.0.1

16 Jul 13:38
Compare
Choose a tag to compare
  • 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
  • Fixed pytest for GH Actions

Full Changelog: 2.0.0...2.0.1

2.0.0

09 Jul 07:12
Compare
Choose a tag to compare

1.7.1

26 Apr 09:06
Compare
Choose a tag to compare
  • Add OIDC auth support

Full Changelog: 1.7.0...1.7.1

1.7.0

08 Apr 05:41
Compare
Choose a tag to compare

What's Changed

  • WES 1.1.0 by @ericenns in #38
    • The workflow_engine_name parameter in run_request has been changed to workflow_engine.
    • As for supported_wes_versions, it has been updated to sapporo-wes-1.1.0. Please make sure to check GET /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.

New Contributors

Full Changelog: 1.6.2...1.7.0

1.6.2

04 Mar 11:13
Compare
Choose a tag to compare

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

04 Feb 10:00
Compare
Choose a tag to compare
  • 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