Skip to content

Latest commit

 

History

History
139 lines (95 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

139 lines (95 loc) · 4.98 KB

Sharpbrake Changelog

master

[v5.1.0][v5.1.0] (Jul 16, 2020)

  • Fixed NullReferenceException in AspNetHttpContext constructor when session key exists with null value. (#129)
  • Replaced filter parameters BlacklistKeys and WhitelistKeys with Blocklist and Allowlist (#128)
  • Updated NLog to latest version, instead of BETA (#93)

[v5.0.6][v5.0.6] (Apr 28, 2020)

  • Updated API URL. (#121)

[v5.0.5][v5.0.5] (Mar 22, 2019)

  • Fixed an issue with Log4Net Assemblies strong name. (#106)

[v5.0.4][v5.0.4] (Mar 21, 2019)

  • 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)

v4.5.0 (January 12, 2018)

  • Added internal logging (tracing) (#80)
  • Removed dependency on Newtonsoft.Json (#78)

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)

  • Started sending error severity (defaults to error) (#55)
  • Added support for notice truncation (#54)

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