Skip to content

Latest commit

 

History

History
116 lines (73 loc) · 8.66 KB

CHANGELOG.md

File metadata and controls

116 lines (73 loc) · 8.66 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

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

2cb6ee5...a7acbcc

Breaking Changes

  • Update tonic to v0.9 (#420) (b70c1d8)
    This is a breaking change for users of console-api, as it changes the public tonic dependency to a semver-incompatible version. This breaks compatibility with tonic 0.8.
  • 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)

console-api-v0.3.0 - (2022-05-23)

0d6d7a9...5490d64

Breaking Changes

  • Add optional histogram outlier details (#351) (4611591)
    This is a breaking change to the Rust bindings (the console-api crate) due to changing a field from an Option to a protobuf oneof (introducing a new enum type). This is not a breaking change to the protobufs themselves --- the actual wire format change is backwards-compatible, but the generated Rust code changes in a breaking way.

Added

Documented

console-api-v0.2.0 - (2022-04-11)

c7cab71...0d6d7a9

Breaking Changes

  • Update tonic to 0.7 (#318) (83d8a87)
    console-api is now no longer compatible with projects using prost 0.9 or tonic 0.7. These crates must be updated to use console-api 0.2.

Added

Documented

  • Reword comment on the tracing_core::metadata::Kind match (#272) (1ac3b9f)

console-api-v0.1.2 - (2022-02-04)

1fe0650...c7cab71

Fixed

  • Fix accidental exhaustive matching on metadata::Kind (#271) (d9aafaa, fixes #270)

console-api-v0.1.1 - (2022-01-18)

5c041d7...1fe0650

Documented

console-api-v0.1.0 - (2021-12-16)

Added

Documented

Fixed