Skip to content

Releases: bugsnag/bugsnag-dotnet

v3.1.0

15 Jun 14:25
bf2b163
Compare
Choose a tag to compare

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

v3.0.1

24 Mar 16:37
55d4028
Compare
Choose a tag to compare

Bug fixes

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

v3.0.0

31 Jan 11:35
f7b7aeb
Compare
Choose a tag to compare

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

v2.2.3

06 Sep 16:22
4bd4acb
Compare
Choose a tag to compare

Enhancements

Bug fixes

v2.2.2

19 Mar 17:36
703bba1
Compare
Choose a tag to compare

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

v2.2.1

14 May 10:40
fde4f23
Compare
Choose a tag to compare

Bug fixes

  • Handle any exceptions raised when reading files for code segments.
    | twometresteve
    | #123
  • Account for process termination behavior when handling UnobservedTaskExceptions.
    | twometresteve
    | #125

v2.2.1-alpha.0

05 May 21:54
Compare
Choose a tag to compare
v2.2.1-alpha.0 Pre-release
Pre-release

Fixes

  • Avoid finalizer thread being blocked when an UnobserveredTaskException occurs in .NET v4.5.0+

This pre-release should not be used with .NET Framework versions prior to v4.5.0, or in later versions where ThrowUnobservedTaskExceptions has been enabled.

v2.2.0

19 Jul 21:52
a9a0c09
Compare
Choose a tag to compare

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

v2.1.0

31 May 21:13
96360fb
Compare
Choose a tag to compare

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

v2.0.2

29 Mar 01:12
Compare
Choose a tag to compare

2.0.2 (2018-03-28)

Bug fixes

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