-
Notifications
You must be signed in to change notification settings - Fork 29
Release v4.0.0 #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v4.0.0 #183
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
had to drop netcoreapp3.1 unit tests as it's not supported in newer xunit versions
Co-authored-by: Tom Longridge <[email protected]>
Automated adjustment of repository templates
Update target frameworks
Update deprecated and vulnerable packages
Co-authored-by: Jason <[email protected]>
Update ASP.NET example app to .NET 4.6.2
Replace default delivery with HttpClient implementation
Co-authored-by: Tom Longridge <[email protected]>
Add ASP.NET Core example for .NET 8
Remove outdated example apps
Add net6.0 target framework for Bugsnag and Bugsnag.AspNet.Core
Ensure delivery is only configured once for request scoped clients
…data-filters Make MetadataFilters case insensitive
…s-fix Fix serialization error when serializing exceptions
Co-authored-by: Tom Longridge <[email protected]>
tomlongridge
approved these changes
Mar 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking Changes
Removed
net35,net40andnetstandard1.3TFMs. 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
Proxyproperty from theReportobject. Overriding theProxyconfiguration for individual reports in aBeforeNotifycallback is no longer supported.| yousif-bugsnag
| #175
Enhancements
Removed/updated deprecated and vulnerable package dependencies.
| yousif-bugsnag
| #174
Added
net6.0TFM forBugsnagandBugsnag.AspNet.Core.| yousif-bugsnag
| #179
Added new default delivery implementation using
HttpClient.| yousif-bugsnag
| #175
MetadataFiltersare now case-insensitive.| yousif-bugsnag
| #181