Skip to content

Releases: umccr/htsget-rs

htsget-storage-v0.5.0

25 Sep 09:47
ef55c9d

Choose a tag to compare

Added

  • [breaking] add on-disk caching layer to all client requests within the server

htsget-search-v0.12.0

25 Sep 09:48
ef55c9d

Choose a tag to compare

Added

  • use prefix, id or regex based location to match authorization
  • [breaking] add id-based simple location and rework prefix

Other

  • regenerate docs and adjust json schema definition

htsget-http-v0.7.4

25 Sep 09:50
ef55c9d

Choose a tag to compare

Added

  • use prefix, id or regex based location to match authorization
  • (config) add dynamic location option for authorization rules
  • implement extension forwarding logic from Lambda events
  • implement header forwarding logic
  • implement new config options and refactor code for already used options
  • (config) start splitting out JWT authorization/authentication

Other

  • regenerate docs and adjust json schema definition
  • update tests based on new auth config
  • Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/generalized-auth

htsget-config-v0.18.0

25 Sep 09:46
ef55c9d

Choose a tag to compare

Added

  • use prefix, id or regex based location to match authorization
  • (config) add dynamic location option for authorization rules
  • [breaking] add id-based simple location and rework prefix
  • implement extension forwarding logic from Lambda events
  • implement header forwarding logic
  • implement new config options and refactor code for already used options
  • (config) start splitting out JWT authorization/authentication

Fixed

  • misnamed feature-gated struct

Other

  • fix typos
  • fix example config files
  • regenerate docs and adjust json schema definition
  • update tests based on new auth config
  • Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/generalized-auth
  • (config) detach authorization from JWT authentication and add options for generalized authorization flow

htsget-axum-v0.7.0

25 Sep 09:51
ef55c9d

Choose a tag to compare

Added

  • implement extension forwarding logic from Lambda events
  • implement header forwarding logic
  • [breaking] rename tls to http for client config

Other

  • add integration tests for prefix, id and regex

htsget-actix-v0.11.3

25 Sep 09:53
ef55c9d

Choose a tag to compare

Added

  • implement extension forwarding logic from Lambda events

Other

  • add integration tests for prefix, id and regex

htsget-storage-v0.4.4

03 Sep 03:04
176375f

Choose a tag to compare

Other

  • updated the following local packages: htsget-config

htsget-search-v0.11.4

03 Sep 03:05
176375f

Choose a tag to compare

Other

  • updated the following local packages: htsget-config, htsget-storage

htsget-lambda-v0.7.4

03 Sep 03:11
176375f

Choose a tag to compare

Other

  • update Cargo.lock dependencies

htsget-http-v0.7.3

03 Sep 03:06
176375f

Choose a tag to compare

Added

  • add auth logic to post requests and always allow headers to succeed
  • (http) implement suppressing errors in http middleware and get/post routes

Other

  • add more robust start/end range tests and document suppressed errors with diagrams.
  • add header query authorization test