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

  • console-api: 0.8.1 -> 0.9.0 (⚠ API breaking changes)
  • tokio-console: 0.1.13 -> 0.2.0 (βœ“ API compatible changes)
  • console-subscriber: 0.4.1 -> 0.5.0 (βœ“ 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.40.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type console_api::instrument::instrument_server::Instrument::WatchStateStream in file /tmp/.tmpDV3Pj9/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.40.0/src/lints/trait_method_added.ron

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

console-api

0.9.0 - (2025-04-10)

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency
    to a semver-incompatible version. This breaks compatibility with
    tonic 0.12.x.

Added

Fixed

Updated

tokio-console

0.2.0 - (2025-04-10)

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency
    to a semver-incompatible version. This breaks compatibility with
    tonic 0.12.x.

Added

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

Fixed

  • Add dynamic constraints layout in task details screen (#614) (ada7dab, fixes #523, fixes #523)

Updated

console-subscriber

0.5.0 - (2025-04-10)

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency
    to a semver-incompatible version. This breaks compatibility with
    tonic 0.12.x.

Added

Documented

  • Fix typo in doc comment (3dbca7a)

Updated


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 2 times, most recently from 4900a81 to fe5425f Compare November 12, 2024 15:01
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch 2 times, most recently from c76f09a to aeff3f3 Compare December 12, 2024 13:18
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch from aeff3f3 to 81b66bf Compare December 26, 2024 12:22
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch from 81b66bf to aca8469 Compare January 22, 2025 09:25
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch 2 times, most recently from 21c202d to ed0235c Compare April 1, 2025 08:00
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch 2 times, most recently from ee2bc4f to feb23fc Compare April 10, 2025 03:51
@github-actions github-actions bot force-pushed the release-plz-2024-11-05T01-22-56Z branch from feb23fc to 68fe6a8 Compare April 10, 2025 15:54
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.

Minimum version of tonic dependency is too low Make better use of space in task detail screen
0 participants