-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feat async sinks #149
Feat async sinks #149
Conversation
Release 2.0
2.1.0 Release
Release 2.1.1
Release 2.1.2
Release 2.1.3
Release 2.2.0
Release v2.3.0
Release 2.4.0
Build Issues with 2.4.0
Release 2.5.0
3.0 Release
3.1 Release
3.2 Release
3.3 Release
3.4 Release
…ameterAdded Added QueueLimit parameter and passing to base PeriodicBatchingSink
Release 3.5
…the default specified in PeriodicBatchingSinkOptions.QueueLimit
…ameterAdded BoundedConcurrentQueue does not accept a negative queue limit. Using …
3.6.0 Release
Because the sdk is 2.2 during the old build. The build breaks down |
@merbla |
build success. 👍 |
Thanks @EngRajabi LGTM, just a few items on comments etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the comments and I think this should be good to go.
src/Serilog.Sinks.UDP/Sinks/Splunk/SplunkUdpSinkConnectionInfo.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve
In this version, the project has been updated to the latest versions
Also added to netstandard 2.1
In this version, the sinks mode is used async(use PeriodicBatchingSink)