htsget-config: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
htsget-actix: 0.4.1 -> 0.4.2 (✓ API compatible changes)
htsget-http: 0.4.1 -> 0.4.2 (✓ API compatible changes)
htsget-search: 0.4.1 -> 0.5.0 (⚠️ API breaking changes)
htsget-test: 0.4.1 -> 0.4.2 (✓ API compatible changes)
htsget-lambda: 0.4.1 -> 0.4.2 (✓ API compatible changes)
⚠️ htsget-config breaking changes
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.20.1/src/lints/struct_missing.ron
Failed in:
struct htsget_config::storage::url::Url, previously in file /tmp/.tmpqJ4Qef/htsget-config/src/storage/url.rs:26
⚠️ htsget-search breaking changes
--- failure trait_missing: pub trait removed or renamed ---
Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.20.1/src/lints/trait_missing.ron
Failed in:
trait htsget_search::htsget::search::BinningIndexExt, previously in file /tmp/.tmpqJ4Qef/htsget-search/src/htsget/search.rs:591
Changelog
## `htsget-config`
## [0.6.0](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.5.0...htsget-config-v0.6.0) - 2023-06-08
### 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`
## [0.4.2](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.4.1...htsget-actix-v0.4.2) - 2023-06-08
### 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-http`
## [0.4.2](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.1...htsget-http-v0.4.2) - 2023-06-08
### Other
- remove unused dependencies and update msrv
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
## `htsget-search`
## [0.5.0](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.4.1...htsget-search-v0.5.0) - 2023-06-08
### 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-test`
## [0.4.2](https://github.com/umccr/htsget-rs/compare/htsget-test-v0.4.1...htsget-test-v0.4.2) - 2023-06-08
### 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-lambda`
## [0.4.2](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.1...htsget-lambda-v0.4.2) - 2023-06-08
### Other
- remove unused dependencies and update msrv
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
🤖 New release
htsget-config
: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)htsget-actix
: 0.4.1 -> 0.4.2 (✓ API compatible changes)htsget-http
: 0.4.1 -> 0.4.2 (✓ API compatible changes)htsget-search
: 0.4.1 -> 0.5.0 (⚠️ API breaking changes)htsget-test
: 0.4.1 -> 0.4.2 (✓ API compatible changes)htsget-lambda
: 0.4.1 -> 0.4.2 (✓ API compatible changes)⚠️
htsget-config
breaking changes⚠️
htsget-search
breaking changesChangelog
## `htsget-config`
## `htsget-actix` ## `htsget-http` ## `htsget-search` ## `htsget-test` ## `htsget-lambda`This PR was generated with release-plz.