Releases: umccr/htsget-rs
Releases · umccr/htsget-rs
htsget-lambda-v0.4.8
Other
- update dependencies
htsget-http-v0.4.7
Other
- updated the following local packages: htsget-test
htsget-actix-v0.5.2
Other
- bump up deploy packages, also solves CVE-2023-35165 and CVE-2022-25883
htsget-lambda-v0.4.7
Other
- update dependencies
htsget-actix-v0.5.1
Other
- update dependencies
htsget-test-v0.5.0
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
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
- Merge branch 'main' of https://github.com/umccr/htsget-rs into fix/http1
htsget-lambda-v0.4.6
Other
- update dependencies
htsget-http-v0.4.6
Other
- updated the following local packages: htsget-config, htsget-search, htsget-test
htsget-config-v0.7.0
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