Releases: FantasticFiasco/serilog-sinks-udp
Releases · FantasticFiasco/serilog-sinks-udp
Release 5.0.1
⚡ Added
- Support for .NET Framework 4.6.1 due to recommendations from the cross-platform targeting guidelines
- Support for .NET Standard 2.0 due to recommendations from the cross-platform targeting guidelines
Release 5.0.0
💉 Fixed
- #29 Fix remote hostname implementation bug (contribution by Nisheeth Barthwal)
- #31 Enable IPv6 dual mode operation for IPv4 mapped addresses (contribution by Nisheeth Barthwal)
Breaking change
Please note that this release contains breaking changes. UDP packages are now sent using a socket in dual mode, which tunnels IPv4 traffic over IPv6. For more information regarding dual mode, please see the ASP.NET blog. For questions regarding operating systems and IPv6 support, please see the comparison of IPv6 support in operating systems.
Release 4.1.0
⚡ Added
- #26 Ability to specify a hostname instead of an IP address when configuring sink using Serilog.Settings.Configuration (contribution by marekstachura)
Release 4.0.1
💉 Fixed
- #21 Invalid XML generated by
Log4jTextFormatter
andLog4netTextFormatter
💀 Removed
- Support for .NET Standard 2.0 since the sink also has support for .NET Standard 1.3
Release 4.0.0
⚡ Added
- [BREAKING CHANGE] Option to specify a logging level switch (contribution by alkampfergit)
Release 3.3.0
Release 3.2.0
⚡ Added
- Text formatter complaint with log4j XML schema, thus compatible with Log2Console
Release 3.1.0
⚡ Added
- Support for .NET Core 2.0
Release 3.0.0
⚡ Added
- Full parity between code and JSON configuration of sink by introducing Serilog.Settings.Configuration support for extension method
Udp(IPAddress remoteAddress, int remotePort, ITextFormatter formatter, int localPort, LogEventLevel restrictedToMinimumLevel)
.
💫 Changed
- [BREAKING CHANGE] Renamed argument
remoteAddressAsString
toremoteAddress
. JSON configuration using Serilog.Settings.Configuration will have to be updated accordingly.
Release 2.3.1
💉 Fixed
- Package project URL