Releases: bugsnag/bugsnag-unity
Releases · bugsnag/bugsnag-unity
v7.7.0
7.7.0 (2024-01-04)
This release can also be installed via UPM.
Enhancements
-
Added IsStarted
check method that returns false if start has not been called on the BugSnag client.
-
Update bugsnag-cocoa from v6.27.2 to v6.28.0 (includes compliance with Apple's Required Reasons API – see online docs)
v7.6.5
7.6.5 (2023-08-17)
This release can also be installed via UPM.
Bug Fixes
- Fix for Android memory leak. #738
v7.6.4
7.6.4 (2023-08-09)
Bug Fixes
- Add null guard in the Bugsnag exception handler. #734
v7.6.3
7.6.3 (2023-08-03)
- Update bugsnag-cocoa from v6.26.2 to v6.27.2
Bug Fixes
- Handle exceptions thrown during deserialisation of a cached events and sessions and log the problematic json. #731
v7.6.2
7.6.2 (2023-07-06)
This release can also be installed via UPM.
Bug Fixes
- Remove unnecessary usages of DateTimeOffset.Now to prevent iOS app hangs resulting from Unity native code accessing non-thread safe methods. #725
v6.3.4
6.3.4 (2023-07-06)
Bug Fixes
- Remove unnecessary usages of DateTimeOffset.Now to prevent iOS app hangs resulting from Unity native code accessing non-thread safe methods. #725
v7.6.1
7.6.1 (2023-06-13)
This release can also be installed via UPM.
Bug Fixes
- Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. #717
v6.3.3
6.3.3 (2023-06-13)
Bug Fixes
- Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. #717
v7.6.0
7.6.0 (2023-05-25)
This release can also be installed via UPM.
- Update bugsnag-cocoa from v6.25.2 to v6.26.2
- Update bugsnag-android from v5.28.4 to v5.30.0
Bug fixes
v7.5.2
7.5.2 (2023-03-08)
This release can also be installed via UPM.
Bug fixes
Dependency updates
- Update bugsnag-android from v5.28.3 to v5.28.4