Releases: umccr/htsget-rs
Releases · umccr/htsget-rs
htsget-actix-v0.7.1
Other
- update Cargo.lock dependencies
htsget-test-v0.7.0
Added
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Other
- (deps) bump noodles and tower
- remove
ObjectType
in favour of a more flattened config hierarchy - rename type to backend and clarify experimental feature flag
- [breaking] make storage config more explicit
- bump noodles and other dependencies
- [breaking] rename c4gh-experimental to experimental
- (storage) add c4gh storage tests
- add more server tests and fix Dockerfile.dockerignore
- [breaking] remove htsget-lambda library code and replace with axum router
htsget-storage-v0.2.0
Added
- (storage) allow S3 and Url storage to use C4GHStorage
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Fixed
- (storage) make overflow handling more robust
- build errors with conditional flags
Other
- (deps) bump noodles and tower
- remove
ObjectType
in favour of a more flattened config hierarchy - rename type to backend and clarify experimental feature flag
- (config) slight adjustment to reduce conditionally compiled code branches
- [breaking] make storage config more explicit
- (config) [breaking] remove object type and specify keys directly
- [breaking] rename c4gh-experimental to experimental
- [breaking] split out storage lib.rs into another types.rs module
- (storage) add c4gh storage tests
- (storage) use preprocess and postprocess for C4GH storage instead of Arc<Mutex<..>>
- [breaking] allow mutable search trait, use way less Arcs and clones
htsget-search-v0.9.0
Added
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Other
- (deps) bump noodles and tower
- remove
ObjectType
in favour of a more flattened config hierarchy - rename type to backend and clarify experimental feature flag
- [breaking] make storage config more explicit
- bump noodles and other dependencies
- [breaking] rename c4gh-experimental to experimental
- [breaking] split out storage lib.rs into another types.rs module
- (storage) use preprocess and postprocess for C4GH storage instead of Arc<Mutex<..>>
- [breaking] allow mutable search trait, use way less Arcs and clones
htsget-lambda-v0.5.0
Added
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Fixed
- explicitly choose aws_lc_rs as the crypto provider
Other
- (deps) bump noodles and tower
- rename type to backend and clarify experimental feature flag
- [breaking] rename c4gh-experimental to experimental
- Merge pull request #259 from umccr/release-plz-2024-09-03T01-36-36Z
- add more server tests and fix Dockerfile.dockerignore
- [breaking] remove htsget-lambda library code and replace with axum router
htsget-http-v0.5.0
Added
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Other
- remove
ObjectType
in favour of a more flattened config hierarchy - rename type to backend and clarify experimental feature flag
- [breaking] make storage config more explicit
- [breaking] rename c4gh-experimental to experimental
- [breaking] allow mutable search trait, use way less Arcs and clones
htsget-config-v0.11.0
Added
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Fixed
- explicitly choose aws_lc_rs as the crypto provider
Other
- (deps) bump noodles and tower
- remove
ObjectType
in favour of a more flattened config hierarchy - rename type to backend and clarify experimental feature flag
- (config) slight adjustment to reduce conditionally compiled code branches
- [breaking] make storage config more explicit
- (config) [breaking] remove object type and specify keys directly
- bump noodles and other dependencies
- [breaking] rename c4gh-experimental to experimental
- add more server tests and fix Dockerfile.dockerignore
htsget-axum-v0.2.0
chore: Release package htsget-axum version 0.2.0
htsget-actix-v0.7.0
Added
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
Fixed
- explicitly choose aws_lc_rs as the crypto provider
Other
- rename type to backend and clarify experimental feature flag
- [breaking] rename c4gh-experimental to experimental
- [breaking] allow mutable search trait, use way less Arcs and clones
- Merge pull request #259 from umccr/release-plz-2024-09-03T01-36-36Z
- [breaking] remove htsget-lambda library code and replace with axum router
htsget-search-v0.8.1
Other
- release