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 #86

Merged
merged 1 commit into from
Dec 11, 2023
Merged

chore: release #86

merged 1 commit into from
Dec 11, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 28, 2023

πŸ€– New release

  • atm0s-sdn: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-multiaddr: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-key-value: 0.1.2 -> 0.1.3 (βœ“ API compatible changes)
  • atm0s-sdn-network: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-sdn-router: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • atm0s-sdn-utils: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • atm0s-sdn-layers-spread-router: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-layers-spread-router-sync: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-manual-discovery: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)
  • atm0s-sdn-pub-sub: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-rpc: 0.1.0
  • atm0s-sdn-transport-tcp: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-transport-vnet: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-dht-discovery: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
  • atm0s-sdn-tun-tap: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)

⚠️ atm0s-sdn-network 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.25.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field MsgHeader.from_service_id in /tmp/.tmp1Q1xrh/atm0s-sdn/packages/network/src/msg.rs:68
  field MsgHeader.to_service_id in /tmp/.tmp1Q1xrh/atm0s-sdn/packages/network/src/msg.rs:69

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

Failed in:
  MsgHeader::build_reliable, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:80
  MsgHeader::build_unreliable, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:95
  TransportMsg::build_reliable, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:383
  TransportMsg::build_unreliable, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:409

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

Failed in:
  field reliable of struct MsgHeader, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:67
  field service_id of struct MsgHeader, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:69
  field validate_code of struct MsgHeader, previously in file /tmp/.tmpn817XG/atm0s-sdn-network/src/msg.rs:75

⚠️ atm0s-sdn-manual-discovery 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.25.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ManualBehaviorConf.node_addr in /tmp/.tmp1Q1xrh/atm0s-sdn/packages/services/manual_discovery/src/behavior.rs:40
  field ManualBehaviorConf.seeds in /tmp/.tmp1Q1xrh/atm0s-sdn/packages/services/manual_discovery/src/behavior.rs:41
  field ManualBehaviorConf.local_tags in /tmp/.tmp1Q1xrh/atm0s-sdn/packages/services/manual_discovery/src/behavior.rs:42
  field ManualBehaviorConf.connect_tags in /tmp/.tmp1Q1xrh/atm0s-sdn/packages/services/manual_discovery/src/behavior.rs:43

--- failure pub_static_missing: pub static is missing ---

Description:
A public static is missing, renamed, or made private.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.25.0/src/lints/pub_static_missing.ron

Failed in:
  MANUAL_SERVICE_ID in file /tmp/.tmpn817XG/atm0s-sdn-manual-discovery/src/lib.rs:1

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

Failed in:
  field neighbours of struct ManualBehaviorConf, previously in file /tmp/.tmpn817XG/atm0s-sdn-manual-discovery/src/behavior.rs:33
  field timer of struct ManualBehaviorConf, previously in file /tmp/.tmpn817XG/atm0s-sdn-manual-discovery/src/behavior.rs:34
Changelog

atm0s-sdn

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)
  • manual-discovery with node tags (#84)

Fixed

  • missing register service (#85)
  • (deps) update rust crate url to 2.5.0 (#74)
  • (deps) update rust crate percent-encoding to 2.3.1 (#73)
  • (deps) update rust crate data-encoding to 2.5 (#72)
  • router sync service handler missing pop actions (#82)

atm0s-sdn-multiaddr

0.1.2 - 2023-12-11

Fixed

  • (deps) update rust crate url to 2.5.0 (#74)
  • (deps) update rust crate percent-encoding to 2.3.1 (#73)
  • (deps) update rust crate data-encoding to 2.5 (#72)

atm0s-sdn-key-value

0.1.3 - 2023-12-11

Added

  • rpc service and fi (#87)

atm0s-sdn-network

0.2.0 - 2023-12-11

Added

  • rpc service and fi (#87)
  • manual-discovery with node tags (#84)

Fixed

  • missing register service (#85)

atm0s-sdn-router

0.1.1 - 2023-12-11

Fixed

  • missing register service (#85)

atm0s-sdn-utils

0.1.1 - 2023-12-11

Added

  • manual-discovery with node tags (#84)

atm0s-sdn-layers-spread-router

0.1.2 - 2023-12-11

Added

  • manual-discovery with node tags (#84)

Fixed

  • missing register service (#85)

atm0s-sdn-layers-spread-router-sync

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)

Fixed

  • router sync service handler missing pop actions (#82)

atm0s-sdn-manual-discovery

0.2.0 - 2023-12-11

Added

  • rpc service and fi (#87)
  • manual-discovery with node tags (#84)

atm0s-sdn-pub-sub

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)

atm0s-sdn-rpc

0.1.0 - 2023-12-11

Added

  • rpc service and fi (#87)

atm0s-sdn-transport-tcp

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)

atm0s-sdn-transport-vnet

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)

atm0s-sdn-dht-discovery

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)

atm0s-sdn-tun-tap

0.1.2 - 2023-12-11

Added

  • rpc service and fi (#87)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2023-11-28T16-37-17Z branch from 529263a to 7f98a84 Compare December 11, 2023 02:32
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-11-28T16-37-17Z branch from 7f98a84 to f08d416 Compare December 11, 2023 02:47
@giangndm giangndm merged commit 1fd5714 into master Dec 11, 2023
1 check 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.

1 participant