akkadotnet / Akka.Hosting

Akka.Hosting - standardized Akka.NET hosting without any HOCON configuration. Ties into Microsoft.Extensions.Configuration, Logging, Hosting, and DependencyInjection.
Apache License 2.0
52 stars 13 forks source link

Bump Akka.Logger.Serilog from 1.5.12.1 to 1.5.25 #469

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps Akka.Logger.Serilog from 1.5.12.1 to 1.5.25.

Release notes

Sourced from Akka.Logger.Serilog's releases.

Akka.Logger.Serilog v1.5.25

1.5.25 June 17 2024

As of Akka.Logger.Serilog v1.5.25, you can now do the following:

var log = Context.GetLogger()
    .ForContext("Address", "No. 4 Privet Drive")
    .ForContext("Town", "Little Whinging")
    .ForContext("County", "Surrey")
    .ForContext("Country", "England");
log.Info("My boss makes me use {Semantic} logging", "semantic");

And it will work without having to explicitly call Context.GetLogger<SerilogLoggingAdapter>() first.

1.5.12.1 August 31 2023

1.5.12 August 31 2023

1.5.7 May 19 2023

1.5.0.1 March 15 2023

Changes:

  • 9fab72840d120f2c70d9d169825a226e1957ce57 added v1.5.25 release notes (#293)
  • 8f4895d0361773968b931b404329204724bfb2ef Update README.md (#292)
  • 9a3191be9a5cfaa2b7b0ed0c7928b75397c99274 Upgrade to Akka.NET v1.5.25 (#291)
  • cde597e5a2b855e868e418f6cbc8ddff77c0444e Bump xunit.runner.visualstudio from 2.5.3 to 2.8.1 (#288)
  • 1d6d81511ee142db020290f2621f9bd54aff38b1 upgraded to use global.json for setting .NET runtime versions (#287)
  • 80152d9c169462ea42d9957c5f30c2de3e2ef449 implicitly convert regular BusLogger to SerilogLoggingAdapter when ForContext is called (#285) [ #284 ]
  • c51e3062cfff051edc8bc206385eff4d23d6e8fc Upgrade to Akka.NET v1.5.22 (#286)
  • 3c027fc8579682054f56fe291365cbd8487e495d Bump xunit from 2.6.1 to 2.8.0 (#282)

... (truncated)

Changelog

Sourced from Akka.Logger.Serilog's changelog.

1.5.25 June 17 2024

As of Akka.Logger.Serilog v1.5.25, you can now do the following:

var log = Context.GetLogger()
    .ForContext("Address", "No. 4 Privet Drive")
    .ForContext("Town", "Little Whinging")
    .ForContext("County", "Surrey")
    .ForContext("Country", "England");
log.Info("My boss makes me use {Semantic} logging", "semantic");

And it will work without having to explicitly call Context.GetLogger<SerilogLoggingAdapter>() first.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)