Skip to content

Releases: umccr/htsget-rs

htsget-lambda-v0.4.8

05 Sep 05:28
f56ab8a
Compare
Choose a tag to compare

Other

  • update dependencies

htsget-http-v0.4.7

05 Sep 05:23
f56ab8a
Compare
Choose a tag to compare

Other

  • updated the following local packages: htsget-test

htsget-actix-v0.5.2

05 Sep 05:25
f56ab8a
Compare
Choose a tag to compare

Other

htsget-lambda-v0.4.7

23 Aug 02:04
cfcb78d
Compare
Choose a tag to compare

Other

  • update dependencies

htsget-actix-v0.5.1

23 Aug 02:02
cfcb78d
Compare
Choose a tag to compare

Other

  • update dependencies

htsget-test-v0.5.0

11 Jul 05:45
bebe875
Compare
Choose a tag to compare

Added

  • [breaking] implement client tls config
  • [breaking] add server config to certificate key pair
  • [breaking] add stronger types for certificate key pairs
  • introduce cert and key parsing into config

htsget-search-v0.6.0

11 Jul 05:47
bebe875
Compare
Choose a tag to compare

Added

  • move hyper client construction to config and copy it to url storage
  • [breaking] implement client tls config
  • [breaking] add server config to certificate key pair
  • [breaking] add stronger types for certificate key pairs
  • introduce cert and key parsing into config

Other

htsget-lambda-v0.4.6

11 Jul 05:56
bebe875
Compare
Choose a tag to compare

Other

  • update dependencies

htsget-http-v0.4.6

11 Jul 05:49
bebe875
Compare
Choose a tag to compare

Other

  • updated the following local packages: htsget-config, htsget-search, htsget-test

htsget-config-v0.7.0

11 Jul 05:44
bebe875
Compare
Choose a tag to compare

Added

  • move hyper client construction to config and copy it to url storage
  • (config) [breaking] unflatten tls config making it common across all structs that use it
  • [breaking] implement client tls config
  • [breaking] add server config to certificate key pair
  • [breaking] add stronger types for certificate key pairs
  • introduce cert and key parsing into config

Fixed

  • add hyper-rustls for all features

Other

  • (config) update docs for combined TLS config
  • (config) add tls client config test
  • (config) fix tests with new server config structs
  • (config) use parsed certificates and keys directly in tests
  • update for http client config