Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 14, 2025

πŸ€– New release

  • htsget-config: 0.19.1 -> 0.20.0 (⚠ API breaking changes)
  • htsget-storage: 0.5.2 -> 0.5.3 (βœ“ API compatible changes)
  • htsget-search: 0.12.2 -> 0.12.3 (βœ“ API compatible changes)
  • htsget-http: 0.8.1 -> 0.8.2 (βœ“ API compatible changes)
  • htsget-axum: 0.8.1 -> 0.8.2 (βœ“ API compatible changes)
  • htsget-actix: 0.12.1 -> 0.12.2 (βœ“ API compatible changes)
  • htsget-lambda: 0.7.6 -> 0.7.7 (βœ“ API compatible changes)

⚠ htsget-config breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.45.0/src/lints/enum_missing.ron

Failed in:
  enum htsget_config::storage::c4gh::C4GHKeyLocation, previously in file /tmp/.tmpQ3Fivw/htsget-config/src/storage/c4gh/mod.rs:81

--- 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.45.0/src/lints/inherent_method_missing.ron

Failed in:
  C4GHKeys::keys, previously in file /tmp/.tmpQ3Fivw/htsget-config/src/storage/c4gh/mod.rs:32
  C4GHSecretsManager::get_keys, previously in file /tmp/.tmpQ3Fivw/htsget-config/src/storage/c4gh/secrets_manager.rs:65

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/method_parameter_count_changed.ron

Failed in:
  htsget_config::storage::c4gh::local::C4GHLocal::new now takes 1 parameters instead of 2, in /tmp/.tmpVfN6An/htsget-rs/htsget-config/src/storage/c4gh/local.rs:20
  htsget_config::storage::c4gh::C4GHKeys::from_join_handle now takes 2 parameters instead of 1, in /tmp/.tmpVfN6An/htsget-rs/htsget-config/src/storage/c4gh/mod.rs:49
  htsget_config::storage::c4gh::secrets_manager::C4GHSecretsManager::new now takes 1 parameters instead of 2, in /tmp/.tmpVfN6An/htsget-rs/htsget-config/src/storage/c4gh/secrets_manager.rs:28
Changelog

htsget-config

0.20.0 - 2025-12-01

Added

  • (config) add option to fetch recipient public key from a header
  • (storage) allow index files to also be encrypted

Fixed

  • improve error message and fix tempfile error
  • (config) use base64 encoded public key

Other

  • update dependencies
  • update schema file
  • update dependencies, clippy warnings
  • (storage) add test for header-based public key
  • refactor!(config): public and private keys can be specified individually

htsget-storage

0.5.3 - 2025-12-01

Added

  • (config) add option to fetch recipient public key from a header
  • (storage) allow index files to also be encrypted

Fixed

  • (storage) omit range in url storage request if empty
  • use debian bookworm in dockerfile
  • (storage) local storage should consider the end range for get options
  • (storage) url storage should take into account the range from get options
  • improve error message and fix tempfile error
  • (config) use base64 encoded public key

Other

  • update dependencies
  • update dependencies, clippy warnings
  • (storage) add test for header-based public key

htsget-search

0.12.3 - 2025-12-01

Added

  • (storage) allow index files to also be encrypted

Other

  • update dependencies
  • update dependencies, clippy warnings

htsget-http

0.8.2 - 2025-12-01

Added

  • (config) add option to fetch recipient public key from a header

Other

  • update dependencies
  • update dependencies, clippy warnings

htsget-axum

0.8.2 - 2025-12-01

Other

  • update dependencies, clippy warnings

htsget-actix

0.12.2 - 2025-12-01

Other

  • update dependencies
  • update dependencies, clippy warnings

htsget-lambda

0.7.7 - 2025-12-01

Other

  • update dependencies, clippy warnings


This PR was generated with release-plz.

@brainstorm brainstorm self-requested a review November 14, 2025 04:55
Copy link
Member

@brainstorm brainstorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸš€

@github-actions github-actions bot force-pushed the release-plz-2025-11-14T04-51-04Z branch from 586820b to 13afc6d Compare December 1, 2025 03:28
@mmalenic mmalenic added this pull request to the merge queue Dec 1, 2025
Merged via the queue into main with commit 15224c7 Dec 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants