Skip to content

Releases: CanDIG/htsget_app

v4.2.2: authorize by cohort, not by sample

25 Oct 02:15
068cb86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1: pick up database connection fixes

10 Oct 20:41
5ee8a70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

4.2.0: Updates to logging, auth, server

04 Oct 22:27
07de505
Compare
Choose a tag to compare

No user-facing changes, but lots of fixes under the hood.

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0: pick up authx changes, add get_cohort_samples

02 May 02:23
417180f
Compare
Choose a tag to compare

Highlights

  • Updated methods to use latest version of Opa/authx methods and fixed tests
  • Added get_cohort_samples to htsget_operations

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0: Async indexing, service token

05 Mar 20:56
02c1c93
Compare
Choose a tag to compare

Summary of Changes

  • Indexing changed to asynchronous task
  • Adds service token support for Query
  • Switched to hg38 for integration tests
  • Query beacon results only return authorized results now

What's Changed

  • DIG-1382, DIG-1384: query uses a service token with htsget by @daisieh in #282
  • Switch hg37 to hg38 for the integration tests by @OrdiNeu in #283
  • DIG-1459: Async indexing by @daisieh in #285
  • DIG-1376 :Update GH Action to improve PR title and description by @mshadbolt in #286
  • DIG-1463: Verify existence of genomic files by @daisieh in #287
  • Reverting #239: Remove variantfile's optional genomic_id field by @daisieh in #288
  • Fix Dispatch Action by @mshadbolt in #289
  • DIG-1486, DIG-1487: Informative handling of indexing failures by @daisieh in #290
  • Wait for indexing before continuing the test_index_variantfile test by @OrdiNeu in #291
  • bug fix: when forcing indexing, mark the indexed bit as 0 by @daisieh in #292
  • hotfix: biosampleId includes cohort, as documented in beacon yaml by @daisieh in #294
  • DIG-1404: add variants and reads to sample by @daisieh in #293
  • DIG-1511: Query beacon results should only return authorized results by @daisieh in #295

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0: new authx, small fixes

01 Feb 03:58
e745990
Compare
Choose a tag to compare

What's Changed

  • v2.2.0: SampleDrsObjects are MoH SampleRegistrations by @daisieh in #265
  • Stable update v3.0.0: Completeness stats, data deletion, Postgres, and refactoring by @OrdiNeu in #276
  • fixing up some commit diffs by @daisieh in #277
  • hotfix: crai has four letters in the index by @daisieh in #278
  • DIG-1377: Be consistent in our use of candig user inside containers by @OrdiNeu in #279
  • DIG-1169: Update to new vault-based auth methods by @daisieh in #281

Full Changelog: v3.0.0...v3.1.0

v3.0.0: Completeness stats, data deletion, Postgres, and refactoring

09 Nov 22:38
8b42ea6
Compare
Choose a tag to compare

Summary

Support for completeness stats and deleting datasets, as well as a change from Alpine to Debian and from SQLite to Postgres

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0: Clarify relationship between MoH samples and genomic data objects

21 Jul 18:41
d3395a7
Compare
Choose a tag to compare

The connections between MoH samples and genomic data objects are clarified here: each genomic data object can contain references to several MoH samples, which are represented by SampleDrsObjects.

What's Changed

  • change license to lgpl-3 by @kcranston in #263
  • DIG-1252: add submitter_sample_id information to genomic drs objects by @daisieh in #264

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

29 May 18:56
c92359e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

camelCase parameters for POST

04 May 17:38
10a3e40
Compare
Choose a tag to compare

What's Changed

  • requestParams come in as camelCase and need to be converted by @daisieh in #259

Full Changelog: v2.0.0...v2.0.1