Skip to content

Commit 8bfeb1b

Browse files
committed
# 0.1.33 (November 25, 2024)
### Added - Add index API for `Field` ([#2820]) - allow `&[u8]` to be recorded as event/span field ([#2954]) ### Changed - Use const `thread_local`s when possible ([#2838]) ### Fixed - Fix missed `register_callsite` error ([#2938]) - Do not add `valuable/std` feature as dependency unless `valuable` is used ([#3002]) - prefix macro calls with ::core to avoid clashing with local macros ([#3024]) ### Documented - Fix incorrect (incorrectly updated) docs for LevelFilter ([#2767]) [#2767]: #2767 [#2820]: #2820 [#2838]: #2838 [#2938]: #2938 [#3002]: #3002 [#3024]: #3024
1 parent 8a25a16 commit 8bfeb1b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

tracing-core/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 0.1.33 (November 25, 2024)
2+
3+
### Added
4+
5+
- Add index API for `Field` ([#2820])
6+
- allow `&[u8]` to be recorded as event/span field ([#2954])
7+
8+
### Changed
9+
10+
- Use const `thread_local`s when possible ([#2838])
11+
12+
### Fixed
13+
14+
- Fix missed `register_callsite` error ([#2938])
15+
- Do not add `valuable/std` feature as dependency unless `valuable` is used ([#3002])
16+
- prefix macro calls with ::core to avoid clashing with local macros ([#3024])
17+
18+
### Documented
19+
20+
- Fix incorrect (incorrectly updated) docs for LevelFilter ([#2767])
21+
22+
[#2767]: https://github.com/tokio-rs/tracing/pull/2767
23+
[#2820]: https://github.com/tokio-rs/tracing/pull/2820
24+
[#2838]: https://github.com/tokio-rs/tracing/pull/2838
25+
[#2938]: https://github.com/tokio-rs/tracing/pull/2938
26+
[#3002]: https://github.com/tokio-rs/tracing/pull/3002
27+
[#3024]: https://github.com/tokio-rs/tracing/pull/3024
28+
129
# 0.1.32 (October 13, 2023)
230

331
### Documented

tracing-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "tracing-core"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "v0.1.x" git tag.
11-
version = "0.1.32"
11+
version = "0.1.33"
1212
authors = ["Tokio Contributors <[email protected]>"]
1313
license = "MIT"
1414
readme = "README.md"

0 commit comments

Comments
 (0)