Skip to content

Releases: FantasticFiasco/serilog-sinks-udp

Release 5.0.1

06 Jan 23:56
Compare
Choose a tag to compare

⚡ Added

Release 5.0.0

13 Sep 17:43
Compare
Choose a tag to compare

💉 Fixed

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

06 Jun 18:56
Compare
Choose a tag to compare

⚡ Added

Release 4.0.1

29 Jan 21:04
Compare
Choose a tag to compare

💉 Fixed

  • #21 Invalid XML generated by Log4jTextFormatter and Log4netTextFormatter

💀 Removed

  • Support for .NET Standard 2.0 since the sink also has support for .NET Standard 1.3

Release 4.0.0

09 Nov 06:52
Compare
Choose a tag to compare

⚡ Added

  • [BREAKING CHANGE] Option to specify a logging level switch (contribution by alkampfergit)

Release 3.3.0

13 Sep 08:00
Compare
Choose a tag to compare

⚡ Added

  • Text formatter complient with log4net XML schema, thus compatible with Log4View (contribution by jvanrhyn)

Release 3.2.0

26 Aug 13:05
Compare
Choose a tag to compare

⚡ Added

  • Text formatter complaint with log4j XML schema, thus compatible with Log2Console

Release 3.1.0

20 Aug 08:37
Compare
Choose a tag to compare

⚡ Added

  • Support for .NET Core 2.0

Release 3.0.0

02 May 16:09
Compare
Choose a tag to compare

⚡ 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 to remoteAddress. JSON configuration using Serilog.Settings.Configuration will have to be updated accordingly.

Release 2.3.1

24 Apr 19:24
Compare
Choose a tag to compare

💉 Fixed

  • Package project URL