Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 30, 2025

πŸ€– New release

  • console-api: 0.8.1 -> 0.9.0 (⚠ API breaking changes)
  • tokio-console: 0.1.13 -> 0.1.14 (βœ“ 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.43.0/src/lints/trait_associated_type_added.ron

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

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

console-api

0.9.0 - (2025-10-30)

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.
  • Upgrade tonic to 0.14 (#642)
    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.13.x.

Added

Fixed

Updated

console-subscriber

0.5.0 - (2025-10-30)

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.
  • Upgrade tonic to 0.14 (#642)
    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.13.x.

Added

Documented

  • Fix typo in doc comment (3dbca7a)

Updated

tokio-console

0.1.14 - (2025-10-30)

Added

  • Add the WatchState API (#582) (7c1f9f2)
  • Improve error msg when state streaming API is unimplemented (#598) (6ef148a)
  • Add support for vsock connections (#623) (63c70ee)

Fixed

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

Updated


This PR was generated with release-plz.

@github-actions github-actions bot requested a review from a team as a code owner October 30, 2025 11:22
@github-actions github-actions bot force-pushed the release-plz-2025-10-30T11-22-45Z branch from f77dcdc to f10e5c7 Compare October 30, 2025 11:31
…onsole-v0.1.14

# console-api

## 0.9.0 - (2025-10-30)

### <a id = "0.9.0-breaking"></a>Breaking Changes
- **Upgrade tonic to 0.13 ([#615](#615 ([2bd1afd](https://github.com/tokio-rs/console/commit/2bd1afda7987dea0505d231d9ce8bf109e5f7a96))<br />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.
- **Upgrade tonic to 0.14 ([#642](https://github.com/tokio-rs/console/issues/642))**<br />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.13.x.

### Added

- Add the WatchState API ([#582](#582)) ([7c1f9f2](7c1f9f2))

### Fixed

- Bump minimum version of tonic ([#593](#593)) ([1f41b61](1f41b61), closes [#592](#592), closes [#592](#592))

### Updated

- [**breaking**](#0.9.0-breaking) Upgrade tonic to 0.13 ([#615](#615)) ([2bd1afd](2bd1afd))
- [**breaking**](#0.9.0-breaking) Upgrade tonic to 0.14 ([#645](#645))

# console-subscriber

## 0.5.0 - (2025-10-30)

### <a id = "0.5.0-breaking"></a>Breaking Changes
- **Upgrade tonic to 0.13 ([#615](#615 ([2bd1afd](https://github.com/tokio-rs/console/commit/2bd1afda7987dea0505d231d9ce8bf109e5f7a96))<br />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.
- **Upgrade tonic to 0.14 ([#642](https://github.com/tokio-rs/console/issues/642))**<br />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.13.x.

### Added

- Add the WatchState API ([#582](#582)) ([7c1f9f2](7c1f9f2))
- Add support for vsock connections ([#623](#623)) ([63c70ee](63c70ee))

### Documented

- Fix typo in doc comment ([3dbca7a](3dbca7a))

### Updated

- [**breaking**](#0.5.0-breaking) Upgrade tonic to 0.13 ([#615](#615)) ([2bd1afd](2bd1afd))
- [**breaking**](#0.9.0-breaking) Upgrade tonic to 0.14 ([#645](#645))

# tokio-console

## 0.1.14 - (2025-10-30)

### Added

- Add the WatchState API ([#582](#582)) ([7c1f9f2](7c1f9f2))
- Improve error msg when state streaming API is unimplemented ([#598](#598)) ([6ef148a](6ef148a))
- Add support for vsock connections ([#623](#623)) ([63c70ee](63c70ee))

### Fixed

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

### Updated

- Upgrade tonic to 0.13 ([#615](#615)) ([2bd1afd](2bd1afd))
- Upgrade tonic to 0.14 ([#645](#645))
@hds hds force-pushed the release-plz-2025-10-30T11-22-45Z branch from f10e5c7 to b6c9355 Compare October 30, 2025 11:41
@hds hds changed the title chore: release chore: release console-api-v0.9.0, console-subscriber-v0.5.0, tokio-console-v0.1.14 Oct 30, 2025
Copy link
Collaborator

@hds hds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some changes to the change logs, but all good.

@hds hds merged commit d8fba13 into main Oct 30, 2025
19 checks passed
@hds hds deleted the release-plz-2025-10-30T11-22-45Z branch October 30, 2025 11:51
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

2 participants