Releases: bugsnag/bugsnag-unreal
Releases · bugsnag/bugsnag-unreal
v2.0.0
2.0.0 (2024-01-12)
- Removed the bugsnag android gradle plugin due to incompatibility with UE 5.1+. Symbols can now be uploaded via the BugSnag CLI#220
- Updates the bugsnag-cocoa dependency from v6.26.2 to v6.28.0 (includes compliance with Apple's Required Reasons API – see online docs)
- Updates the bugsnag-android dependency from v5.30.0 to v5.31.3
v1.8.0
1.8.0 (2023-08-28)
- Added support for Unreal Engine 5.2
- Updates the bugsnag-cocoa dependency from v6.25.2 to v6.26.2
- Updates the bugsnag-android dependency from v5.28.4 to v5.30.0
- Increased MaxBreadcrumb limit from 100 to 500 #212
v1.7.0
1.7.0 (2022-03-13)
- Add support for Unreal Engine v5.1.1
- Updates the bugsnag-android dependency from v5.28.1 to v5.28.4
- Updates the bugsnag-cocoa dependency from v6.25.0 to v6.25.2
v1.6.0
1.6.0 (2022-11-09)
- Adds the
Telemetry.Usage
configuration property. #194
- Adds the
MaxStringValueLength
configuration property. #193
v1.5.1
- Updates the bugsnag-cocoa dependency from v6.19.0 to v6.25.0
- Updates the bugsnag-android dependency from v5.24.0 to v5.28.1
v1.5.0
- Adds the
Telemetry
configuration property.
- Updates the bugsnag-android dependency from v5.22.1 to v5.24.0
- Updates the bugsnag-cocoa dependency from v6.16.8 to v6.19.0
v1.4.0
1.4.0 (2022-05-11)
- Adds official support for Unreal Engine 5.0 🚀
- Fixes improper use of
TCHAR_TO_UTF8()
that could result in use-after-free on Android.
#157
- Updates the bugsnag-android dependency from v5.22.0 to v5.22.1
- Updates the bugsnag-cocoa dependency from v6.16.6 to v6.16.8
v1.3.1
1.3.1 (2022-04-26)
- Fixes
java.lang.ClassNotFoundException
in minified Android builds.
#151
v1.3.0
1.3.0 (2022-04-11)
- Adds the
MaxReportedThreads
configuration property (Android only.)
#144
- Updates the bugsnag-android dependency from v5.19.2 to v5.22.0
- Updates the bugsnag-cocoa dependency from v6.16.1 to v6.16.6
v1.2.0
1.2.0 (2022-02-17)
- Adds support for macOS as a target platform.
#136