Skip to content

Commit

Permalink
subscriber: prepare to release 0.2.14 (tokio-rs#1065)
Browse files Browse the repository at this point in the history
Fixed

- **registry**: Fixed `Registry::new` allocating an excessively large
  amount of memory, most of which would never be used ([tokio-rs#1064])

Changed

- **registry**: Improved `new_span` performance by reusing `HashMap`
  allocations for `Extensions` ([tokio-rs#1064])
- **registry**: Significantly improved the performance of
  `Registry::enter` and `Registry::exit` ([tokio-rs#1058])

[tokio-rs#1064]: tokio-rs#1064
[tokio-rs#1058]: tokio-rs#1058
  • Loading branch information
hawkw authored and kaffarell committed May 22, 2024
1 parent 2a07738 commit b2c125e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tracing-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.2.14 (October 22, 2020)

### Fixed

- **registry**: Fixed `Registry::new` allocating an excessively large amount of
memory, most of which would never be used ([#1064])

### Changed

- **registry**: Improved `new_span` performance by reusing `HashMap` allocations
for `Extensions` ([#1064])
- **registry**: Significantly improved the performance of `Registry::enter` and
`Registry::exit` ([#1058])

[#1064]: https://github.com/tokio-rs/tracing/pull/1064
[#1058]: https://github.com/tokio-rs/tracing/pull/1058

# 0.2.13 (October 7, 2020)

### Changed
Expand Down

0 comments on commit b2c125e

Please sign in to comment.