umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
40 stars 9 forks source link

chore: release #213

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

🤖 New release

⚠️ htsget-config breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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-checks/tree/v0.24.2/src/lints/inherent_method_missing.ron

Failed in:
  UrlStorageClient::response_scheme, previously in file /tmp/.tmp7bVaZA/htsget-config/src/storage/url.rs:86
  UrlStorage::response_scheme, previously in file /tmp/.tmp7bVaZA/htsget-config/src/storage/url.rs:148
Changelog

## `htsget-config`

## [0.8.0](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.7.1...htsget-config-v0.8.0) - 2023-11-02 ### Added - *(search)* remove response scheme because response url can specify it - *(config)* add response url to config ### Fixed - *(s3)* properly handle first capture group bucket and add warnings for s3 errors
## `htsget-search`
## [0.6.5](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.6.4...htsget-search-v0.6.5) - 2023-11-02 ### Added - *(search)* remove response scheme because response url can specify it - *(search)* add response url option to url storage ### Fixed - *(s3)* properly handle first capture group bucket and add warnings for s3 errors ### Other - Merge pull request [#216](https://github.com/umccr/htsget-rs/pull/216) from umccr/feat/response_url
## `htsget-actix`
## [0.5.7](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.5.6...htsget-actix-v0.5.7) - 2023-11-02 ### Other - updated the following local packages: htsget-config, htsget-search
## `htsget-http`
## [0.4.11](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.10...htsget-http-v0.4.11) - 2023-11-02 ### Other - updated the following local packages: htsget-config, htsget-search
## `htsget-test`
## [0.5.3](https://github.com/umccr/htsget-rs/compare/htsget-test-v0.5.2...htsget-test-v0.5.3) - 2023-11-02 ### Other - updated the following local packages: htsget-config
## `htsget-lambda`
## [0.4.13](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.12...htsget-lambda-v0.4.13) - 2023-11-02 ### Other - updated the following local packages: htsget-config, htsget-search


This PR was generated with release-plz.