Skip to content

chore: release - #2636

Open
octo-sts[bot] wants to merge 2 commits into
mainfrom
release-plz-2026-08-03T08-38-29Z
Open

chore: release#2636
octo-sts[bot] wants to merge 2 commits into
mainfrom
release-plz-2026-08-03T08-38-29Z

Conversation

@octo-sts

@octo-sts octo-sts Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • rattler_conda_types: 0.49.0 -> 0.49.1 (✓ API compatible changes)
  • rattler_config: 0.6.2 -> 0.7.0 (⚠ API breaking changes)
  • rattler_networking: 0.30.3 -> 0.30.4 (✓ API compatible changes)
  • rattler_package_streaming: 0.26.9 -> 0.27.0 (⚠ API breaking changes)
  • rattler_cache: 0.10.4 -> 0.10.5 (✓ API compatible changes)
  • rattler_shell: 0.27.12 -> 0.27.13 (✓ API compatible changes)
  • rattler_solve: 9.0.0 -> 9.0.1 (✓ API compatible changes)
  • rattler_repodata_gateway: 0.31.0 -> 0.32.0 (⚠ API breaking changes)
  • rattler_index: 0.30.11 -> 0.31.0 (⚠ API breaking changes)
  • rattler_virtual_packages: 4.1.0 -> 5.0.0 (⚠ API breaking changes)
  • rattler-bin: 0.2.7 -> 0.2.8
  • rattler_git: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • rattler_sandbox: 0.2.26 -> 0.2.27 (✓ API compatible changes)
  • rattler_menuinst: 0.2.72 -> 0.2.73
  • rattler: 0.48.1 -> 0.48.2
  • rattler_lock: 0.32.0 -> 0.32.1
  • rattler_s3: 0.2.9 -> 0.2.10
  • rattler_upload: 0.10.1 -> 0.10.2

rattler_config 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field IndexChannelConfig.notices in /tmp/.tmp57RXVF/rattler/crates/rattler_config/src/config/index.rs:109

rattler_package_streaming breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant ExtractError:InvalidArchivePath in /tmp/.tmp57RXVF/rattler/crates/rattler_package_streaming/src/lib.rs:58
  variant ExtractError:SparseAccessUnsupported in /tmp/.tmp57RXVF/rattler/crates/rattler_package_streaming/src/lib.rs:62
  variant ExtractError:SpoolLimitExceeded in /tmp/.tmp57RXVF/rattler/crates/rattler_package_streaming/src/lib.rs:66
  variant ExtractError:RemoteArchiveChanged in /tmp/.tmp57RXVF/rattler/crates/rattler_package_streaming/src/lib.rs:70
  variant ExtractError:LinksNotFollowed in /tmp/.tmp57RXVF/rattler/crates/rattler_package_streaming/src/lib.rs:73

rattler_repodata_gateway 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field NamesQueryOutput.notices in /tmp/.tmp57RXVF/rattler/crates/rattler_repodata_gateway/src/gateway/query.rs:79
  field RepoDataQueryOutput.notices in /tmp/.tmp57RXVF/rattler/crates/rattler_repodata_gateway/src/gateway/query.rs:36

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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ChannelMetadata.notices in /tmp/.tmp57RXVF/rattler/crates/rattler_index/src/lib.rs:76

rattler_virtual_packages breaking changes

--- 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.48.0/src/lints/function_parameter_count_changed.ron

Failed in:
  rattler_virtual_packages::cuda::cuda_arch now takes 1 parameters instead of 0, in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/cuda.rs:293
  rattler_virtual_packages::cuda::cuda_info now takes 1 parameters instead of 0, in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/cuda.rs:188
  rattler_virtual_packages::cuda::cuda_version now takes 1 parameters instead of 0, in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/cuda.rs:277

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

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rattler_virtual_packages::CudaArch::current takes 0 parameters in /tmp/.tmpnPPfqX/rattler_virtual_packages/src/lib.rs:738, but now takes 1 parameters in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/lib.rs:849
  rattler_virtual_packages::VirtualPackages::detect takes 1 parameters in /tmp/.tmpnPPfqX/rattler_virtual_packages/src/lib.rs:276, but now takes 2 parameters in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/lib.rs:308
  rattler_virtual_packages::VirtualPackages::detect_for_platform takes 2 parameters in /tmp/.tmpnPPfqX/rattler_virtual_packages/src/lib.rs:320, but now takes 3 parameters in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/lib.rs:370
  rattler_virtual_packages::Cuda::current takes 0 parameters in /tmp/.tmpnPPfqX/rattler_virtual_packages/src/lib.rs:667, but now takes 1 parameters in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/lib.rs:763
  rattler_virtual_packages::VirtualPackage::detect takes 1 parameters in /tmp/.tmpnPPfqX/rattler_virtual_packages/src/lib.rs:452, but now takes 2 parameters in /tmp/.tmp57RXVF/rattler/crates/rattler_virtual_packages/src/lib.rs:545

