- Fixed NullReferenceException in AspNetHttpContext constructor when session key exists with null value. (#129)
- Replaced filter parameters
BlacklistKeys
andWhitelistKeys
withBlocklist
andAllowlist
(#128) - Updated NLog to latest version, instead of BETA (#93)
- Updated API URL. (#121)
- Fixed an issue with Log4Net Assemblies strong name. (#106)
- Fixed an issue with file and method names reported from Log4Net. (#109)
- Fixed an issue with security protocols. (#107)
v5.0.3 (Mar 05, 2019)
- Added assemblies signing, to get assemblies with strong names (#103)
v5.0.2 (Jan 31, 2019)
- Fixed an issue with context.userAddr (#98)
v5.0.1 (April 16, 2018)
- Fixed broken proxy support (#88)
v5.0.0 (March 07, 2018)
- Added support for error messages (#84)
- Updated notifier API. Check the migration guide
v4.5.0 (January 12, 2018)
v4.4.0 (October 30, 2017)
- Added support for .NET Standard 2.0 (#73)
v4.3.0 (September 28, 2017)
- Added Microsoft.Extensions.Logging integration (#71)
v4.2.0 (September 5, 2017)
- Added log4net integration (#68)
v4.1.0 (July 28, 2017)
- Added NLog integration (#65)
v4.0.1 (July 5, 2017)
- Fixed version in the notifier info (#61)
v4.0.0 (July 3, 2017)
- Switched to the new csproj format. Only .NET Framework 4.5.2+ is going to be supported onward. Refer to sharpbrake-net35 to get support for the older .NET versions (#59)
v3.1.1 (May 22, 2017)
- Fixed ignored severity in the
Notify
method for .NET 3.5 (#57)
v3.1.0 (May 20, 2017)
v3.0.3 (April 21, 2017)
- Fixed missing error location info (action and component fields) (#52)
v3.0.2 (April 5, 2017)
- Fixed missing notifier info, environment and app version in the notice context (#47)
v3.0.1 (March 15, 2017)
- Maintenance updates
v3.0.0 (March 14, 2017)
- Version 3 is written from scratch. See here for new features that have been introduced