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 Serilog.Sinks.PeriodicBatching from 3.1.0 to 4.0.0 #166

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps Serilog.Sinks.PeriodicBatching from 3.1.0 to 4.0.0.

Release notes

Sourced from Serilog.Sinks.PeriodicBatching's releases.

v4.0.0

  • #60 - project/codebase maintenance (@​SimonCropp)
  • #63 - XDOC improvements (@​nblumhardt)
  • #66 - rewrite to remove all blocking/use async APIs entirely (@​nblumhardt)
    • breaking - target net462; netstandard2.0; net6.0
    • port to System.Threading.Channels
    • remove previously-deprecated inheritance-based API
Commits
  • b3821e5 Merge pull request #68 from serilog/dev
  • 773fdb6 Merge pull request #67 from nblumhardt/suppress-execution-context-flow
  • 010449c Prevent capturing of the sink-creation-time ExecutionContext by the batching ...
  • 180f5e7 Publishing key
  • 6455380 Merge pull request #66 from nblumhardt/modernize-again
  • 83f9133 Factor out SelfLog calls and improve formatting
  • 7983a13 Review feedback
  • 535a290 Comment explaining why the period-bounded batch filling loop is outside the t...
  • 9f2cea4 Inherit docs for IDisposable.Dispose()
  • 81b23fa Don't allow the run loop to be canceled before execution, since it violates t...
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 22, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@dependabot dependabot bot force-pushed the dependabot/nuget/Serilog.Sinks.PeriodicBatching-4.0.0 branch from a1f6471 to 39249f3 Compare March 3, 2024 09:28
@dependabot dependabot bot force-pushed the dependabot/nuget/Serilog.Sinks.PeriodicBatching-4.0.0 branch 2 times, most recently from e7707fb to 89c0d96 Compare March 13, 2024 06:22
@ArieGato
Copy link
Owner

ArieGato commented Mar 13, 2024

@sungam3r Very strange... One test with the batch sink is failing. When I increase the timeout beyond the 2 second default period, the test finishes successful.

It would appear that the EagerlyEmitFirstEvent setting is ignored.

@sungam3r
Copy link
Collaborator

sungam3r commented Mar 13, 2024

@nblumhardt can help with changes in batching sink.

@ArieGato
Copy link
Owner

I create an issue at the repo

serilog/serilog-sinks-periodicbatching#70

@sungam3r
Copy link
Collaborator

@dependabot rebase

Bumps [Serilog.Sinks.PeriodicBatching](https://github.com/serilog/serilog-sinks-periodicbatching) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/serilog/serilog-sinks-periodicbatching/releases)
- [Commits](serilog/serilog-sinks-periodicbatching@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.PeriodicBatching
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Serilog.Sinks.PeriodicBatching-4.0.0 branch from 89c0d96 to 5d8123c Compare March 14, 2024 16:13
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.28%. Comparing base (79614d3) to head (2d69404).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
- Coverage   96.70%   96.28%   -0.42%     
==========================================
  Files           8        8              
  Lines         485      485              
  Branches       45       45              
==========================================
- Hits          469      467       -2     
- Misses          7        9       +2     
  Partials        9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ArieGato ArieGato merged commit affd247 into master Mar 15, 2024
5 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Serilog.Sinks.PeriodicBatching-4.0.0 branch March 15, 2024 07:24
@sungam3r
Copy link
Collaborator

Should be noted in breaking changes in changelog.

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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants