8000 Tags · tokio-rs/tracing · GitHub
[go: up one dir, main page]

Skip to content

Tags: tokio-rs/tracing

Tags

tracing-core-0.1.36

Toggle tracing-core-0.1.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-core 0.1.36 (#3440)

# 0.1.36 (December 18, 2025)

- Fix `record_all` panic ([#3432])

[#3432]: #3432

tracing-0.1.44

Toggle tracing-0.1.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing 0.1.44 (#3439)

# 0.1.44 (December 18, 2025)

### Fixed

- Fix `record_all` panic ([#3432])

### Changed

- `tracing-core`: updated to 0.1.36 ([#3440])

[#3432]: #3432
[#3440]: #3440

tracing-subscriber-0.3.22

Toggle tracing-subscriber-0.3.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-subscriber 0.3.22 (#3428)

# 0.3.22 (November 28, 2025)

#### Important

The previous release [0.3.21] was yanked as it depended explicitly on
[tracing-0.1.42], which was yanked due to a breaking change (see [#3424] for
details). This release contains all the changes from the previous release, plus
an update to the newer version of `tracing`.

### Changed

- `tracing`: updated to 0.1.43 ([#3427])

[#3424]: #3424
[#3427]: #3427
[0.3.21]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21
[tracing-0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing-mock-0.1.0-beta.3

Toggle tracing-mock-0.1.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-mock 0.1.0-beta.3 (#3429)

# 0.1.0-beta.3 (November 28, 2025)

#### Important

The previous release [0.1.0-beta.2] was yanked as it depended explicitly on
[tracing-0.1.42], which was yanked due to a breaking change (see [#3424] for
details). This release contains all the changes from the previous release, plus
an update to the newer version of `tracing`.

### Changed

- `tracing`: updated to 0.1.43 ([#3427])

[#3424]: #3424
[#3427]: #3427
[0.1.0-beta.2]: https://github.com/tokio-rs/tracing/releases/tag/tracing-mock-0.1.0-beta.2
[tracing-0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing-0.1.43

Toggle tracing-0.1.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing 0.1.43 (#3427)

# 0.1.43 (November 28, 2025)

#### Important

The previous release [0.1.42] was yanked because [#3382] was a breaking change.
See further details in [#3424]. This release contains all the changes from that
version, plus a revert for the problematic part of the breaking PR.

### Fixed

- Revert "make `valueset` macro sanitary" ([#3425])

[#3382]: #3382
[#3424]: #3424
[#3425]: #3425
[0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing-subscriber-0.3.21

Toggle tracing-subscriber-0.3.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-subscriber 0.3.21 (#3419)

# 0.3.21 (November 26, 2025)

### Fixed

- Change registry exit to decrement local span ref only ([#3331])
- Make Layered propagate `on_register_dispatch` ([#3379])

### Changed

- `tracing`: updated to 0.1.42 ([#3418])

### Performance

- Remove `clone_span` on enter ([#3289])

### Documented

- Fix a few small things in the format module ([#3339])
- Fix extra closing brace in layer docs ([#3350])
- Fix link in `FmtSpan` docs ([#3411])

[#3289]: https://github.com/tokio-rs/tracing/pull/#3289
[#3331]: https://github.com/tokio-rs/tracing/pull/#3331
[#3339]: https://github.com/tokio-rs/tracing/pull/#3339
[#3350]: https://github.com/tokio-rs/tracing/pull/#3350
[#3379]: https://github.com/tokio-rs/tracing/pull/#3379
[#3411]: https://github.com/tokio-rs/tracing/pull/#3411
[#3418]: https://github.com/tokio-rs/tracing/pull/#3418

tracing-mock-0.1.0-beta.2

Toggle tracing-mock-0.1.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-mock 0.1.0-beta.2 (#3422)

# 0.1.0-beta.2 (November 26, 2025)

### Added

- Add `on_register_dispatch` expectation for subscriber and layer mocks ([#3415])
- Add doctests for `on_register_dispatch` negative cases ([#3416])

### Changed

- `tracing`: updated to 0.1.42 ([#3418])

[#3415]: https://github
7440
.com/tokio-rs/tracing/pull/#3415
[#3416]: https://github.com/tokio-rs/tracing/pull/#3416
[#3418]: https://github.com/tokio-rs/tracing/pull/#3418

tracing-journald-0.3.2

Toggle tracing-journald-0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-journald 0.3.2 (#3421)

# 0.3.2 (November 26, 2025)

### Added

- Use argv0 for syslog identifier ([#3372])

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

tracing-core-0.1.35

Toggle tracing-core-0.1.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-core 0.1.35 (#3414)

# 0.1.35 (November 26, 2025)

### Added

- Switch to unconditional `no_std` ([#3323])
- Improve code generation at trace points significantly ([#3398])

### Fixed

- Add missing `dyn` keyword in `Visit` documentation code sample ([#3387])

### Documented

- Add favicon for extra pretty docs ([#3351])

[#3323]: https://github.com/tokio-rs/tracing/pull/#3323
[#3351]: https://github.com/tokio-rs/tracing/pull/#3351
[#3387]: https://github.com/tokio-rs/tracing/pull/#3387
[#3398]: https://github.com/tokio-rs/tracing/pull/#3398

tracing-attributes-0.1.31

Toggle tracing-attributes-0.1.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare tracing-attributes 0.1.31 (#3417)

# 0.1.31 (November 26, 2025)

### Added

- Support constant expressions as instrument field names ([#3158])

[#3158]: https://github.com/tokio-rs/tracing/pull/#3158
0