Skip to content

chore: release#1800

Open
build-agntcy wants to merge 1 commit into
mainfrom
release-plz-2026-07-06T16-28-04Z
Open

chore: release#1800
build-agntcy wants to merge 1 commit into
mainfrom
release-plz-2026-07-06T16-28-04Z

Conversation

@build-agntcy

@build-agntcy build-agntcy commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • agntcy-slim-version: 2.0.0-alpha.2 -> 2.0.0-alpha.3
  • agntcy-slim-auth: 0.11.0 -> 0.11.1 (✓ API compatible changes)
  • agntcy-slim-config: 0.12.0 -> 0.12.1 (✓ API compatible changes)
  • agntcy-slim-proto: 0.2.0 -> 0.3.0 (⚠ API breaking changes)
  • agntcy-slim-tracing: 0.4.2 -> 0.4.3 (✓ API compatible changes)
  • agntcy-slim-datapath: 0.16.1 -> 0.16.2 (✓ API compatible changes)
  • agntcy-slim-session: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • agntcy-slim-controller: 0.10.0 -> 0.11.0 (⚠ API breaking changes)
  • agntcy-slim-service: 0.11.0 -> 0.11.1 (✓ API compatible changes)
  • agntcy-slim: 2.0.0-alpha.2 -> 2.0.0-alpha.3 (✓ API compatible changes)
  • agntcy-slim-channel-manager: 2.0.0-alpha.2 -> 2.0.0-alpha.3 (✓ API compatible changes)
  • agntcy-slim-control-plane: 2.0.0-alpha.2 -> 2.0.0-alpha.3 (✓ API compatible changes)
  • agntcy-slimctl: 2.0.0-alpha.2 -> 2.0.0-alpha.3
  • agntcy-slim-mls: 0.2.1 -> 0.2.2
  • agntcy-slim-signal: 0.1.10 -> 0.1.11

agntcy-slim-proto 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.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ConnectionDetails.tls_required in /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/controller.proto.v1.rs:166
  field ConnectionDetails.auth_method in /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/controller.proto.v1.rs:168
  field ConnectionDetails.spire_trust_domain in /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/controller.proto.v1.rs:170
  field JoinRequestPayload.control in /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/dataplane.proto.v1.rs:251

--- failure inherent_associated_pub_const_missing: inherent impl's associated pub const removed ---

Description:
An inherent impl's associated public constant is removed or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/inherent_associated_pub_const_missing.ron

Failed in:
  NameId::DATA_CHANNEL_ID, previously at /tmp/.tmpqe5DnJ/agntcy-slim-proto/src/impls.rs:216
  NameId::CONTROL_CHANNEL_ID, previously at /tmp/.tmpqe5DnJ/agntcy-slim-proto/src/impls.rs:217

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

Failed in:
  agntcy_slim_proto::CommandPayloadBuilder::join_request now takes 5 parameters instead of 4, in /tmp/.tmpDgFTbk/slim/crates/proto/src/impls.rs:1341

--- 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.46.0/src/lints/module_missing.ron

Failed in:
  mod agntcy_slim_proto::controller::proto::v1::connection_details, previously in file /tmp/.tmpqe5DnJ/agntcy-slim-proto/src/gen/controller.proto.v1.rs:171

--- 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.46.0/src/lints/struct_missing.ron

Failed in:
  struct agntcy_slim_proto::controller::proto::v1::connection_details::SpireMtls, previously in file /tmp/.tmpqe5DnJ/agntcy-slim-proto/src/gen/controller.proto.v1.rs:173

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field spire_mtls of struct ConnectionDetails, previously in file /tmp/.tmpqe5DnJ/agntcy-slim-proto/src/gen/controller.proto.v1.rs:166

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_method_added.ron

Failed in:
  trait method agntcy_slim_proto::controlplane::proto::v1::control_plane_service_server::ControlPlaneService::list_groups in file /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/controlplane.proto.v1.rs:938
  trait method agntcy_slim_proto::controlplane::proto::v1::control_plane_service_server::ControlPlaneService::add_group in file /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/controlplane.proto.v1.rs:948
  trait method agntcy_slim_proto::controlplane::proto::v1::control_plane_service_server::ControlPlaneService::remove_group in file /tmp/.tmpDgFTbk/slim/crates/proto/src/gen/controlplane.proto.v1.rs:957

agntcy-slim-controller 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.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ControlPlaneSettings.outbound_clients in /tmp/.tmpDgFTbk/slim/crates/controller/src/service.rs:71
  field Config.outbound_clients in /tmp/.tmpDgFTbk/slim/crates/controller/src/config.rs:28
Changelog

agntcy-slim-version

1.3.0 - 2026-03-20

Added

  • add agntcy-slim-version crate as single source of truth for version and build info (#1360)

agntcy-slim-auth

0.11.1 - 2026-07-10

Added

  • add websocket supports for the browser (#1775)

agntcy-slim-config

0.12.1 - 2026-07-10

Added

  • add websocket supports for the browser (#1775)

Fixed

  • separate server connection config (#1778)

agntcy-slim-proto

0.3.0 - 2026-07-10

Added

  • (session) use uuid for channel ids (#1809)
  • add websocket supports for the browser (#1775)
  • group registration via slimctl (#1795)

Fixed

  • separate server connection config (#1778)

agntcy-slim-tracing

0.4.3 - 2026-07-10

Added

  • add websocket supports for the browser (#1775)

agntcy-slim-datapath

0.16.2 - 2026-07-10

Added

  • (session) use uuid for channel ids (#1809)
  • add websocket supports for the browser (#1775)

agntcy-slim-session

0.5.1 - 2026-07-10

Added

  • (session) use uuid for channel ids (#1809)
  • add websocket supports for the browser (#1775)

agntcy-slim-controller

0.11.0 - 2026-07-10

Fixed

  • separate server connection config (#1778)

agntcy-slim-service

0.11.1 - 2026-07-10

Added

  • (session) use uuid for channel ids (#1809)

agntcy-slim

2.0.0-alpha.3 - 2026-07-06

Other

  • updated the following local packages: agntcy-slim-config, agntcy-slim-service, agntcy-slim-tracing

agntcy-slim-channel-manager

2.0.0-alpha.3 - 2026-07-10

Other

  • update Cargo.lock dependencies

agntcy-slim-control-plane

2.0.0-alpha.3 - 2026-07-10

Added

  • group registration via slimctl (#1795)

Fixed

  • separate server connection config (#1778)

agntcy-slimctl

2.0.0-alpha.3 - 2026-07-06

Other

  • updated the following local packages: agntcy-slim-config, agntcy-slim-proto, agntcy-slim-session, agntcy-slim-service, agntcy-slim-tracing, agntcy-slim-datapath, agntcy-slim

agntcy-slim-mls

0.2.2 - 2026-07-10

Other

  • updated the following local packages: agntcy-slim-version, agntcy-slim-auth

agntcy-slim-signal

0.1.11 - 2026-07-10

Other

  • updated the following local packages: agntcy-slim-version


This PR was generated with release-plz.

@build-agntcy build-agntcy requested a review from a team as a code owner July 6, 2026 16:28
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@build-agntcy build-agntcy force-pushed the release-plz-2026-07-06T16-28-04Z branch 9 times, most recently from 2947a39 to 8b020e9 Compare July 10, 2026 12:23
@build-agntcy build-agntcy force-pushed the release-plz-2026-07-06T16-28-04Z branch from 8b020e9 to 93640fa Compare July 10, 2026 14:04
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.

1 participant