Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

90 lines (58 loc) · 4.81 KB

Changelog

TBD ()

  • Included apple privacy manifest in released package 2#34

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

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

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

1.6.0 (2022-11-09)

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

1.5.1 (2022-10-27)

  • 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

1.5.0 (2022-07-06)

  • 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

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

1.3.1 (2022-04-26)

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

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

1.2.0 (2022-02-17)

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

1.1.0 (2022-02-02)

1.0.1 (2022-01-04)

  • Plugin is no longer flagged as "beta"

1.0.0 (2021-12-17)

This is the initial public release of Bugsnag for Unreal Engine, supporting Android and iOS as target platforms.

Documentation: https://docs.bugsnag.com/platforms/unreal-engine/

Download: https://www.unrealengine.com/marketplace/en-US/product/bugsnag

🚀