- fix build on tokio 1.21.0 (#374) (0106407c)
- add
Builder::poll_duration_histogram_max
(#351) (a966feb3)
- add support for
EnvFilter
inBuilder::init
(#337) (1fe84b72)
- console-api: Update
tonic
to0.7
(#318) (83d8a870) - don't trace tasks spawned through the console server (#314) (0045e9bf)
- record timestamps for updates last (#289) (703f1aa4, closes #266)
- use monotonic
Instant
s 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)
- update console-api dependencies to require 0.1.2 (#274) (b95f683f)
- 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)
- moved ID rewriting from
console-subscriber
to the client (#244) (095b1ef)
- Initial release! 🎉