From 6a7c41cc65b3421952c22e7ab7d5da9a74e45f20 Mon Sep 17 00:00:00 2001 From: Jeremy Adams Date: Thu, 19 May 2022 13:23:20 -0400 Subject: [PATCH] increment version and changelog --- README.md | 5 +++++ build.gradle | 2 +- .../starterkit/drs/constant/DrsServiceInfoDefaults.java | 2 +- src/test/resources/responses/service-info/show/00.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 693e992..8db5743 100644 --- a/README.md +++ b/README.md @@ -186,5 +186,10 @@ Multiple datasets are currently contained in this repo for development and testi ## Changelog +### v0.3.0 +* DRS object batch requests +* Passport support - Passport mediated auth to DRS objects (using Starter Kit implementation of Passports) +* Auth info - Discover Passport broker(s) and visa(s) for requested controlled access DRS Objects (single object and bulk request) + ### v0.2.2 * patched log4j dependencies to v2.16.0 to avoid [Log4j Vulnerability](https://www.cisa.gov/uscert/apache-log4j-vulnerability-guidance) \ No newline at end of file diff --git a/build.gradle b/build.gradle index 3bd8bf2..108e01d 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ configurations.all { archivesBaseName = 'ga4gh-starter-kit-drs' group 'org.ga4gh' -version '0.2.2' +version '0.3.0' repositories { // Use jcenter for resolving dependencies. diff --git a/src/main/java/org/ga4gh/starterkit/drs/constant/DrsServiceInfoDefaults.java b/src/main/java/org/ga4gh/starterkit/drs/constant/DrsServiceInfoDefaults.java index a1af528..ab906ae 100644 --- a/src/main/java/org/ga4gh/starterkit/drs/constant/DrsServiceInfoDefaults.java +++ b/src/main/java/org/ga4gh/starterkit/drs/constant/DrsServiceInfoDefaults.java @@ -54,7 +54,7 @@ public class DrsServiceInfoDefaults { /** * Default service version */ - public static final String VERSION = "0.2.2"; + public static final String VERSION = "0.3.0"; /** * Default service organization name diff --git a/src/test/resources/responses/service-info/show/00.json b/src/test/resources/responses/service-info/show/00.json index 515a7a5..e8f1037 100644 --- a/src/test/resources/responses/service-info/show/00.json +++ b/src/test/resources/responses/service-info/show/00.json @@ -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:info@ga4gh.org","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.2.2","type":{"group":"org.ga4gh","artifact":"drs","version":"1.1.0"},"organization":{"name":"Global Alliance for Genomics and Health","url":"https://ga4gh.org"}} \ No newline at end of file +{"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:info@ga4gh.org","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.0","type":{"group":"org.ga4gh","artifact":"drs","version":"1.1.0"},"organization":{"name":"Global Alliance for Genomics and Health","url":"https://ga4gh.org"}} \ No newline at end of file