Releases: icgc-argo/workflow-api
Releases · icgc-argo/workflow-api
2.6.0
!!! BREAKING CHANGES !!!
- New GQL query response format to support better paging and sort (full details found in
src/main/resources/schema.graphqls
), this is only a top-level change, theRun
andTask
entities response remains unchanged :
Excerpt from Schema
type SearchResultInfo {
contentCount: String!
hasNextFrom: String!
totalHits: String!
}
type RunsSearchResult {
content: [Run!]
info: SearchResultInfo!
}
New Features
- New Aggregation query in GQL (currently only counts, plans for expansion in future releases):
type AggregationResult {
totalHits: String!
}
2.5.0
2.4.0
2.2.0
- Endpoint security via
secure | !secure
run profiles, configurable to JWT scopes (works in GQL as well) - Additional fields now index for Task documents
- Workflow document
duration
field changed fromInteger
toLong
(re-index required) MultiMatchQueryBuilder
when providing multiple analysis id's requires 100% match- Jenkins helm chart bump
- Copyright notice file header