Skip to content

Releases: umccr/htsget-rs

htsget-test-v0.6.1

22 May 03:10
76daa65
Compare
Choose a tag to compare

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-search-v0.7.1

22 May 03:11
76daa65
Compare
Choose a tag to compare

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-lambda-v0.4.16

22 May 03:16
76daa65
Compare
Choose a tag to compare

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

22 May 03:13
76daa65
Compare
Choose a tag to compare

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

22 May 03:10
76daa65
Compare
Choose a tag to compare

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

22 May 03:14
76daa65
Compare
Choose a tag to compare

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

20 May 01:32
7955087
Compare
Choose a tag to compare

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

20 May 01:33
7955087
Compare
Choose a tag to compare

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

20 May 01:37
7955087
Compare
Choose a tag to compare

Other

  • update MSRV
  • (test) remove server-tests and cors-tests features and create http module

htsget-http-v0.4.13

20 May 01:34
7955087
Compare
Choose a tag to compare

Other

  • update MSRV