Breaking Changes
-
Removed
net35
,net40
andnetstandard1.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 theReport
object. Overriding theProxy
configuration for individual reports in aBeforeNotify
callback is no longer supported.
| yousif-bugsnag
| #175
Enhancements
-
Removed/updated deprecated and vulnerable package dependencies.
| yousif-bugsnag
| #174 -
Added
net6.0
TFM forBugsnag
andBugsnag.AspNet.Core
.
| yousif-bugsnag
| #179 -
Added new default delivery implementation using
HttpClient
.
| yousif-bugsnag
| #175 -
MetadataFilters
are now case-insensitive.
| yousif-bugsnag
| #181
Bug fixes
- Fix crash when attempting to serialize exceptions in report metadata.
| yousif-bugsnag
| #182