Releases: umccr/htsget-rs
Releases · umccr/htsget-rs
htsget-search-v0.5.0
Other
- nightly clippy suggestions
- remove unused dependencies and update msrv
- use http::Uri directly in config
- (search) swap out reqwest for hyper
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
- update noodles, remove repeated code in search
htsget-lambda-v0.4.2
Other
- remove unused dependencies and update msrv
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
htsget-http-v0.4.2
Other
- remove unused dependencies and update msrv
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
htsget-config-v0.6.0
Other
- nightly clippy suggestions
- (config) avoid double new type struct by using named inner field and transparent container attribute
- use http::Uri directly in config
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
- update noodles, remove repeated code in search
htsget-actix-v0.4.2
Other
- remove unused dependencies and update msrv
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
- update noodles, remove repeated code in search
htsget-test-v0.4.1
Other
- updated the following local packages: htsget-config
htsget-lambda-v0.4.1
Other
- add debug line for config when starting server
htsget-http-v0.4.1
Other
- updated the following local packages: htsget-config
htsget-config-v0.5.0
Fixed
- (config) add default values to url storage
Other
- add example config files
htsget-actix-v0.4.1
Fixed
- (actix) incorrect feature flags
Other
- add debug line for config when starting server