Skip to content

console-api v0.6.0

Latest
Compare
Choose a tag to compare
@hawkw hawkw released this 29 Sep 16:46
· 143 commits to main since this release
console-api-v0.6.0
638c1c3

console-api-v0.6.0 - (2023-09-29)

Breaking Changes

  • Update tonic to v0.10 and increase MSRV to 1.64 (#464) (882318a)
    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.9.x and prost 0.11.x.

Added

Documented

Fixed

  • Add explicit futures-core dep to fix broken builds (#453) (88638f9)