Skip to content

Latest commit

 

History

History
243 lines (163 loc) · 25 KB

CHANGELOG.md

File metadata and controls

243 lines (163 loc) · 25 KB

Changelog

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

console-subscriber-v0.2.0 - (2023-09-29)

c8c4a85...c8c4a85

Breaking Changes

  • Update Tonic and Prost dependencies (#364) (f9b8e03)
    This commit updates the public dependencies prost and tonic to semver-incompatible versions (v0.11.0 and v0.8.0, respectively). This is a breaking change for users who are integrating the console-api protos with their own tonic servers or clients.
  • Update tonic to v0.10 and increase MSRV to 1.64 (#464) (96e62c8)
    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

console-subscriber-v0.1.10 - (2023-07-03)

05cdab0...91929d0

Fixed

Console_subscriber

  • Remove clock skew warning in start_poll (#434) (fb45ca1)

console-subscriber-v0.1.9 - (2023-05-09)

8fb1732...05cdab0

Added

Fixed

console-subscriber-v0.1.8 - (2022-09-04)

95a17b6...8fb1732

Fixed

console-subscriber-v0.1.6 - (2022-05-23)

0b3f592...95a17b6

Added

  • Add Builder::poll_duration_histogram_max (#351) (a966feb)

Fixed

console-subscriber-v0.1.5 - (2022-04-30)

43fb91f...0b3f592

Added

  • Add support for EnvFilter in Builder::init (#337) (1fe84b7)

Documented

console-subscriber-v0.1.4 - (2022-04-11)

0e67d17...43fb91f

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

  • Warn against enabling compile time filters in the readme (#317) (9a27cd2, closes #315)

Fixed

console-subscriber-v0.1.3 - (2022-02-18)

e590df3...0e67d17

Added

  • Add Builder::filter_env_var builder parameter (#276) (dbdb149, closes #206)

Documented

  • Fix broken links in READMEs and subscriber doc comment (#285) (a2202f7)
  • Add information on where to put .cargo/config.toml (#284) (d07aa89)
  • Document minimum Tokio versions (#291) (3b1f14a, closes #281)

Fixed

console-subscriber-v0.1.2 - (2022-02-07)

12a4821...e590df3

Fixed

  • Console-api dependencies to require 0.1.2 (#274) (b95f683)

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

d3a410e...12a4821

Fixed

  • Use saturating arithmetic for attribute updates (#234) (fe82e17)
  • Increase default event buffer capacity a bit (#235) (0cf0aee)
  • Only send new tasks/resources/etc over the event channel (#238) (fdc77e2)

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

Added

Documented

Fixed

  • Fix busy loop in aggregator task (#17) (fff4698)
  • Use correct timestamps for Stats::to_proto (#19) (90d38b1)
  • Require tokio >= 1.5 (#22) (62dec4a)
  • Update uncompleted tasks total time every update (#28) (d7f1629)
  • Detect completed tasks even if console connects after (#29) (53515a7)
  • Consider by-value wakes to be waker drops (#46) (aeaecf5)
  • Enable runtime:: target for tracing events (#99) (0da7243)
  • Remove backticks from mangled PR review suggestion (#105) (1ad57af)
  • Include tracing events starting with tokio in filter (#159) (6786d3e, closes #149)
  • Remove chrono from deps and sub-deps (#175) (c4e3302)
  • Unset default dispatcher in span callbacks (#170) (3170432)
  • Fix potential spurious flush notifications (#178) (c5e9b37)
  • Ignore spans that weren't initially recorded (0cd7a2f)
  • Ignore exiting spans that were never entered (ad442e2)