Skip to content

chore: release#1778

Merged
wolfv merged 2 commits intomainfrom
release-plz-2025-10-27T12-38-54Z
Oct 28, 2025
Merged

chore: release#1778
wolfv merged 2 commits intomainfrom
release-plz-2025-10-27T12-38-54Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Oct 27, 2025

🤖 New release

  • path_resolver: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • rattler_conda_types: 0.40.3 -> 0.40.4 (✓ API compatible changes)
  • rattler_cache: 0.4.0 -> 0.4.1 (✓ API compatible changes)
  • rattler_solve: 3.0.8 -> 3.0.9 (✓ API compatible changes)
  • rattler_lock: 0.26.0 -> 0.26.1 (✓ API compatible changes)
  • rattler_repodata_gateway: 0.24.13 -> 0.24.14 (✓ API compatible changes)
  • rattler_index: 0.26.5 -> 0.27.0 (⚠ API breaking changes)
  • rattler_config: 0.2.14 -> 0.2.15
  • rattler_networking: 0.25.20 -> 0.25.21
  • rattler_package_streaming: 0.23.12 -> 0.23.13
  • rattler_shell: 0.25.6 -> 0.25.7
  • rattler_menuinst: 0.2.33 -> 0.2.34
  • rattler: 0.38.3 -> 0.38.4
  • rattler_s3: 0.1.9 -> 0.1.10
  • rattler_upload: 0.3.9 -> 0.3.10
  • rattler_virtual_packages: 2.2.4 -> 2.2.5

rattler_index breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field IndexS3Config.precondition_checks in /tmp/.tmpKsmpar/rattler/crates/rattler_index/src/lib.rs:1064
  field RepodataFileMetadata.file_existed in /tmp/.tmpKsmpar/rattler/crates/rattler_index/src/lib.rs:369
  field RepodataFileMetadata.precondition_checks in /tmp/.tmpKsmpar/rattler/crates/rattler_index/src/lib.rs:371

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function 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.43.0/src/lints/function_parameter_count_changed.ron

Failed in:
  rattler_index::index now takes 9 parameters instead of 8, in /tmp/.tmpKsmpar/rattler/crates/rattler_index/src/lib.rs:1134

--- 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.43.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rattler_index::RepodataMetadataCollection::new now takes 6 parameters instead of 5, in /tmp/.tmpKsmpar/rattler/crates/rattler_index/src/lib.rs:426
  rattler_index::RepodataFileMetadata::new now takes 3 parameters instead of 2, in /tmp/.tmpKsmpar/rattler/crates/rattler_index/src/lib.rs:377
Changelog

path_resolver

0.2.2 - 2025-10-28

Other

  • Replace fxhash with ahash (#1674)

rattler_conda_types

0.40.4 - 2025-10-28

Fixed

  • sort packages when serializing repodata (#1779)
  • timestamp serialization as milliseconds (#1776)

Other

  • Replace fxhash with ahash (#1674)

rattler_cache

0.4.1 - 2025-10-28

Other

  • Replace fxhash with ahash (#1674)

rattler_solve

3.0.9 - 2025-10-28

Fixed

  • timestamp serialization as milliseconds (#1776)

rattler_lock

0.26.1 - 2025-10-28

Fixed

  • timestamp serialization as milliseconds (#1776)

Other

  • Replace fxhash with ahash (#1674)

rattler_repodata_gateway

0.24.14 - 2025-10-28

Fixed

  • cache 404 response for sharded index (#1780)

rattler_index

0.27.0 - 2025-10-28

Added

  • make precondition checks configurable (#1777)

Other

  • Replace fxhash with ahash (#1674)

rattler_config

0.2.15 - 2025-10-28

Other

  • updated the following local packages: rattler_conda_types

rattler_networking

0.25.21 - 2025-10-28

Other

  • updated the following local packages: rattler_config

rattler_package_streaming

0.23.13 - 2025-10-28

Other

  • updated the following local packages: rattler_conda_types, rattler_networking

rattler_shell

0.25.7 - 2025-10-28

Other

  • updated the following local packages: rattler_conda_types

rattler_menuinst

0.2.34 - 2025-10-28

Other

  • updated the following local packages: rattler_conda_types, rattler_shell

rattler

0.38.4 - 2025-10-28

Other

  • updated the following local packages: path_resolver, rattler_conda_types, rattler_cache, rattler_networking, rattler_package_streaming, rattler_shell, rattler_menuinst

rattler_s3

0.1.10 - 2025-10-28

Other

  • updated the following local packages: rattler_networking

rattler_upload

0.3.10 - 2025-10-28

Other

  • updated the following local packages: rattler_conda_types, rattler_solve, rattler_config, rattler_networking, rattler_package_streaming, rattler_s3

rattler_virtual_packages

2.2.5 - 2025-10-28

Other

  • updated the following local packages: rattler_conda_types


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-10-27T12-38-54Z branch 3 times, most recently from 6817bde to a328afa Compare October 27, 2025 16:21
@github-actions github-actions bot force-pushed the release-plz-2025-10-27T12-38-54Z branch from c9bfab7 to 239211c Compare October 28, 2025 09:58
@wolfv wolfv merged commit 5905ee2 into main Oct 28, 2025
19 checks passed
@wolfv wolfv deleted the release-plz-2025-10-27T12-38-54Z branch October 28, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant