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

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

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

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 <dependency name> 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)

Bumps [Akka.Logger.Serilog](https://github.com/akkadotnet/Akka.Logger.Serilog) from 1.5.12.1 to 1.5.25.
- [Release notes](https://github.com/akkadotnet/Akka.Logger.Serilog/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Logger.Serilog/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Logger.Serilog/commits/1.5.25)

---
updated-dependencies:
- dependency-name: Akka.Logger.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 18, 2024
@Aaronontheweb Aaronontheweb merged commit 23b08a5 into dev Jun 19, 2024
3 checks passed
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/dev/Akka.Logger.Serilog-1.5.25 branch June 19, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant