Releases: ga4gh/tool-registry-service-schemas
Releases · ga4gh/tool-registry-service-schemas
2.0.1
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
-
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
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
Testing build system
2.0.0-beta.4
testing build system
2.0.0-beta.3
Feature/feature/fix tooling attempt 2 (#88) * Try something completely different * WS-2019-0032 WS-2019-0063
2.0.0-beta.2
- see #49
2.0.0-beta.1
Auto-generated OpenAPI upon commit
Show checker in Tool
2.0.0-beta.0
Adding operationIds (#33) See https://github.com/ga4gh/dockstore/issues/1210
2.0.0-alpha.0
Merge pull request #32 from ga4gh/feature/1160/grammarFormatting General formatting/grammar