Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@yousif-bugsnag yousif-bugsnag released this 27 Mar 17:23
· 0 commits to next since this release
06caa1a

Breaking Changes

  • Removed net35, net40 and netstandard1.3 TFMs. The new minimum TFM for .NET Framework is 4.6.2. If you still need to target older framework versions we recommend using v3.x.
    | yousif-bugsnag
    | #173

  • Removed the Proxy property from the Report object. Overriding the Proxy configuration for individual reports in a BeforeNotify callback is no longer supported.
    | yousif-bugsnag
    | #175

Enhancements

Bug fixes

  • Fix crash when attempting to serialize exceptions in report metadata.
    | yousif-bugsnag
    | #182