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

attributes: prepare to release v0.1.16 #1560

Merged
merged 1 commit into from
Sep 13, 2021
Merged

Commits on Sep 13, 2021

  1. attributes: prepare to release v0.1.16

    # 0.1.16 (September 13, 2021)
    
    This release adds a new `#[instrument(skip_all)]` option to skip
    recording *all* arguments to an instrumented function as fields.
    Additionally, it adds support for recording arguments that are `tracing`
    primitive types as typed values, rather than as `fmt::Debug`.
    
    ### Added
    
    - add `skip_all` option to `#[instrument]` ([#1548])
    - record primitive types as primitive values rather than as `fmt::Debug`
      ([#1378])
    - added support for `f64`s as typed values ([#1522])
    
    Thanks to @Folyd and @jsgf for contributing to this release!
    
    [#1548]: #1548
    [#1378]: #1378
    [#1522]: #1524
    hawkw committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c066e3a View commit details
    Browse the repository at this point in the history