Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

build-agntcy
Copy link
Contributor

@build-agntcy build-agntcy commented Apr 4, 2025

πŸ€– New release

  • agp-tracing: 0.1.3 -> 0.1.4 (βœ“ API compatible changes)
  • agp-config: 0.1.5 -> 0.1.6 (βœ“ API compatible changes)
  • agp-datapath: 0.4.2 -> 0.5.0 (⚠ API breaking changes)
  • agp-service: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • agp-signal: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • agp-gw: 0.3.10 -> 0.3.11 (βœ“ API compatible changes)

⚠ agp-datapath 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.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Publish.session in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/pubsub/gen/pubsub.proto.v1.rs:17
  field Publish.session in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/pubsub/gen/pubsub.proto.v1.rs:17
  field AgpHeader.fanout in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/pubsub/gen/pubsub.proto.v1.rs:32
  field AgpHeader.fanout in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/pubsub/gen/pubsub.proto.v1.rs:32

--- 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.40.0/src/lints/enum_missing.ron

Failed in:
  enum agp_datapath::pubsub::proto::pubsub::v1::ServiceHeaderType, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:95

--- 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.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant MessageError:SessionHeaderNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/messages/utils.rs:28
  variant MessageError:MessageTypeNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/messages/utils.rs:30
  variant MessageError:IncomingConnectionNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/datapath/src/messages/utils.rs:32

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.40.0/src/lints/enum_variant_missing.ron

Failed in:
  variant MessageError::ControlHeaderNotFound, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:25

--- 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.40.0/src/lints/function_missing.ron

Failed in:
  function agp_datapath::messages::utils::get_source, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:157
  function agp_datapath::messages::utils::get_recv_from, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:129
  function agp_datapath::messages::utils::create_publication, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:350
  function agp_datapath::messages::utils::create_agent_from_type, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:42
  function agp_datapath::messages::utils::create_subscription_to_forward, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:273
  function agp_datapath::messages::utils::get_error, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:150
  function agp_datapath::messages::utils::set_incoming_connection, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:115
  function agp_datapath::messages::utils::get_payload, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:397
  function agp_datapath::messages::utils::create_unsubscription_to_forward, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:330
  function agp_datapath::messages::utils::create_subscription_from, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:243
  function agp_datapath::messages::utils::get_incoming_connection, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:143
  function agp_datapath::messages::utils::clear_agp_header, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:102
  function agp_datapath::messages::utils::get_fanout, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:393
  function agp_datapath::messages::utils::create_agp_header, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:61
  function agp_datapath::messages::utils::create_unsubscription_from, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:307
  function agp_datapath::messages::encoder::encode_agent, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/encoder.rs:107
  function agp_datapath::messages::utils::create_subscription, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:233
  function agp_datapath::messages::utils::get_name, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:171
  function agp_datapath::messages::utils::get_forward_to, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:136
  function agp_datapath::messages::utils::create_error_publication, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:372
  function agp_datapath::messages::utils::message_type_to_str, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:51
  function agp_datapath::messages::encoder::encode_agent_type, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/encoder.rs:99
  function agp_datapath::messages::utils::create_default_service_header, previously in file /tmp/.tmpemGscU/agp-datapath/src/messages/utils.rs:203

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

Failed in:
  struct agp_datapath::pubsub::proto::pubsub::v1::ServiceHeader, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:54
  struct agp_datapath::pubsub::ServiceHeader, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:54

--- 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.40.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field control of struct Publish, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:17
  field fanout of struct Publish, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:19
  field control of struct Publish, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:17
  field fanout of struct Publish, previously in file /tmp/.tmpemGscU/agp-datapath/src/pubsub/gen/pubsub.proto.v1.rs:19

⚠ agp-service breaking changes

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant ServiceError::DisconnectError in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:19
  variant ServiceError::DisconnectError in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:19

--- 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.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant ServiceError:AgentAlreadyRegistered in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:13
  variant ServiceError:AgentNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:15
  variant ServiceError:SessionNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:33
  variant ServiceError:SessionError in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:35
  variant ServiceError:AgentAlreadyRegistered in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:13
  variant ServiceError:AgentNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:15
  variant ServiceError:SessionNotFound in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:33
  variant ServiceError:SessionError in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/errors.rs:35

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.40.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ServiceError::MissingAgentError, previously in file /tmp/.tmpemGscU/agp-service/src/errors.rs:11
  variant ServiceError::MissingAgentError, previously in file /tmp/.tmpemGscU/agp-service/src/errors.rs:11

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

Failed in:
  agp_service::Service::subscribe now takes 5 parameters instead of 4, in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/lib.rs:398
  agp_service::Service::unsubscribe now takes 5 parameters instead of 4, in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/lib.rs:416
  agp_service::Service::set_route now takes 5 parameters instead of 4, in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/lib.rs:434
  agp_service::Service::remove_route now takes 5 parameters instead of 4, in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/lib.rs:453
  agp_service::Service::publish now takes 6 parameters instead of 5, in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/lib.rs:492
  agp_service::Service::publish_to now takes 7 parameters instead of 6, in /tmp/.tmpNvtYv4/agp/data-plane/gateway/service/src/lib.rs:472
Changelog

agp-tracing

0.1.4 - 2025-04-07

Other

  • update copyright (#109)

agp-config

0.1.6 - 2025-04-07

Other

  • update copyright (#109)

agp-datapath

0.5.0 - 2025-04-07

Added

  • add pub/sub session layer (#146)
  • streaming session type (#132)
  • request/reply session type (#124)
  • add timers for rtx (#117)
  • rename protobuf fields (#116)
  • add receiver buffer (#107)
  • producer buffer (#105)
  • (data-plane/service) [breaking] first draft of session layer (#106)

Fixed

  • (python-bindings) fix python examples (#120)
  • (datapath) fix reconnection logic (#119)

Other

  • (python-bindings) streaming and pubsub sessions (#152)
  • (python-bindings) add request/reply tests (#142)
  • improve utils classes and simplify message processor (#131)
  • improve connection pool performance (#125)
  • update copyright (#109)

agp-service

0.3.0 - 2025-04-07

Added

  • add pub/sub session layer (#146)
  • streaming test app (#144)
  • streaming session type (#132)
  • request/reply session type (#124)
  • add timers for rtx (#117)
  • rename protobuf fields (#116)
  • add receiver buffer (#107)
  • producer buffer (#105)
  • (data-plane/service) [breaking] first draft of session layer (#106)

Other

  • (python-bindings) streaming and pubsub sessions (#152)
  • (session) make agent source part of session commons (#151)
  • (python-bindings) add request/reply tests (#142)
  • remove locks in streaming session layer (#145)
  • improve utils classes and simplify message processor (#131)
  • (service) simplify session trait with async_trait (#121)
  • add Python SDK test cases for failure scenarios
  • update copyright (#109)

agp-signal

0.1.1 - 2025-04-07

Other

  • update copyright (#109)

agp-gw

0.3.11 - 2025-04-07

Other

  • update copyright (#109)


This PR was generated with release-plz.

@build-agntcy build-agntcy requested a review from a team as a code owner April 4, 2025 10:11
@github-actions github-actions bot force-pushed the release-plz-2025-04-04T10-11-23Z branch 2 times, most recently from 18090db to 59d4081 Compare April 4, 2025 13:54
@github-actions github-actions bot force-pushed the release-plz-2025-04-04T10-11-23Z branch from 59d4081 to bb6c37a Compare April 7, 2025 14:06
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