Releases: umccr/htsget-rs
Releases · umccr/htsget-rs
htsget-lambda-v0.4.16
Other
- major dep updates, rustls 0.21 -> 0.23, http 0.2 -> 1, reqwest 0.11 -> 0.12, noodles 0.65 -> 0.74 + minor bumps for other crates depending on these.
- Merge branch 'main' of https://github.com/umccr/htsget-rs into mio_h2_bump
htsget-http-v0.4.14
Other
- major dep updates, rustls 0.21 -> 0.23, http 0.2 -> 1, reqwest 0.11 -> 0.12, noodles 0.65 -> 0.74 + minor bumps for other crates depending on these.
- Merge branch 'main' of https://github.com/umccr/htsget-rs into mio_h2_bump
htsget-config-v0.10.0
Other
- major dep updates, rustls 0.21 -> 0.23, http 0.2 -> 1, reqwest 0.11 -> 0.12, noodles 0.65 -> 0.74 + minor bumps for other crates depending on these.
- Merge branch 'main' of https://github.com/umccr/htsget-rs into mio_h2_bump
htsget-actix-v0.6.1
Other
- major dep updates, rustls 0.21 -> 0.23, http 0.2 -> 1, reqwest 0.11 -> 0.12, noodles 0.65 -> 0.74 + minor bumps for other crates depending on these.
- Merge branch 'main' of https://github.com/umccr/htsget-rs into mio_h2_bump
htsget-test-v0.6.0
Fixed
- (test) remove unused feature flag
Other
- update MSRV
- (refactor) convert unwraps to Results inside concat module
- (search) additional chr11 and chr20 byte ranges tests for bam and cram
- all range tests now concatenate bytes, update CRAM files
- Merge branch 'main' of https://github.com/umccr/htsget-rs into test/concat-responses
- (deps) update noodles to 0.65
htsget-search-v0.7.0
Added
- remove blacklisted_headers also from UrlStorage GET and HEAD requests.
- UrlStorage forwarded header blacklist
Other
- cargo fmt
- update MSRV
- [breaking] swap out hyper for reqwest to support redirects
- (refactor) convert unwraps to Results inside concat module
- (search) additional chr11 and chr20 byte ranges tests for bam and cram
- all range tests now concatenate bytes, update CRAM files
- Merge branch 'main' of https://github.com/umccr/htsget-rs into test/concat-responses
- (deps) update noodles to 0.65
htsget-lambda-v0.4.15
Other
- update MSRV
- (test) remove server-tests and cors-tests features and create http module
htsget-http-v0.4.13
Other
- update MSRV
htsget-config-v0.9.0
Added
- UrlStorage forwarded header blacklist
Fixed
- (config) clippy warning
Other
- document UrlStorage header_blacklist option
- update MSRV
- (config) update examples and add openssl certificate example
- [breaking] swap out hyper for reqwest to support redirects
- simplify default resolvers and local storage data
- add links
- add full minio example, rearrange location of compose.yml examples
- remove S3 default on s3-storage feature flag, reword docs for compose deployment
- (deps) update noodles to 0.65
htsget-actix-v0.6.0
Other
- update MSRV
- [breaking] swap out hyper for reqwest to support redirects
- (test) remove server-tests and cors-tests features and create http module