Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jul 2, 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/.tmp9YvwVB/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/.tmp9YvwVB/console/console-api/src/generated/rs.tokio.console.instrument.rs:380
Changelog

console-api

0.9.0 - (2025-04-12)

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-12)

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-12)

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 changed the title chore(console-subscriber): release v0.3.1 chore: release Dec 9, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-07-02T06-33-22Z branch 2 times, most recently from 5e4c75a to d04f503 Compare December 15, 2024 12:21
@github-actions github-actions bot force-pushed the release-plz-2024-07-02T06-33-22Z branch from d04f503 to eee6bd9 Compare April 12, 2025 06:30
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

1 participant