rattler_git 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CheckoutOptions.lfs_filter in /tmp/.tmp57RXVF/rattler/crates/rattler_git/src/git.rs:423
  field CheckoutOptions.lfs_filter in /tmp/.tmp57RXVF/rattler/crates/rattler_git/src/git.rs:423
Changelog

rattler_conda_types

0.49.1 - 2026-08-08

Added

  • (rattler_conda_types) convert to and from semver::Version (#2641)
  • add CEP-6 channel notice support (#2639)

rattler_config

0.7.0 - 2026-08-08

Added

  • add a shared config layer read by all rattler-based tools (#2645)
  • add CEP-6 channel notice support (#2639)

rattler_networking

0.30.4 - 2026-08-08

Fixed

  • (rattler_networking) report a missing OCI manifest as a 404 instead of erroring (#2651)
  • follow the OCI registry's WWW-Authenticate challenge (#2628)

rattler_package_streaming

0.27.0 - 2026-08-08

Added

  • add PackageArchive for sparse reads from conda packages (#2632)

rattler_cache

0.10.5 - 2026-08-08

Added

  • (rattler_cache) add package layer filtering (#2652)

rattler_shell

0.27.13 - 2026-08-08

Fixed

  • (shell) escape env var values in activation script (#2621)

rattler_solve

9.0.1 - 2026-08-08

Fixed

  • (rattler_solve) rate candidates by their most restrictive requirement (#2649)

rattler_repodata_gateway

0.32.0 - 2026-08-08

Added

  • add CEP-6 channel notice support (#2639)

Fixed

  • (repodata-gateway) limit concurrent shard cache reads (#2163)
  • (repodata_gateway) test remote run_exports against a local server (#2648)
  • Failing test (#2647)

rattler_index

0.31.0 - 2026-08-08

Added

  • add CEP-6 channel notice support (#2639)

Other

  • unblock pixi setup and source package builds (#2642)

rattler_virtual_packages

5.0.0 - 2026-08-08

Added

  • Introduce default versions for virtual packages (#2646)

Other

  • speed up CUDA virtual package detection (#2568)

rattler-bin

0.2.8 - 2026-08-08

Added

  • Improve rattler solve output (#2644)

Fixed

  • follow the OCI registry's WWW-Authenticate challenge (#2628)

Other

  • speed up CUDA virtual package detection (#2568)
  • unblock pixi setup and source package builds (#2642)

rattler_git

0.3.0 - 2026-08-08

Fixed

  • (rattler_git) harden LFS checkouts and add path filters (#2640)

rattler_sandbox

0.2.27 - 2026-08-08

Other

  • update Cargo.lock dependencies

rattler_menuinst

0.2.73 - 2026-08-08

Other

  • updated the following local packages: rattler_conda_types, rattler_shell

rattler

0.48.2 - 2026-08-08

Other

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

rattler_lock

0.32.1 - 2026-08-08

Other

  • updated the following local packages: rattler_conda_types, rattler_solve

rattler_s3

0.2.10 - 2026-08-08

Other

  • updated the following local packages: rattler_networking

rattler_upload

0.10.2 - 2026-08-08

Other

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


This PR was generated with release-plz.

@octo-sts octo-sts Bot added the release label Aug 3, 2026
@octo-sts
octo-sts Bot force-pushed the release-plz-2026-08-03T08-38-29Z branch 18 times, most recently from 3f4fc1e to 7c3f8cb Compare August 8, 2026 06:27
@octo-sts
octo-sts Bot force-pushed the release-plz-2026-08-03T08-38-29Z branch from 3d045d1 to 7fdc12d Compare August 8, 2026 07:22
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.

0 participants