Skip to content

tracing-core 0.1.30

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 17:53
· 555 commits to master since this release
tracing-core-0.1.30
8b01ea9

This release of tracing-core adds a new on_register_dispatch method to the
Subscriber trait to allow the Subscriber to perform initialization after
being registered as a Dispatch, and a WeakDispatch type to allow a
Subscriber to store its own Dispatch without creating reference count
cycles.

Added

  • Subscriber::on_register_dispatch method (#2269)
  • WeakDispatch type and Dispatch::downgrade() function (#2293)

Thanks to @jswrenn for contributing to this release!