Skip to content

Latest commit

 

History

History
116 lines (64 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

116 lines (64 loc) · 2.22 KB

0.7.0

  • Added ILogger support.

0.6.4

Released: 2017/10/22

  • Fix a null reference exception when no declaring type on thrown exception.

0.6.3

Released: 2017/09/04

  • Use per-request dependencies for handling RollbarClient to prevent errors.

0.6.2

Released: 2017/8/20

  • Change method trace string to have full namespace, method name and parameters.

0.6.1

Released: 2017/8/20

  • Fixed a bug where .NET Core Service extensions were excluded from the library.

0.6.0

Released: 2017/8/20

Features

  • Upgrade to VS2017/CSProj.
  • Add trace frame support.
  • Also target NetStandard2.0

0.5.2

Released: 2017/4/21

Features

  • Updated documentation. #49
  • Can now disable Rollbar from configuration. #48

Bug Fixes

  • Fix issue with trying to access Request.Form variables during POSTs that may not actually support form variables. #54

0.5.1

Released: 2017/3/10

Features

  • More robust testing of sending exceptions to Rollbar (see readme.md for instructions on configuring token for testing).

Bug Fixes

  • Fixed issue sending Rollbar exceptions.

0.5.0

Released: 2017/2/26

Features

  • IHttpContextAccessor is no longer assumed to be included as part of AddIdentity(), we'll add it.
  • Testing of dependency injection for web platforms (console apps coming soon).
  • Switching to the use of IOptions<RollbarOptions> instead of IConfigurationRoot.
  • Testing for SendMessage calls.
  • Person record support (thank you mkdabrowski).
  • Exception builder is now injectable.

Bug Fixes

  • Sending a message to Rollbar no longer results in a null reference exception being thrown.

0.4.0

Released: 2016/9/30

Features

  • Upgrade for .NET Core 1.0 release.

0.3.0

Released: 2016/6/12

Features

  • Added support for cookies on request body.
  • Added blacklisting variables by name.

0.2.0

Released: 2016/6/9

Features

  • Rollbar message UUID available after error is reported.
  • Removed custom parameters from message body.
  • Documentation for required configuration variables.

0.1.0

Released: 2016/5/31

Initial release.

Features

  • Ability to send basic logs to Rollbar