Skip to content

Releases: RoushTech/RollbarDotNet

v0.6.4

18 Jun 14:53
Compare
Choose a tag to compare

0.6.4

Released: 2017/10/22

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

v0.6.2

18 Jun 14:50
79135be
Compare
Choose a tag to compare

0.6.2

Released: 2017/8/20

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

v0.5.2

18 Jun 14:50
Compare
Choose a tag to compare

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

v0.5.1

18 Jun 14:50
Compare
Choose a tag to compare

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.

v0.6.3

18 Jun 14:38
Compare
Choose a tag to compare

0.6.3

Released: 2017/09/04

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

v0.6.1

18 Jun 14:37
c6d010b
Compare
Choose a tag to compare

0.6.1

Released: 2017/8/20

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

v0.6.0

18 Jun 14:37
Compare
Choose a tag to compare

0.6.0

Features

Released: 2017/8/20

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

v0.5.0

26 Feb 06:11
Compare
Choose a tag to compare

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.

v0.4.0

26 Feb 06:11
Compare
Choose a tag to compare

Features

  • Upgrade for .NET Core 1.0 release.

v0.3.0

12 Jun 07:44
v0.3.0
Compare
Choose a tag to compare

Features

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