Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: prepare to release v0.1.30 #2339

Merged
merged 1 commit into from Oct 6, 2022
Merged

core: prepare to release v0.1.30 #2339

merged 1 commit into from Oct 6, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Oct 6, 2022

0.1.30 (October 6, 2022)

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!

# 0.1.30 (October 6, 2022)

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!

[#2269]: #2269
[#2293]: #2293
@hawkw hawkw requested a review from a team as a code owner October 6, 2022 17:27
@hawkw hawkw enabled auto-merge (squash) October 6, 2022 17:51
@hawkw hawkw disabled auto-merge October 6, 2022 17:51
@hawkw hawkw merged commit 8b01ea9 into v0.1.x Oct 6, 2022
@hawkw hawkw deleted the eliza/core-0.1.30 branch October 6, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant