Skip to content

Latest commit

 

History

History
99 lines (49 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

99 lines (49 loc) · 2.16 KB

0.1.8 (2022-09-04)

Bug Fixes

  • fix build on tokio 1.21.0 (#374) (0106407c)

0.1.7 (2022-08-10)

Features

  • Update tonic to 0.8 (#364) (40e2f6fd)
  • Update console-api to 0.4 (#364) (40e2f6fd)

0.1.6 (2022-05-23)

Features

  • add Builder::poll_duration_histogram_max (#351) (a966feb3)

Bug Fixes

  • fix memory leak from resizing histograms (#351) (32dd3376, closes #350)

0.1.5 (2022-04-30)

Features

  • add support for EnvFilter in Builder::init (#337) (1fe84b72)

0.1.4 (2022-04-11)

Bug Fixes

  • fix memory leak from historical PollOps (#311) (9178ecf0, closes #256)

Features

  • console-api: Update tonic to 0.7 (#318) (83d8a870)
  • don't trace tasks spawned through the console server (#314) (0045e9bf)

0.1.3 (2022-02-18)

Features

  • add Builder::filter_env_var builder parameter (#276) (dbdb1494, closes #206)

Bug Fixes

  • record timestamps for updates last (#289) (703f1aa4, closes #266)
  • use monotonic Instants for all timestamps (#288) (abc08300, closes #286)
  • bail rather than panic when encountering clock skew (#287) (24db8c60, closes #286)
  • fix compilation on targets without 64-bit atomics (#282) (5590fdbc, closes #279)

0.1.2 (2022-01-18)

Bug Fixes

  • update console-api dependencies to require 0.1.2 (#274) (b95f683f)

0.1.1 (2022-01-18)

Bug Fixes

  • only send new tasks/resources/etc over the event channel (#238) (fdc77e28)
  • increased default event buffer capacity (#235) (0cf0aee)
  • use saturating arithmetic for attribute updates (#234) (fe82e170)

Changes

  • moved ID rewriting from console-subscriber to the client (#244) (095b1ef)

0.1.0 (2021-12-16)

  • Initial release! 🎉