umccr / htsget-rs

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

chore: release #234

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

🤖 New release

⚠️ htsget-test breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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-checks/tree/v0.30.0/src/lints/function_missing.ron

Failed in:
  function htsget_test::server_tests::test_response, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:25
  function htsget_test::http_tests::default_config_fixed_port, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:128
  function htsget_test::cors_tests::test_cors_preflight_request, previously in file /tmp/.tmp8WmzLG/htsget-test/src/cors_tests.rs:41
  function htsget_test::cors_tests::test_cors_simple_request_uri, previously in file /tmp/.tmp8WmzLG/htsget-test/src/cors_tests.rs:15
  function htsget_test::http_tests::default_dir_data, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:95
  function htsget_test::server_tests::test_response_service_info, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:119
  function htsget_test::server_tests::test_parameterized_get, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:224
  function htsget_test::http_tests::default_dir, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:87
  function htsget_test::server_tests::test_service_info, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:287
  function htsget_test::cors_tests::test_cors_simple_request, previously in file /tmp/.tmp8WmzLG/htsget-test/src/cors_tests.rs:10
  function htsget_test::server_tests::test_parameterized_post_class_header, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:266
  function htsget_test::cors_tests::test_cors_preflight_request_uri, previously in file /tmp/.tmp8WmzLG/htsget-test/src/cors_tests.rs:46
  function htsget_test::server_tests::test_parameterized_post, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:247
  function htsget_test::http_tests::default_cors_config, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:140
  function htsget_test::server_tests::expected_response, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:300
  function htsget_test::server_tests::test_get, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:155
  function htsget_test::server_tests::expected_url_path, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:110
  function htsget_test::http_tests::default_test_resolver, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:100
  function htsget_test::server_tests::test_post, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:207
  function htsget_test::http_tests::default_test_config, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:176
  function htsget_test::http_tests::test_tls_server_config, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:195
  function htsget_test::http_tests::config_with_tls, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:183
  function htsget_test::http_tests::get_test_file, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:204

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/module_missing.ron

Failed in:
  mod htsget_test::http_tests, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:1
  mod htsget_test::cors_tests, previously in file /tmp/.tmp8WmzLG/htsget-test/src/cors_tests.rs:1
  mod htsget_test::server_tests, previously in file /tmp/.tmp8WmzLG/htsget-test/src/server_tests.rs:1

--- 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-checks/tree/v0.30.0/src/lints/struct_missing.ron

Failed in:
  struct htsget_test::http_tests::Header, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:25
  struct htsget_test::http_tests::Response, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:38

--- 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-checks/tree/v0.30.0/src/lints/trait_missing.ron

Failed in:
  trait htsget_test::http_tests::TestServer, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:79
  trait htsget_test::http_tests::TestRequest, previously in file /tmp/.tmp8WmzLG/htsget-test/src/http_tests.rs:70
Changelog

## `htsget-config`

## [0.8.2](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.8.1...htsget-config-v0.8.2) - 2024-03-28 ### Fixed - *(config)* clippy warning ### Other - add links - add full minio example, rearrange location of compose.yml examples - remove S3 default on s3-storage feature flag, reword docs for compose deployment - *(deps)* update noodles to 0.65
## `htsget-actix`
## [0.5.9](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.5.8...htsget-actix-v0.5.9) - 2024-03-28 ### Other - *(test)* remove server-tests and cors-tests features and create http module
## `htsget-search`
## [0.6.7](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.6.6...htsget-search-v0.6.7) - 2024-03-28 ### Other - *(refactor)* convert unwraps to Results inside concat module - *(search)* additional chr11 and chr20 byte ranges tests for bam and cram - all range tests now concatenate bytes, update CRAM files - Merge branch 'main' of https://github.com/umccr/htsget-rs into test/concat-responses - *(deps)* update noodles to 0.65
## `htsget-test`
## [0.6.0](https://github.com/umccr/htsget-rs/compare/htsget-test-v0.5.4...htsget-test-v0.6.0) - 2024-03-28 ### Other - *(refactor)* convert unwraps to Results inside concat module - *(search)* additional chr11 and chr20 byte ranges tests for bam and cram - all range tests now concatenate bytes, update CRAM files - Merge branch 'main' of https://github.com/umccr/htsget-rs into test/concat-responses - *(deps)* update noodles to 0.65
## `htsget-lambda`
## [0.4.15](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.14...htsget-lambda-v0.4.15) - 2024-03-28 ### Other - *(test)* remove server-tests and cors-tests features and create http module
## `htsget-http`
## [0.4.13](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.12...htsget-http-v0.4.13) - 2024-03-28 ### Other - updated the following local packages: htsget-config, htsget-search, htsget-test


This PR was generated with release-plz.