Skip to content

Releases: bugsnag/bugsnag-unreal

v2.0.0

19 Jan 11:22
997cd3b
Compare
Choose a tag to compare

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

28 Aug 09:54
6478b89
Compare
Choose a tag to compare

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

13 Mar 07:33
503b5f6
Compare
Choose a tag to compare

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

09 Nov 10:44
0390347
Compare
Choose a tag to compare

1.6.0 (2022-11-09)

  • Adds the Telemetry.Usage configuration property. #194
  • Adds the MaxStringValueLength configuration property. #193

v1.5.1

01 Nov 08:40
9d5db1f
Compare
Choose a tag to compare
  • 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

06 Jul 12:23
79113b9
Compare
Choose a tag to compare
  • 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

11 May 10:37
0f3d38e
Compare
Choose a tag to compare

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

26 Apr 09:54
7434b65
Compare
Choose a tag to compare

1.3.1 (2022-04-26)

  • Fixes java.lang.ClassNotFoundException in minified Android builds.
    #151

v1.3.0

11 Apr 09:58
dab830b
Compare
Choose a tag to compare

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

17 Feb 15:32
0d1dcde
Compare
Choose a tag to compare

1.2.0 (2022-02-17)

  • Adds support for macOS as a target platform.
    #136