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

Merged
merged 1 commit into from
Jul 29, 2024
Merged

chore: release #576

merged 1 commit into from
Jul 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 16, 2024

🤖 New release

  • tokio-console: 0.1.11 -> 0.1.12
  • console-api: 0.7.0 -> 0.8.0
  • console-subscriber: 0.3.0 -> 0.4.0
Changelog

tokio-console

0.1.12 - (2024-07-29)

Fixed

Updated

console-api

0.8.0 - (2024-07-29)

Breaking Changes

  • Upgrade tonic to 0.12 (#571) (5f6faa2)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic, prost and
    prost-types dependency to a semver-incompatible version. This breaks
    compatibility with tonic 0.11.x as well as prost/prost-types
    0.12.x.

Updated

console-subscriber

0.4.0 - (2024-07-29)

Breaking Changes

  • Upgrade tonic to 0.12 (#571) (5f6faa2)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic, prost and
    prost-types dependency to a semver-incompatible version. This breaks
    compatibility with tonic 0.11.x as well as prost/prost-types
    0.12.x.

Added

  • Add TOKIO_CONSOLE_BUFFER_CAPACITY env variable (#568) (a6cf14b)

Fixed

  • Remove unused AggregatorHandle and fix other lints (#578) (c442063)

Updated


This PR was generated with release-plz.

@kevinji
Copy link

kevinji commented Jul 22, 2024

Is there anything blocking this release? Would love the tonic and prost changes to be out.

@github-actions github-actions bot force-pushed the release-plz-2024-07-16T01-00-58Z branch from 187ba37 to 5db61fa Compare July 24, 2024 07:55
@hds
Copy link
Collaborator

hds commented Jul 24, 2024

Is there anything blocking this release? Would love the tonic and prost changes to be out.

@kevinji I've got to clean up the PR (tokio-console shouldn't actually be a blocking release) and then I'll look at merging it to run the release. It's fairly low effort now that we're using Release-plz, so perhaps I'll get it done before the weekend.

Otherwise, feel free to ping me on the Tokio Discord on Monday. (-:

@kevinji
Copy link

kevinji commented Jul 24, 2024

Sounds good, thanks!

Copy link
Collaborator

@Rustin170506 Rustin170506 left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks! 👍

@github-actions github-actions bot force-pushed the release-plz-2024-07-16T01-00-58Z branch from 01a1d89 to cbf9356 Compare July 29, 2024 12:21
@hds hds force-pushed the release-plz-2024-07-16T01-00-58Z branch 3 times, most recently from 514b965 to b901d68 Compare July 29, 2024 12:30
…onsole-v0.1.12

## 🤖 New release
* `tokio-console`: 0.1.11 -> 0.1.12
* `console-api`: 0.7.0 -> 0.8.0
* `console-subscriber`: 0.3.0 -> 0.4.0

## `tokio-console`

## 0.1.12 - (2024-07-29)

### Fixed

- Handle Windows path correctly ([#555](#555)) ([6ad0def](6ad0def))
- Avoid crash when accessing selected item ([#570](#570)) ([9205e15](9205e15))

### Updated

- Upgrade tonic to 0.12 ([#571](#571)) ([5f6faa2](5f6faa2))

## `console-api`

## 0.8.0 - (2024-07-29)

### <a id = "0.8.0-breaking"></a>Breaking Changes
- **Upgrade tonic to 0.12 ([#571](#571 ([5f6faa2](5f6faa2))
This is a breaking change for users of `console-api` and
`console-subscriber`, as it changes the public `tonic`, `prost` and
`prost-types` dependency to a semver-incompatible version. This breaks
compatibility with `tonic` 0.11.x as well as `prost`/`prost-types`
0.12.x.

### Updated

- [**breaking**](#0.8.0-breaking) Upgrade tonic to 0.12 ([#571](#571)) ([5f6faa2](5f6faa2))

## `console-subscriber`

## 0.4.0 - (2024-07-29)

### <a id = "0.4.0-breaking"></a>Breaking Changes
- **Upgrade tonic to 0.12 ([#571](#571 ([5f6faa2](5f6faa2))
This is a breaking change for users of `console-api` and
`console-subscriber`, as it changes the public `tonic`, `prost` and
`prost-types` dependency to a semver-incompatible version. This breaks
compatibility with `tonic` 0.11.x as well as `prost`/`prost-types`
0.12.x.

### Added

- Add `TOKIO_CONSOLE_BUFFER_CAPACITY`  env variable ([#568](#568)) ([a6cf14b](a6cf14b))

### Fixed

- Remove unused `AggregatorHandle` and fix other lints ([#578](#578)) ([c442063](c442063))

### Updated

- [**breaking**](#0.4.0-breaking) Upgrade tonic to 0.12 ([#571](#571)) ([5f6faa2](5f6faa2))
@hds hds force-pushed the release-plz-2024-07-16T01-00-58Z branch from b901d68 to 4107c68 Compare July 29, 2024 12:32
@hds hds merged commit ca39033 into main Jul 29, 2024
17 checks passed
@hds hds deleted the release-plz-2024-07-16T01-00-58Z branch July 29, 2024 14:58
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.

3 participants