Releases: RoushTech/RollbarDotNet
Releases · RoushTech/RollbarDotNet
v0.6.4
v0.6.2
0.6.2
Released: 2017/8/20
- Change method trace string to have full namespace, method name and parameters.
v0.5.2
v0.5.1
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
0.6.3
Released: 2017/09/04
- Use per-request dependencies for handling RollbarClient to prevent errors.
v0.6.1
0.6.1
Released: 2017/8/20
- Fixed a bug where .NET Core Service extensions were excluded from the library.
v0.6.0
0.6.0
Features
Released: 2017/8/20
- Upgrade to VS2017/CSProj.
- Add trace frame support.
- Also target NetStandard2.0
v0.5.0
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 ofIConfigurationRoot
. - 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
Features
- Upgrade for .NET Core 1.0 release.
v0.3.0
Features
- Added support for cookies on request body.
- Added blacklisting variables by name.