Skip to content

Latest commit

 

History

History
108 lines (55 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

108 lines (55 loc) · 3.14 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning and is following Keep a CHANGELOG.

Unreleased

💉 Fixed

[4.1.0] - 2018-06-06

⚡ Added

[4.0.1] - 2018-01-29

💉 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

[4.0.0] - 2017-11-09

⚡ Added

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

[3.3.0] - 2017-09-13

⚡ Added

  • Text formatter compliant with log4net XML schema, thus compatible with Log4View (contribution by Johan van Rhyn)

[3.2.0] - 2017-08-26

⚡ Added

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

[3.1.0] - 2017-08-20

⚡ Added

  • Support for .NET Core 2.0

[3.0.0] - 2017-05-02

⚡ 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.

[2.3.1] - 2017-04-24

💉 Fixed

  • Package project URL

[2.3.0] - 2017-04-14

⚡ Added

[2.2.0] - 2017-03-16

⚡ Added

[2.1.0] - 2016-11-01

⚡ Added

  • Support for specifying a log event formatter

[2.0.0] - 2016-10-31

⚡ Added

  • [BREAKING CHANGE] Support for Serilog 2.0.0
  • Support for .NET Standard 1.5

[1.1.0] - 2016-01-19

⚡ Added

  • Support for Serilog v1.5.14.

[1.0.1] - 2015-03-30

💉 Fixed

  • URL to NuGet package icon.

[1.0.0] - 2015-03-26

Initial version.