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

5.0.0 Release #287

Merged
merged 15 commits into from
Feb 15, 2022
Merged

5.0.0 Release #287

merged 15 commits into from
Feb 15, 2022

Commits on Mar 29, 2021

  1. Dev version bump [skip ci]

    nblumhardt committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    48977d4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Add using statement to readme example

    `LogEventLevel.Information` requires `using Serilog.Events;`
    acohenOT committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bcf0088 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #247 from acohenOT/patch-1

    Add using statement to readme example
    nblumhardt committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3d4e614 View commit details
    Browse the repository at this point in the history
  3. Add using statement to readme example

    Add missing statement. I missed this when doing PR #247
    acohenOT committed May 27, 2021
    Configuration menu
    Copy the full SHA
    933a7e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Merge pull request #248 from acohenOT/patch-1

    Add using statement to readme example
    nblumhardt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    094f15c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Fixes #256 - typo

    nblumhardt committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    76f4a51 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Use IHttpRequestFeature.Path in RequestLoggingMiddleware to log Reque…

    …stPath (#265)
    
    
    Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
    jarronshih and sungam3r committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8e91c9a View commit details
    Browse the repository at this point in the history
  2. Update publishing key

    nblumhardt committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    706c196 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Bump Serilog.Settings.Configuration to latest version (3.3.0)

    Joao Correia authored and nblumhardt committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    297b6a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad1c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83043f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Follow-up from #265 - don't include query in logged request path by d…

    …efault; bump major version
    nblumhardt committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8ec6d5c View commit details
    Browse the repository at this point in the history
  2. We're bumping the major version; mark IWebHostBuilder extension metho…

    …ds as obsolete, so that we can eventually drop this from the package (IHostBuilder is the modern replacement).
    nblumhardt committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c54e5ac View commit details
    Browse the repository at this point in the history
  3. More dependency updates

    nblumhardt committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c3456f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9e072e View commit details
    Browse the repository at this point in the history