Skip to content

Commit

Permalink
Merge pull request #77 from ga4gh/release/0.3.2
Browse files Browse the repository at this point in the history
Release 0.3.2 into develop
  • Loading branch information
yash-puligundla authored Oct 14, 2022
2 parents 84bf866 + 20a53bb commit 9812b37
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

Part of the GA4GH Starter Kit. Open source reference implementation of the GA4GH [Data Repository Service (DRS) specification](https://github.com/ga4gh/data-repository-service-schemas)

### Note:
The current Starter Kit DRS has some experimental features added to it. It does not match any published DRS Specification. We refer to this version as `1.3.0experimental` in the starter kit documentation.

This starter Kit will be re-visited and updated once the new DRS specification is released.
## Running the DRS service

### Docker
Expand Down Expand Up @@ -189,6 +193,9 @@ Multiple datasets are currently contained in this repo for development and testi
- see the [datasets page](./DATASETS.md#Phenopackets) for a list of `DRS IDs` for `DrsObjects` in the Phenopackets dataset

## Changelog
### v0.3.2

* Update the DRS specification version from `1.1.0` to `1.3.0experimental` in the service-info response and in the documentation.

### v0.3.1

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configurations.all {

archivesBaseName = 'ga4gh-starter-kit-drs'
group 'org.ga4gh'
version '0.3.1'
version '0.3.2'

repositories {
// Use jcenter for resolving dependencies.
Expand Down Expand Up @@ -102,4 +102,4 @@ jacocoTestReport {
xml.enabled = true
html.enabled = true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class DrsServiceInfoDefaults {
/**
* Default service version
*/
public static final String VERSION = "0.3.1";
public static final String VERSION = "0.3.2";

/**
* Default service organization name
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/responses/service-info/show/00.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"org.ga4gh.starterkit.drs","name":"GA4GH Starter Kit DRS Service","description":"An open source, community-driven implementation of the GA4GH Data Repository Service (DRS) API specification.","contactUrl":"mailto:[email protected]","documentationUrl":"https://github.com/ga4gh/ga4gh-starter-kit-drs","createdAt":"2020-01-15T12:00:00Z","updatedAt":"2020-01-15T12:00:00Z","environment":"test","version":"0.3.1","type":{"group":"org.ga4gh","artifact":"drs","version":"1.3.0experimental"},"organization":{"name":"Global Alliance for Genomics and Health","url":"https://ga4gh.org"}}
{"id":"org.ga4gh.starterkit.drs","name":"GA4GH Starter Kit DRS Service","description":"An open source, community-driven implementation of the GA4GH Data Repository Service (DRS) API specification.","contactUrl":"mailto:[email protected]","documentationUrl":"https://github.com/ga4gh/ga4gh-starter-kit-drs","createdAt":"2020-01-15T12:00:00Z","updatedAt":"2020-01-15T12:00:00Z","environment":"test","version":"0.3.2","type":{"group":"org.ga4gh","artifact":"drs","version":"1.3.0experimental"},"organization":{"name":"Global Alliance for Genomics and Health","url":"https://ga4gh.org"}}

0 comments on commit 9812b37

Please sign in to comment.