Skip to content

Tags: IonxSolutions/serilog-sinks-syslog

Tags

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #76 from colin-anderson/chore/bump-deps

chore: bump NuGet deps

v3.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v3.0.2

release: v3.0.2

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v3.0.1 (#67)

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: correct Use of SslProtocols Enum (#63)

* Correct Use of SslProtocols Enum

To address feedback given in #47, this is a breaking change for anyone using the `SyslogTcpConfig` or `SyslogLoggerConfigurationExtensions.TcpSyslog()` extension method. The `SecureProtocols` property/parameter has been replace with a simple boolean, `UseTls`. If you were previously setting the `SecureProtocols` property/parameter to a value such as `SslProtocols.Tls12`, then you would set the new `UseTls` property/parameter to `true`. If you were using `SslProtocols.None`, then you will pass in `false` for the new boolean value.

Also updated in the PR are the certificate based unit tests to cleanup/delete the private keys after they are used. Otherwise, they become orphaned on the hard drive. (That is for Windows specifically, not sure what happens on Linux.)

v2.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v2.0.9 (#62)

v2.0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v2.0.8 (#60)

v2.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v2.0.7 (#56)

v2.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v2.0.6 (#39)

v2.0.5

v2.0.5: allow overriding logged host name

v2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v2.0.4 (#30)