Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing

Application level tracing for Rust.
https://github.com/tokio-rs/tracing

subscriber: prepare to release 0.2.0 stable (#567)

# 0.2.0 (February 4, 2020)

### Breaking Changes

- **fmt**: Renamed `Context` to `FmtContex...

8711f63cd8c135980edaca1570ce6878ffe34d7c authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: improve docs on `Layer` composition (#566)

Depends on #564

This commit adds a new section to the `Layer` docs on how `Layer`s and
`Sub...

e32012a64a49cc1934ec66e36ab5894f077fc206 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: remove `LookupMetadata` trait (#564)

## Motivation

The `LookupMetadata` trait was essentially a prototype for `LookupSpan`,
and w...

a661155590138e17c4fd04c0d0896deb6927e4f7 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: feature flag registry implementation only (#565)

## Motivation

Currently, both the `Registry` type _and_ the `LookupSpan` and
`SpanData` trai...

737eba22a85335f71b9293b1e516d489a73594ff authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix missing rustdoc-args on docs.rs (#563)

This should fix the `doc-cfg` attributes not being present in the
docs.rs docs.

Signed-off-b...

bf6c4d55b7a1adb93556c9f93848e17ad4f6e8aa authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.0-alpha.6 (#561)

Fixed

- **fmt**: Fixed empty `{}` printed after spans with no fields (f079f2d)
- **fmt**: Fi...

622902597333c1c305a65d15b76d7deef925aa79 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: use `Formatter::write_char` rather than `pad`

This commit replaces uses of `Formatter::pad` with
`Formatter::write_char` wherever a single cha...

d92342e35c9aa808b4f9460d0379beef1c8934be authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix misaligned levels with ANSI disabled

Currently, when ANSI color formatting is enabled, `tracing-subscriber`'s
`fmt` module left-pads ...

eba1adbc209db2908ef846f3cf14a5f164702f97 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: don't print curly braces on spans with no fields

Previously, when `tracing-subscriber`'s `fmt` module printed span
contexts, curly braces were on...

f079f2d06a5ba9d4bb07df88b19deccc478add87 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: make ANSI and not-ANSI formatting consistent

Currently, the `tracing-subscriber` crate's `fmt` module has two
separate `fmt::Display` impls f...

506a482a11f58eb160758076dd4c5a6667718835 authored almost 5 years ago by Eliza Weisman <[email protected]>
error: switch tracing-subscriber to crates.io dependency (#559)

This updates `tracing-error` to depend on `tracing-subscriber` from
crates.io, rather than via ...

52b2c05beefd6b6c75420c8c3ccfcaba4ada8f13 authored almost 5 years ago by Eliza Weisman <[email protected]>
error: introduce `tracing-error` crate (#556)

## Motivation

A lot of folks have expressed interest in being able to capture the
current `t...

30a65561286bbdfda5d2cb88c5125f263225bb68 authored almost 5 years ago by Eliza Weisman <[email protected]>
chore: fix warnings on nightly (#558)

Signed-off-by: David Barsky <[email protected]>

3c8098447e23ec848b2685c5d4e7a6bd5cc87971 authored almost 5 years ago by David Barsky <[email protected]>
subscriber: prepare to release 0.2.0-alpha.5 (#555)

### Added:

- **env_filter**: Documentation for filtering directives (#554)
- **registry**, *...

c889311821e8a05cc10dc2922df2049482882d22 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: update `sharded-slab` to v0.0.8 to fix a memory leak

Version 0.0.7 of `sharded-slab` contains a bug where, when the `remove`
method is called with th...

3c35048ba7931804fb3d68a1226d6c01ffe1fb31 authored almost 5 years ago by Eliza Weisman <[email protected]>
docs: document filter directives (#554)

This PR is extracted from #368 and introduces additional documentation for
the filter directive...

cde8d5249fe421255c65d18a853d91f24a1d993c authored almost 5 years ago by David Barsky <[email protected]>
subscriber: fix incorrect use of `FormattedFields` extension in fmt layer

This fixes two bugs. One where the formatted fields were incorrectly
parameterized over Self in...

1c3bb7087db7570e91d27cd40e5e27f0f9a2c8b1 authored almost 5 years ago by Jane Lusby <[email protected]>
subscriber: fix `Layered` layers not downcasting to themselves (#549)

Currently, a `Layered` struct's implementations of `Subscriber` and
`Layer` will successfully d...

fa1f826fe524e6da1973801a396d02e497a45480 authored almost 5 years ago by Eliza Weisman <[email protected]>
readme: quick typo fix (#546)

Fixes a small typo that inverts the intended meaning.

42c17fcd548a728856ea0dba64b525d39ea62538 authored almost 5 years ago by Khionu Sybiern <[email protected]>
futures: support futures 0.3 Streams/Sinks (#544)

* tracing: implement futures 0.3 Stream trait for Instrumented

By implementing the Stream tra...

981089305bd608b26afaa3913051378f197137e3 authored almost 5 years ago by obergner <[email protected]>
subscriber: upgrade to smallvec 1.0 (#543)

# Motivation

The smallvec 0.6 dependency is causing some duplicate dependencies in
quinn. sm...

f160a057347e5dd73c333fe454fe3bc9ff81faa3 authored almost 5 years ago by Dirkjan Ochtman <[email protected]>
finish doc_cfg for tracing-tower and tracing-log (#537)

Closes #440

this should be the last of them

* finish doc_cfg for tracing-tower

* finis...

dee99ac493d510cb98e8b2a35da9fb34b6b7d264 authored almost 5 years ago by Jane Lusby <[email protected]>
tracing-futures: prepare 0.2.1 (#536)

# 0.2.1 (Jan 15, 2020)

### Added

- API documentation now shows which features are required...

8b9fc8edb03cdc5308b0c6b0765928fdfb84bf00 authored almost 5 years ago by David Barsky <[email protected]>
core: support `Wrapping` and `NonZero` types as `Value`s (#538)

## Motivation

For tracing there's no difference between a `NonZero*` or `Wrapping`
type and ...

c5972d84473bbb75e23b2d3ee4a258a125ebcd12 authored almost 5 years ago by Oliver Scherer @ Cosmian <[email protected]>
ci: CI workflow improvements (#520)

I've made some improvements to the CI workflow script.

I've consistently used the `actions-rs...

ed7e5a76242b051a26f207ea7c25da9d5c71ccc0 authored almost 5 years ago by Darin Morrison <[email protected]>
ci: fix CI builds not running on PRs

2736f594bdabb31beeb97cabdf3a784d117745aa authored almost 5 years ago by Lucio Franco <[email protected]>
tracing: prepare to release 0.1.12 (#530)

* tracing: update core version

Signed-off-by: Eliza Weisman <[email protected]>

* tracing: ...

6fcdf94fef09557d5f50a2091a93b26f6075f1c6 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.0-alpha.4 (#534)

# 0.2.0-alpha.4 (January 11, 2020)

### Fixed

- **registry**: Removed inadvertently committ...

bdddf10d994ebcf50fc0488534127b038b9ec85c authored almost 5 years ago by Eliza Weisman <[email protected]>
docs: fix incorrect explanation for futures and spans (#531)

8214570c44d1ff5d2f38763b51a414f00d0ffc57 authored almost 5 years ago by David Barsky <[email protected]>
subscriber: remove `dbg!` macros from registry (#533)

These were added while debugging issue #511. They were never intended to
be committed, but appa...

f7b338ed7c05781cdb60e5dcd6019bb33647d8be authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.0-alpha.3 (#529)

* subscriber: prepare to release 0.2.0-alpha.3

### Added

- **fmt**: Public `FormattedField...

c6f74ea0f8390cf307c5a20e04385dc0e93a12c2 authored almost 5 years ago by Eliza Weisman <[email protected]>
docs: finish doc_cfg for tracing-futures and tracing-subscriber (#525) (#528)

* Get the last bits of tracing-core

* remove unnecessary doc_cfgs

* add doc_cfg for std fe...

c3c0bd52388083e77acc017f1efc66f258f5af73 authored almost 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.9 (#527)

# 0.1.9 (January 10, 2020)

### Added

- API docs now show what feature flags are required t...

cb7509390a2963f7fcfc7ec2da67c373176821b9 authored almost 5 years ago by Eliza Weisman <[email protected]>
ci: remove `on: pull_request` (#526)

* ci: remove `on: pull_request`

It appears that this setting doesn't actually do what I thoug...

837cc7e0da11ee4d56d878cf4932bb0577a908e8 authored almost 5 years ago by Eliza Weisman <[email protected]>
docs: add doc-cfg attributes to tracing and tracing-core (#523)

Starts on #440.

This branch adds `doc_cfg` attributes to `tracing` and `tracing-core`,
when ...

653eadb04a4f8966559324356f650366960162a5 authored almost 5 years ago by Eliza Weisman <[email protected]>
core: s/soft deprecated/deprecated (#524)

The docs for `drop_span` incorrectly state that the method is
"soft-deprecated", when it's actu...

57b967528a45f9dbba0b2f8fa6b8277fb4a95edc authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: nicer assertions for span close tests (#517)

This branch updates the `tracing-subscriber` tests for
span closure and removal from the regist...

0baa2a8e264ccdc4a4b1a311296fb13e0f26a27f authored almost 5 years ago by Eliza Weisman <[email protected]>
core: drop dispatch object outside of mutable borrow section (#522)

With this change we replace DefaultGuard's drop implementation with a
version that no longer dr...

4ba701bf19ea8a6c7a862ac86c6f166e299b1191 authored almost 5 years ago by Daniel Müller <[email protected]>
subscriber: fix issues when a span triggers its parents to close (#514)

This branch fixes a couple of issues which might result in child spans
not correctly triggering...

d0b22bb331d3c44df2326b2739998948d056f6d4 authored almost 5 years ago by Eliza Weisman <[email protected]>
subscriber: add examples for layers (#510)

* Add examples for layers

* Reorganize and shrink examples

* Apply suggestions from code r...

f9c75340f9df6cce88c4381934f2c507a576ece4 authored almost 5 years ago by Jane Lusby <[email protected]>
ci: run clippy-check action on CI (#491)

This is a follow up PR for #477 that runs clippy on CI.

* Switch from hecrj/setup-rust-action...

986c68d82a41d09542a9c6edd2c14577f1eeb6de authored almost 5 years ago by Darin Morrison <[email protected]>
docs: fix broken tracing-actix links (#513)

Authored-By: David Barsky <[email protected]>

eaa93176d9bdc98f551fdded4d2ec65361f95318 authored almost 5 years ago by David Barsky <[email protected]>
Update Top-Level Documentation (#496)

Authored-By: David Barsky <[email protected]>
Co-Authored-By: Eliza Weisman <[email protected]>

1dfb657cdb7340bbdafe529c45aafc250711e81f authored almost 5 years ago by David Barsky <[email protected]>
subscriber: traverse SpanStack on pop (#509)

* subscriber: traverse SpanStack on pop

In cases where spans are not popped in FILO (first-in...

e2a38977f16dab847f883268110cd622c2960c77 authored almost 5 years ago by Chris Lucas <[email protected]>
docs: add third-party crates to docs (#507)

* docs: add third-party crates to docs

This branch adds a list of related crates not in this ...

1725ab910e2f56ddc19634786e92839707d66748 authored almost 5 years ago by Eliza Weisman <[email protected]>
futures: no_std support (#498)

## Motivation

Being able to trace futures in platforms that do not support
stdlib would be n...

754e68d79aee46f03b4d630817ad7a9207294178 authored almost 5 years ago by Arthur Gautier <[email protected]>
ci: try cargo-hack (#502)

## Motivation

I've found multiple compilation error involving non-default features.

## Sol...

f1df31b1964fef2ea9853d84c6702bfa4059f219 authored almost 5 years ago by Arthur Gautier <[email protected]>
all: remove removed warnings (#506)

These warnings have been removed as of
https://github.com/rust-lang/rust/commit/1465351c3dbabfa...

ed26b22156fb892b9412658fb6bf98fac1721ba3 authored almost 5 years ago by David Barsky <[email protected]>
add with_subscriber to span (#503)

Intended to allow library authors to access a span's dispatcher for
out-of-band interaction wit...

a088be3b10c0992e205d380bfc642372f4940284 authored almost 5 years ago by Paul Kinsky <[email protected]>
subscriber: fixup various compilation errors with no-default-features (#500)

* subscriber: compilation errors w/ nodefault + ansi

when compiling with -no-default-features...

1f0bdeec734bd45865a98f9e3e4b5fda6926f8e5 authored almost 5 years ago by Arthur Gautier <[email protected]>
subscriber: Fixup compilation error with features disabled (#499)

This fixes the following compilation error:
```
error[E0433]: failed to resolve: use of undecl...

559beaaeb31cb866005e9919e073a40de6758162 authored almost 5 years ago by Arthur Gautier <[email protected]>
tracing-subscriber: fix #489 (#490)

Authored-by: David Barsky <[email protected]>

37faa297694908804665773d0281013ac948b093 authored almost 5 years ago by David Barsky <[email protected]>
Fix clippy lints (#477)

This PR fixes all reported clippy lints. In most cases I have made the
suggested changes. In a ...

048b85cf3b6d6137b9d3f055f6c154b78c344e69 authored about 5 years ago by Darin Morrison <[email protected]>
tracing: prepare to release 0.1.11 (#487)

* tracing: prepare to release 0.1.11

Added

- `Span::is_none` method (#475)
- `LevelFilter...

d63b026f0f379c5cf454c30ed28232593b339a6d authored about 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.6 (#488)

Added

- Updated documentation (#468)

Signed-off-by: Eliza Weisman <[email protected]>

07f2ab6adac8ddc47a17d90419280690a5243ad0 authored about 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release v0.1.8 (#486)

Added

- `Default` impl for `Dispatch` (#411)

Fixed

- Removed duplicate `lazy_static` de...

d7d561febda4b4e1fc20626c382cd4b620b04f1a authored about 5 years ago by Eliza Weisman <[email protected]>
chore: update README links/badges (#485)

This branch updates all the README links and badges. In particular, it:

* Changes build statu...

7856483fcf6ba98f2b9abcc28326ad870ca6bdb7 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix missing space issue (#480)

Closes #474

d134675085cb2eb1fcb8bbfc0efc0e847e3a81f4 authored about 5 years ago by Jane Lusby <[email protected]>
subscriber: fix buggy format with module disabled (#481)

Closes #476

e930f054bb632346415bfaa9c26fcb8cd6405458 authored about 5 years ago by Jane Lusby <[email protected]>
tracing: document MSRV in README / rustdocs (#482)

Closes #446

11dab1e14801bcdbdb3fe40db7b68854aad0e92c authored about 5 years ago by Jane Lusby <[email protected]>
tracing: fix missing whitespace in log records (#484)

## Motivation

When using the `tracing/log` feature flag to emit log records from
tracing eve...

dd1fdeec1d26cd80411ac3f60474fd550a37f485 authored about 5 years ago by Eliza Weisman <[email protected]>
chore: run CI on pull requests too

maybe this will fix staleness issues?

56ab0d2c77aa1f61f438850d2a7e650fabdb45aa authored about 5 years ago by Eliza Weisman <[email protected]>
Fix env_logger feature name in README (#483)

## Motivation

I stumbled upon this issue when trying to get tracing-log working with
env_log...

9b9d511862b3b029c5b28780411072641faf0a1c authored about 5 years ago by Jerome Gravel-Niquet <[email protected]>
tracing-tower: update to tower 0.3; introduce client/server examples (#465)

Co-authored-by: David Barsky <[email protected]>
Co-authored-by: Eliza Weisman <[email protected]>

4522999f37100c6ffb7948131d9ac777f42c2561 authored about 5 years ago by David Barsky <[email protected]>
fmt: add public constructor to `FormattedFields` (#478)

Signed-off-by: Eliza Weisman <[email protected]>

65547d8809fcc726b8187db85b23c42e32ef5dce authored about 5 years ago by Eliza Weisman <[email protected]>
tracing: add `Span::is_none` (#475)

## Motivation

There is currently no way to detect when a span is "empty" (i.e., it was
creat...

a19483070c7a64440f642bb5384ead78271fb8b6 authored about 5 years ago by Eliza Weisman <[email protected]>
tracing-attributes: document `skip` in `#[instrument]` (#468)

Authored-By: David Barsky <[email protected]>

fc3ab4cfe405c0d9a54f16200a7b4b551f00de97 authored about 5 years ago by David Barsky <[email protected]>
tracing: fix incorrect `follows_from` bounds (#467)

Authored-By: David Barsky <[email protected]>
Co-Authored-By: Eliza Weisman <[email protected]>

364ce2d12025bcfba288909a0fc7b84dc439f45c authored about 5 years ago by David Barsky <[email protected]>
Add conversions from `Level` to `LevelFilter` (#471)

## Motivation

Can't create a filter for a specific level without having to `match` on
a `Lev...

8ca5a835ab2a50e0a1fc35e64edf553686241fb5 authored about 5 years ago by Nikolai Vazquez <[email protected]>
tracing: add `LevelFilter::into_level` (#470)

## Motivation

Makes it possible to get a `Level` without having to check which
`LevelFilter`...

8308d53ac6a8b7632aa73a809e7b05b22332f43c authored about 5 years ago by Nikolai Vazquez <[email protected]>
subscriber: prepare to release 0.2.0-alpha.2

Added:

- `LookupSpans` implementation for `Layered` (#448)
- `SpanRef::from_root` to iterate ov...

43a160cdc575aae186002ed575527e4960423b20 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: make `Context::scope` do what it's supposed to (#460)

## Motivation

PR #443 added a `Context::scope` function, as described in issue #427.
In the ...

6410e539e9e3890e2e525f1c8c030b0fb92c7886 authored about 5 years ago by Eliza Weisman <[email protected]>
core: fix link to `Metadata` in `Event` (#461)

## Motivation

Current link in [here][1], which should point to the correct
[`metadata`][2]()...

3b3922934951b1f16bf3a809ba672c8e4b68c5e7 authored about 5 years ago by Tom Granot-Scalosub <[email protected]>
chore: update github actions MSRV; fix broken examples (#463)

## Motivation

PR #441 increased the minimum supported Rust version, but it only
changed the ...

f992361eec28e6e28f4b6bb07c5da218082df579 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: upgrade sharded-slab to 0.0.7 to fix 32-bit build (#462)

Currently tracing-subscriber doesn't compile on 32-bit platforms as
discussed here: https://git...

6f8f52e3ce2be42e90d39e0548c48857d636fc56 authored about 5 years ago by Thomas Karpiniec <[email protected]>
subscriber: fix type annotations in ansi fmt (#438)

## Motivation

Latest master cannot infer types in the `fmt` function.

## Solution

Tell ...

43685e1c493f8e5979fbe75f797e23952592e843 authored about 5 years ago by Julius de Bruijn <[email protected]>
tracing: Add link to examples directory from README (#451)

Follow-up of #439, as suggested here:
https://github.com/tokio-rs/tracing/pull/439#pullrequest...

3f14e9d7127c4f2ca70ab1c5c2ad7c9439f5c40b authored about 5 years ago by Matthijs Brobbel <[email protected]>
future: futures-03 & std-future is the default (#441)

* futures: futures-03 & std-future is the default

Also upgrades futures-03 to the non-preview...

4c1a69d9e43a0c87dca60c649a2e949b3dca8b41 authored about 5 years ago by Adam Perry <[email protected]>
subscriber: fix `Layer::downcast_ref` returning invalid references (#454)

## Motivation

Currently, `Layer::downcast_raw` constructs a pointer with:
```rust
&self as ...

80659869a2301728919ddecb8fb677e2245f732f authored about 5 years ago by Eliza Weisman <[email protected]>
tracing: fix link to tracing examples in crate doc (#439)

This fixes the link to the examples in the tracing crate doc.

0351738405cb1f28891be51704a888a108190f61 authored about 5 years ago by Matthijs Brobbel <[email protected]>
docs: Fix broken links to Layer trait (#447)

Currently there are some links that 404 because they contain
a reference to a struct 'struct.La...

61c298ded4c7c40009ad78af999ed4c6984af774 authored about 5 years ago by Ifeanyi Ubah <[email protected]>
subscriber: implement `LookupSpan` for `Layered` (#448)

## Motivation

What I wanted to achieve: lookup data from a span _outside_ of a
`Layer`/`Sub...

e014488914a386a7abd6568be6ec89e69f858dca authored about 5 years ago by Sam Scott <[email protected]>
subscriber: Move visit_spans impl to layer::Context (#443)

This patch moves the current `FmtContext::visit_spans`
implementation into a new method `layer:...

6d8b995c99f1d7b8758da687e5b7df25456f9559 authored about 5 years ago by Ifeanyi Ubah <[email protected]>
subscriber: remove path deps

Signed-off-by: Eliza Weisman <[email protected]>

16e295165d0d04ba23b45f0b30a0eec18817afd2 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare release 0.2.0-alpha.1 release (#437)

* Prepare release

* fix build, maybe

f853f3b0db4a8c8292ce07c23296b533b1e88b38 authored about 5 years ago by David Barsky <[email protected]>
subscriber: fix spans never being removed from the registry (#435)

## Motivation

This branch fixes several bugs in the `Registry` span close logic, and
adds ne...

d93b4675857e3bbf3148464b76d635297bbc6981 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: remove deprecated items and notices (#434)

This PR removes the deprecated items, notices and aliases in preparation
of releasing tracing-s...

52ee67666bdbdb9d05f2b4349be33f442db447ff authored about 5 years ago by David Barsky <[email protected]>
nightly-examples: fix nightly builds (#436)

This PR fixes nightly builds by opting to use `tokio = "0.2.0-alpha.6"`
instead of a git depend...

3db0d821c5b2b1c8690927af09be4e94bf0906f1 authored about 5 years ago by David Barsky <[email protected]>
subscriber: for registry-backed layers, delay span deletion (#432)

For Registry-backed Layers, this commit introduces a capability where
span deletion is deferred...

5d2ebc6ed7fb2976258f895f49f477f099258fcd authored about 5 years ago by David Barsky <[email protected]>
subscriber: fix incorrect extensions lookup (#433)

`fmt::Layer::on_record` was looking up extensions using
`FormattedFields<Self>>` when it should...

cce7936b91ac1451146a006d5dda2c39749348f2 authored about 5 years ago by David Barsky <[email protected]>
core: vendor lazy_static and spin for no_std support (#424)

Following the suggested fix on #365:
https://github.com/tokio-rs/tracing/issues/365#issuecommen...

5a4da1458351e739d189455add18d573a4d7f607 authored about 5 years ago by Thomas Karpiniec <[email protected]>
subscriber: Expose `FmtContext` (#425)

With #420, we introduced FmtContext and made it a required parameter on
FormatEvent's primary m...

773c44054aed7f072ff03ee5dc64391f799dc02d authored about 5 years ago by David Barsky <[email protected]>
subscriber: Introduce Registry; Refactor fmt::Subscriber in terms of Registry + Layers (#420)

This branch introduces:

- A registry build atop of https://github.com/hawkw/sharded-slab. La...

919a628a04d7442899c60bf53883ff55c841bc1a authored about 5 years ago by David Barsky <[email protected]>
Fix link in `AsField` documentation (#423)

There was a dead link to `Field` in the documentation of [AsField](https://docs.rs/tracing/0.1.1...

16fee661ac1f5dd175491e611ff4c08b33c070fa authored about 5 years ago by Stefano Probst <[email protected]>
subscriber: add benchmarks for fmt subscriber (#421)

These benchmarks were originally written for assessing before/after
performance on a branch tha...

bec40bc9624bcf4d26d3a5c622fdbefe4b853854 authored about 5 years ago by Eliza Weisman <[email protected]>
futures: add support for release futures 0.3.0 (#417)

The futures-preview code will remain in place to avoid breaking existing
code; the new futures ...

d2305f8b5d5f2e8a038c98533ae1a6ae01319e75 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: Add the closing } to the JSON logs (#415)

## Motivation

JSON log lines are not correct JSON, the ending `}` is missing.

## Solution
...

72bffa2d4fbd2a24316713a7984a8ab48eafa040 authored about 5 years ago by Julius de Bruijn <[email protected]>
chore: fix nightly ci (#416)

## Motivation

A recent upstream change to `tokio-test` (tokio-rs/tokio#1728) removed
the `Mo...

e53df802de52db8b1489a1a43166f441b12ca5c7 authored about 5 years ago by Eliza Weisman <[email protected]>
core: Implement Default trait for Dispatch (#411)

## Motivation

As outlined in #172, we can improve the use of default dispatch by
implementi...

8720792dbdf3158c4dbfcaf879e28da7af67c3f7 authored about 5 years ago by Adityo Pratomo <[email protected]>
futures: prepare to publish 0.1.1 (#414)

### Added

- `Instrumented::inner` and `inner_mut` methods that expose access to the
instru...

e0132f8879e43450fdfe8dea234d0904c8c8ca1a authored about 5 years ago by Eliza Weisman <[email protected]>