Releases: umccr/htsget-rs
Releases · umccr/htsget-rs
htsget-config-v0.13.0
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
Other
- update Cargo.lock dependencies
htsget-axum-v0.2.2
chore: Release package htsget-axum version 0.2.2
htsget-actix-v0.7.2
Other
- update Cargo.lock dependencies
htsget-test-v0.7.1
Added
- allow retrieving c4gh keys from secrets manager
htsget-storage-v0.2.1
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
Added
- allow retrieving c4gh keys from secrets manager
Other
- (search) remove unnecessary Arcs and unwraps in test code
htsget-lambda-v0.5.1
Other
- update Cargo.lock dependencies
htsget-http-v0.5.1
Other
- updated the following local packages: htsget-config, htsget-search, htsget-test
htsget-config-v0.12.0
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