Skip to content

Latest commit

 

History

History
176 lines (113 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

176 lines (113 loc) · 5.13 KB

Changelog

3.1.0 (2022-06-15)

Enhancements

The Bugsnag and Bugsnag.AspNet.Core packages now officially support .NET Core 3.x, .NET 5 and .NET 6.

3.0.1 (2022-03-24)

Bug fixes

  • Ensure RemoveProjectRoots works for assemblies that are run on a OS that differs from their build OS. | sgtfrankieboy | #154

3.0.0 (2022-01-31)

Breaking Changes

The Bugnsag.dll, Bugsnag.AspNet.dll, Bugsnag.AspNet.Mvc.dll and Bugsnag.AspNet.WebApi.dll assemblies are now strong-name signed. The strong name key file Bugsnag.snk has been added to the repository. Bugsnag.AspNet.Core.dll remains unchanged. See the upgrade guide for more details.

Bug fixes

2.2.3 (2021-09-06)

Enhancements

Bug fixes

2.2.2 (2021-03-18)

Bug fixes

  • Stop sending code snippets in error reports. | yousif-bugsnag | #134

  • Assume default behaviour for UnobservedTaskExceptions when App.config does not exist. | yousif-bugsnag | #135

2.2.1 (2020-05-14)

Bug fixes

  • Handle any exceptions raised when reading files for code segments. | twometresteve | #123

  • Account for process termination behavior when handling UnobservedTaskExceptions. | twometresteve | #125

2.2.0 (2018-07-19)

Enhancements

  • Add additional method of specifying ignore classes to allow for providing fully qualified assembly names in config files. | martin308 | #109

  • Include Configuration package with WebApi | martin308 | #105

2.1.0 (2018-05-30)

Enhancements

Bug fixes

  • Only send session data when it exists | martin308 | #98

  • Request context is now available in custom middleware | martin308 | #91

  • Only set the context to the current request URL if the context has not already been set | tremlab | #89

  • Optimize serialization | ShamsulAmry | #101

  • Fix InProject namespaces detection | jviolas | #102

  • Improve handling of exceptions when sending data | martin308 | #103

2.0.2 (2018-03-28)

Bug fixes

  • Allow the severity to be changed in callbacks | martin308 | #84

2.0.1 (2018-03-27)

Bug fixes

  • Allow the background thread used to deliver reports to be terminated | martin308 | #81

2.0.0 (2018-03-26)

This is a major release to make the library clearer and easier to use and expand the support to new platforms. For upgrading instructions, see the upgrading guide.

Enhancements

  • Rewritten to support .NET Core
  • ASP.NET Core support added
  • Improved ASP.NET support
  • Much more

1.4.0

Enhancements

  • Track whether an exception was captured automatically

1.3.0

Enhancements

  • Support offline storage

1.2.0

Enhancements

  • Add async notify support

1.1.0

Enhancements

  • .NET 3.5 Support
  • Azure Support