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

8.0.1 Release #256

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

8.0.1 Release #256

wants to merge 25 commits into from

Commits on Nov 12, 2023

  1. SerilogLoggerScope add support for ValueTuple<string, object?> state.…

    … Add SerilogLoggerScopeTests.
    jimbojim1997 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    322c5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8637c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    85172ad View commit details
    Browse the repository at this point in the history
  2. Update Serilog.Extensions.Logging.csproj

    Dev version bump [skip ci]
    nblumhardt committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    14c2965 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Minor optimisations

    Fixes #241
    jods4 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7a2fa1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76a05ee View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request #242 from jods4/patch-1

    Minor optimisations
    nblumhardt committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8d20ade View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    099a66a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #244 from DavidHopkinsFbr/mention-sourcecontext-in…

    …-readme
    
    Document {SourceContext} for MEL log category
    nblumhardt committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7dc58c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Add experiement project demonstrating that tags and baggage do not ap…

    …pear (while Span and Trace IDs do)
    David Obee committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3e5c53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2395852 View commit details
    Browse the repository at this point in the history
  3. Add test of external scope provider support

    David Obee committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e5d72ac View commit details
    Browse the repository at this point in the history
  4. Rename proof of concept sample app

    David Obee committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fe4a9b9 View commit details
    Browse the repository at this point in the history
  5. Use all ActivityTrackingOptions in sample app

    David Obee committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    65eabbf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Rename sample to SampleWithExternalScope

    David Obee committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    49fa3e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #246 from david-obee/support-external-scopes

    Implement `ISupportExternalScope` in `SerilogLoggerProvider`
    nblumhardt committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3b56cb4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #232 from jimbojim1997/beginscope-valuetuple

    Support `ValueTuple<string, object?>` as state of scope.
    nblumhardt committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1e1479e View commit details
    Browse the repository at this point in the history
  4. Publishing key update

    nblumhardt committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6fd2e72 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Support for ITuple

    sungam3r committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    504fc5c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #249 from sungam3r/tuple

    Support for ITuple
    nblumhardt committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3c32997 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    849cb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bcc366 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #252 from pavel-faltynek/remove-logger-scope-side-…

    …effects
    
    Remove logger scope side effects
    nblumhardt committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1e9f655 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    3dd50b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #255 from epeshk/startswith-char

    Optimization: used StartsWith(char) instead of StartsWith(string) where supported
    nblumhardt committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7fc50b0 View commit details
    Browse the repository at this point in the history