Skip to content

Releases: bugsnag/bugsnag-unity

v7.5.2

08 Mar 11:56
5b53303
Compare
Choose a tag to compare

7.5.2 (2023-03-08)

This release can also be installed via UPM.

Bug fixes

  • Fix a race condition in Bugsnag.Start involving creation of gameobjects outside of the main Unity thread. #699

  • Fix an issue causing empty stacktraces in some Android events. #700

Dependency updates

  • Update bugsnag-android from v5.28.3 to v5.28.4

v7.5.1

09 Feb 07:35
e2744cb
Compare
Choose a tag to compare

7.5.1 (2023-02-08)

Dependency updates

  • Update bugsnag-cocoa from v6.25.1 to v6.25.2

Bug fixes

  • Fix an issue where collections in metadata were not present in native Android crashes. #685

  • Fix an issue where errors in serialisation threw exceptions. #693

  • Fix an issue where persisted events had 'unhandled' set to null #695

v7.5.0

04 Jan 15:07
7459372
Compare
Choose a tag to compare

7.5.0 (2023-01-04)

Enhancements

  • Added checks in delivery to ensure payloads can't get stuck in a retry loop. #683

  • Raised Configuration.MaxBreadcrumbs default from 50 to 100, raised the limit from 100 to 500 and added a check to truncate breadcrumbs from oversized payloads. #671

  • Add Configuration.MaxStringValueLength config option. #668

  • Added Telemetry.Usage configuration option to set the native Android option and the native Cocoa option #666

Dependency updates

  • Update bugsnag-cocoa from v6.25.0 to v6.25.1
  • Update bugsnag-android from v5.28.1 to v5.28.3

Bug fixes

  • Fix an issue where bundle version was not reported correctly on iOS and MacOS. #672

  • Fix an issue where a null value in metadata could cause an exception. #652

  • Fix an issue where android metadata was not deserialised as the correct type, which could cause exceptions when processing metadata. #652

  • Fix an issue where android sessions had inaccurate Session.Handled and Unhandled counts. #684

  • Fix an issue where Cocoa Device and App data was serialized incorrectly causing invalid cast exceptions in callbacks #680

  • Fixed an issue where user changes made in OnSession callbacks did not make it to the generated payload #681

v7.4.0

26 Oct 12:13
3981600
Compare
Choose a tag to compare

7.4.0 (2022-10-26)

Dependency updates

  • Update bugsnag-android from v5.26.0 to v5.28.1

Bug fixes

  • Fixed an issue where the Bugsnag CacheManager class raised exceptions on some android devices. #653

v7.3.0

17 Oct 14:50
0394002
Compare
Choose a tag to compare

7.3.0 (2022-10-17)

This version of the sdk can also be installed via UPM

Enhancements

  • Added Nintendo Switch specific configuration values to the Bugsnag configuration tool #626

Bug fixes

  • Removed device.freeDisk and device.freeMemory metadata from events sent in UWP builds as accessing the data can cause an exception. #648

Dependency updates

  • Update bugsnag-cocoa from v6.22.3 to v6.24.0

v7.2.0

12 Sep 19:55
d04bff3
Compare
Choose a tag to compare

7.2.0 (2022-09-12)

This version of the sdk can also be installed via UPM

Enhancements

  • Added BugsnagEvent.FeatureFlags to allow feature flags to be queried before event delivery.
    #613

Bug fixes

  • Reverted the HideFlags fix introduced here as it was causing (harmless) NullReferenceExceptions in the editor.
    #617

v7.1.1

07 Sep 08:39
fa0f592
Compare
Choose a tag to compare

7.1.1 (2022-09-07)

This version of the sdk can also be installed via UPM

Bug fixes

  • Fixed issue where exceptions thrown in async methods were missing some stack frames
    #610

  • Added DontSave HideFlags to gameObjects created by the Bugsnag SDK to negate the chances of them making scenes dirty in the editor
    #604

  • Fixed compilation errors when building with IL2CPP for Android after changes to the Unity API BlockCopy method caused ArgumentException
    #605

Dependency updates

  • Update bugsnag-android from v5.24.0 to v5.26.0
  • Update bugsnag-cocoa from v6.19.0 to v6.22.3

v7.1.0

12 Jul 08:03
a91d515
Compare
Choose a tag to compare

7.1.0 (2022-07-12)

This version of the sdk can also be installed via UPM

Enhancements

Dependency updates

  • Update bugsnag-android from v5.22.4 to v5.24.0
  • Update bugsnag-cocoa from v6.17.1 to v6.19.0

Bug fixes

  • Increased thread saftey of the metadata dictionary in Bugsnag.LeaveBreadcrumb
    #564

  • Fixed an issue where events occuring directly after Bugsnag init had no session information attached.
    #571

v7.0.0

30 May 11:34
66ea3ee
Compare
Choose a tag to compare

7.0.0 (2022-05-30)

This version contains breaking changes: some errors generated by the new version will no longer group in the Bugnsag dashboard with equivalent errors generated by older versions. This is due to the introduction of a new exception interceptor that gets passed the C# exception objects, rather than having to parse the information from Unity logs.

Please see the upgrade guide for details of all the changes and instructions on how to upgrade.

This version of the sdk can also be installed via UPM

Dependency updates

  • Update bugsnag-android from v5.22.0 to v5.22.4

  • Update bugsnag-cocoa from v6.16.1 to v6.17.1

v6.3.2

27 May 11:20
718dec3
Compare
Choose a tag to compare

6.3.2 (2022-05-27)

This version of the sdk can also be installed via UPM

Bug fixes

  • Fixed an issue where leaving a breadcrumb that contained metadata with a null value caused an exception in Android builds
    #561