Skip to content

Releases: umccr/htsget-rs

htsget-config-v0.13.0

24 Jan 10:05
9b81bf1
Compare
Choose a tag to compare

Added

  • [breaking] implement encryption scheme logic in storage
  • (config) remove a few usages of cfg and add defaults
  • add encryption scheme to http and config crates
  • (config) add cargo package filled service info fields
  • [breaking] add pre-filled package info, description and repository url to the service info endpoint
  • (config) implement path-based locations

Fixed

  • (config) parser should ignore HTSGET_CONFIG because that gets picked up by the clap Args parser
  • (config) locations prefix should not be appended to the id so that there is not a double prefix
  • service info group, artifact and version, and add flexibility in configuration

Other

  • add test for encryption scheme flag
  • [breaking] remove deploy directory in favour of https://github.com/umccr/htsget-deploy, keep docker inside docker directory
  • (config) add details to service_info config specifying custom values and overriding defaults
  • (config) add test for service info
  • use --all-features in config examples
  • rename s3-storage to aws and url-storage to url
  • (config) ensure all examples and example files are working
  • update docs for path-based and regex config
  • move cors into advanced and add support for mirrored headers and methods
  • add location concept and move advanced config to its own module
  • grammar and typos
  • fix new clippy warnings
  • re-word and simplify, add quick starts where applicable

htsget-lambda-v0.5.2

22 Nov 02:48
5b90c70
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

htsget-axum-v0.2.2

22 Nov 02:46
5b90c70
Compare
Choose a tag to compare
chore: Release package htsget-axum version 0.2.2

htsget-actix-v0.7.2

22 Nov 02:47
5b90c70
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

htsget-test-v0.7.1

17 Oct 01:15
fb92e89
Compare
Choose a tag to compare

Added

  • allow retrieving c4gh keys from secrets manager

htsget-storage-v0.2.1

17 Oct 01:16
fb92e89
Compare
Choose a tag to compare

Added

  • allow retrieving c4gh keys from secrets manager

Fixed

  • (storage) ensure c4gh data is read after determining the header size

Other

  • (search) remove unnecessary Arcs and unwraps in test code

htsget-search-v0.9.1

17 Oct 01:17
fb92e89
Compare
Choose a tag to compare

Added

  • allow retrieving c4gh keys from secrets manager

Other

  • (search) remove unnecessary Arcs and unwraps in test code

htsget-lambda-v0.5.1

17 Oct 01:22
fb92e89
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

htsget-http-v0.5.1

17 Oct 01:18
fb92e89
Compare
Choose a tag to compare

Other

  • updated the following local packages: htsget-config, htsget-search, htsget-test

htsget-config-v0.12.0

17 Oct 01:15
fb92e89
Compare
Choose a tag to compare

Added

  • (config) allow retrieving secret from binary or string
  • allow retrieving c4gh keys from secrets manager

Fixed

  • (storage) ensure c4gh data is read after determining the header size

Other

  • (deploy) add options to deploy C4GH keys to secrets manager
  • (config) add section on using Secrets Manager to fetch keys