-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bump Serilog.Sinks.PeriodicBatching from 3.1.0 to 4.0.0 #166
Conversation
Quality Gate passedIssues Measures |
a1f6471
to
39249f3
Compare
e7707fb
to
89c0d96
Compare
@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. |
@nblumhardt can help with changes in batching sink. |
I create an issue at the repo |
@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]>
89c0d96
to
5d8123c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Should be noted in breaking changes in changelog. |
Bumps Serilog.Sinks.PeriodicBatching from 3.1.0 to 4.0.0.
Release notes
Sourced from Serilog.Sinks.PeriodicBatching's releases.
Commits
b3821e5
Merge pull request #68 from serilog/dev773fdb6
Merge pull request #67 from nblumhardt/suppress-execution-context-flow010449c
Prevent capturing of the sink-creation-time ExecutionContext by the batching ...180f5e7
Publishing key6455380
Merge pull request #66 from nblumhardt/modernize-again83f9133
Factor out SelfLog calls and improve formatting7983a13
Review feedback535a290
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...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)