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

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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 5, 2024

🤖 New release

  • tokio-console: 0.1.13 -> 0.1.14 (✓ API compatible changes)
  • console-api: 0.8.1 -> 0.9.0 (⚠️ API breaking changes)
  • console-subscriber: 0.4.1 -> 0.4.2 (✓ API compatible changes)

⚠️ console-api breaking changes

--- failure trait_associated_type_added: non-sealed public trait added associated type without default value ---

Description:
A non-sealed trait has gained an associated type without a default value, 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.36.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type console_api::instrument::instrument_server::Instrument::WatchStateStream in file /tmp/.tmpSaZkqy/console/console-api/src/generated/rs.tokio.console.instrument.rs:374

--- 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.36.0/src/lints/trait_method_added.ron

Failed in:
  trait method console_api::instrument::instrument_server::Instrument::watch_state in file /tmp/.tmpSaZkqy/console/console-api/src/generated/rs.tokio.console.instrument.rs:380
Changelog

tokio-console

0.1.14 - (2024-11-12)

Added

  • Add the WatchState API (#582) (7c1f9f2)
  • Improve error msg when state streaming API is unimplemented (#598) (6ef148a)

console-api

0.9.0 - (2024-11-12)

Added

Fixed

console-subscriber

0.4.2 - (2024-11-12)

Added


This PR was generated with release-plz.

@github-actions github-actions bot requested a review from a team as a code owner November 5, 2024 01:23
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch from c263b22 to 4900a81 Compare November 11, 2024 15:35
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch from 4900a81 to fe5425f Compare November 12, 2024 15:01
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.

0 participants