Skip to content

Releases: ga4gh/tool-registry-service-schemas

2.0.1

14 Sep 15:06
Compare
Choose a tag to compare

API changes

  • Service-info
  • Galaxy, Snakemake support
  • Usability
    • Download all workflow descriptors as a zip
    • More filter parameters
  • Optional fields for describing workflow language version of files, checksums for files (as opposed to container images)

Support improvements

  • Build improvements
  • Documentation build system courtesy of James Eddy
  • Pile of dependabot security updates for that system
  • Complete switch to openapi3 (previously auto-generation from swagger)

2.0.1-beta.0

03 Jun 14:43
Compare
Choose a tag to compare
2.0.1-beta.0 Pre-release
Pre-release
  • for public discussion

  • includes service-info, filter by descriptor language

  • transition to openapi 3.0 (which introduces some formatting changes) only as opposed to converted from swagger by swagger2openapi

  • behind the scenes , transition to new doc system, add galaxy

2.0.0

17 Oct 14:56
c343e9c
Compare
Choose a tag to compare

As a brief summary, changes include

Breaking Changes
  • conversion of many parameters and object properties from kebab case (hyphens) to snake case (underscores) to better support Javascript tooling and to better match other GA4GH cloud workstream APIs
  • removal of protobuf support and many of the conversions that were inherited from that choice
  • ToolDescriptor.descriptor is optional if ToolDescriptor.url is provided (21)
  • Some variable name changes to better account for possibility of support for Singularity or other Docker alternatives
  • allow for multiple container images, multiple authors, multiple verification sources for versions of tools
  • the last point is also related to a number of variable name changes suggested by the TRS PRC
Substantial Changes
  • addition of a documentation build system supporting https://ga4gh.github.io/tool-registry-service-schemas/Introduction/ (this site)
  • the addition of Nextflow as a descriptor format
  • /tools/{id}/versions/{version_id}/{type}/files endpoint added to describe all avaliable files for a tool
  • checker workflows (26)
  • process for auto-generation of OpenAPI 3 copy of the schema

2.0.0-beta.5

21 Aug 21:38
Compare
Choose a tag to compare
2.0.0-beta.5 Pre-release
Pre-release

Testing build system

2.0.0-beta.4

21 Aug 20:52
495d967
Compare
Choose a tag to compare
2.0.0-beta.4 Pre-release
Pre-release

testing build system

2.0.0-beta.3

25 Jun 14:14
01fd220
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release
Feature/feature/fix tooling attempt 2 (#88)

* Try something completely different

* WS-2019-0032  WS-2019-0063

2.0.0-beta.2

09 Aug 15:06
c7fc9a1
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.1

02 Apr 20:59
0783570
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

Auto-generated OpenAPI upon commit
Show checker in Tool

2.0.0-beta.0

28 Mar 20:01
d21a6a6
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release
Adding operationIds (#33)

See  https://github.com/ga4gh/dockstore/issues/1210

2.0.0-alpha.0

07 Mar 16:27
262402f
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release
Merge pull request #32 from ga4gh/feature/1160/grammarFormatting

General formatting/grammar