Skip to content

Releases: bugsnag/bugsnag-unity

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

v6.3.6

08 Feb 12:50
f54cc23
Compare
Choose a tag to compare

6.3.6 (2024-02-07)

  • Bug Fixes

  • Fix issue where the Bugsnag MacOS bundle plugin was missing from the released package. 770

v6.3.5

30 Jan 12:10
e5ae79e
Compare
Choose a tag to compare

6.3.5 (2023-07-06)

  • Update bugsnag-cocoa from v6.16.1 to v6.28.0 (includes compliance with Apple's Required Reasons API – see online docs)

v7.7.1

26 Jan 11:34
d9a27d5
Compare
Choose a tag to compare

7.7.1 (2024-01-25)

Bug Fixes

  • Copy the xprivacy api usage file from bugsnag-cocoa on build #768