Skip to content

Releases: bugsnag/bugsnag-unity

v8.3.1

09 Dec 12:52
ff806ea
Compare
Choose a tag to compare

8.3.1 (2024-12-09)

This release can also be installed via UPM

Bug Fixes

  • Fix a compiler error that occurs when using v8.3.0 of this SDK in conjunction with v1.7.0 and below of the BugSnag Unity Performance SDK. #863

v8.3.0

04 Dec 15:36
fb29b8f
Compare
Choose a tag to compare

8.3.0 (2024-12-02)

This release can also be installed via UPM

Enhancements

  • Added support for Unity V6. #847

  • Changed from shipping the C# layer of the SDK as precomiled DLLs to shipping source. Please see the PR description for a full list of the benefits. #847

Dependencies

  • Update bugsnag-cocoa to v6.30.2 #849
  • Update bugsnag-android to v6.10.0 #854
  • Updated BugsnagUnityWebRequest to remove deprecation warnings and add new PostWwwForm methods introduced in Unity 2022.2 #847

v8.2.0

23 Sep 11:40
ff6bdff
Compare
Choose a tag to compare

8.2.0 (2024-09-23)

This releaes can also be installed via UPM

Enhancements

  • Allow for error correlation with Bugsnag Unity Performance. #806

v8.1.0

12 Aug 13:26
50c139e
Compare
Choose a tag to compare

8.1.0 (2024-08-12)

This release can also be installed via UPM

Enhancements

  • Added the BugsnagUnity version to the configuration window. #819
  • Added automatic and manual network request breadcrumbs. #817
  • Remove unnecessary ToArray() call when constructing an error. #822
  • Updated BugSnag UI branding. #701

Bug Fixes

  • Fix timing issues when Bugsnag is started after the focus event. #821

Dependencies

v8.0.0

12 Jun 10:05
c5026d9
Compare
Choose a tag to compare

8.0.0 (2024-06-12)

This release can also be installed via UPM

Enhancements

  • Added the Bugsnag-Integrity header to outgoing Bugsnag requests to avoid extraneous releases being generated if payloads are altered. #797

  • Changed Configuration.DiscardClasses and Configuration.RedactedKeys to Regex types. #807

  • Event.Unhandled is (accessed via OnError and OnSend callbacks) is now non-nullable. #813

Bug Fixes

  • Added a null check to the Bugsnag client to prevent crashes when accessing the client before it has been initialised #788

  • Made all callback collections within the Configuration class thread safe. #810

  • Added GenerateAnonymousId to the BugsnagSettingsObject. This fixes a null object reference error on GenerateAnonymousId when using both the performance SDK and Error monitoring SDK, where the error monitoring SDK shares the confirguration with the performance monitoring SDK. #812

Dependencies

Deprecations

  • Bugsnag Unity will no longer officially support Unity versions below Unity 2020. Older versions may work, but we will not test against them during development.

v7.7.6

17 May 13:45
30c6c5b
Compare
Choose a tag to compare

7.7.6 (2024-05-17)

This version can also be installed via UPM

  • Fixed issue where meta files for the MacOS bundle were not generated. #802

v7.7.5

03 May 09:26
586fe0d
Compare
Choose a tag to compare

7.7.5 (2024-05-02)

This release can also be installed via UPM

Bug Fixes

  • Fixed issue where changes to device.TotalMemory and device.ModelNumber in cocoa on send callbacks were not respected. #793

v7.7.4

19 Apr 13:07
2bdb7e3
Compare
Choose a tag to compare

7.7.4 (2024-05-19)

This release can be installed via UPM

Bug Fixes

  • Fixed issue where iOS C# events reported the incorrect value for device.osName. #791

v7.7.3

16 Apr 12:49
8a24d53
Compare
Choose a tag to compare

7.7.3 (2024-04-11)

This release can be installed via UPM

Bug Fixes

  • Changed initialisation of time api to reduce the risk of iOS app hangs on start #783
  • Updated naming for BugsnagEditor EDM menu to reduce potential conflicts with other tools #780

v7.7.2

01 Mar 13:16
3398863
Compare
Choose a tag to compare

7.7.2 (2024-03-01)

This release can also be installed via UPM

Enhancements

  • Improved handling of serialisation errors when flushing the event cache #773