Skip to content

Commit fea62de

Browse files
Merge pull request #265 from bugsnag/bumpsnag-bugsnag-android-v6.20.0
Update bugsnag-android to version v6.20.0
2 parents 2a07999 + 76b5564 commit fea62de

File tree

3 files changed

+52
-18
lines changed

3 files changed

+52
-18
lines changed

CHANGELOG.md

Lines changed: 50 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
Changelog
2-
=========
3-
### 2.1.0 (2025-12-01)
1+
# Changelog
2+
3+
## TBD
4+
5+
### Dependencies
6+
7+
Update bugsnag-android to [v6.20.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.20.0) [#265](https://github.com/bugsnag/bugsnag-unreal/pull/265)
8+
9+
## 2.1.0 (2025-12-01)
10+
11+
### Changed
412

513
* Add support for Unreal Engine 5.7 [#260](https://github.com/bugsnag/bugsnag-unreal/pull/260)
614
* Update bugsnag-android to [v6.19.0](https://github.com/bugsnag/bugsnag-android/releases/tag/v6.19.0) [#262](https://github.com/bugsnag/bugsnag-unreal/pull/262)
@@ -9,80 +17,106 @@ Changelog
917
* Included apple privacy manifest in released package [#234](https://github.com/bugsnag/bugsnag-unreal/pull/234)
1018
* Updates the bugsnag-cocoa dependency from v6.28.0 to [v6.29.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6290-2024-06-19)
1119

12-
### 2.0.0 (2024-01-12)
20+
## 2.0.0 (2024-01-12)
21+
22+
### Changed
1323

1424
* Removed the bugsnag android gradle plugin due to incompatibility with UE 5.1+. Symbols can now be uploaded via the [BugSnag CLI](https://docs.bugsnag.com/platforms/unreal-engine/showing-full-stacktraces/#android-proguard-and-ndk-mappings)[#220](https://github.com/bugsnag/bugsnag-unreal/pull/220)
1525
* Updates the bugsnag-cocoa dependency from v6.26.2 to [v6.28.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6280-2023-12-13) (includes compliance with Apple's Required Reasons API – see [online docs](https://docs.bugsnag.com/platforms/ios/appstore-privacy/#declaring-required-reasons-for-api-usage))
1626
* Updates the bugsnag-android dependency from v5.30.0 to [v5.31.3](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5313-2023-11-06)
1727

18-
### 1.8.0 (2023-08-28)
28+
## 1.8.0 (2023-08-28)
29+
30+
### Changed
1931

2032
* Added support for Unreal Engine 5.2
2133
* Updates the bugsnag-cocoa dependency from v6.25.2 to [v6.26.2](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6262-2023-04-20)
2234
* Updates the bugsnag-android dependency from v5.28.4 to [v5.30.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5300-2023-05-11)
2335
* Increased MaxBreadcrumb limit from 100 to 500 [#212](https://github.com/bugsnag/bugsnag-unreal/pull/212)
2436

25-
### 1.7.0 (2022-03-13)
37+
## 1.7.0 (2022-03-13)
38+
39+
### Changed
2640

2741
* Add support for Unreal Engine v5.1.1
2842
* Updates the bugsnag-android dependency from v5.28.1 to [v5.28.4](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5284-2023-02-08)
2943
* Updates the bugsnag-cocoa dependency from v6.25.0 to [v6.25.2](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6252-2023-01-18)
3044

31-
### 1.6.0 (2022-11-09)
45+
## 1.6.0 (2022-11-09)
46+
47+
### Changed
3248

3349
* Adds the `Telemetry.Usage` configuration property. [#194](https://github.com/bugsnag/bugsnag-unreal/pull/194)
3450
* Adds the `MaxStringValueLength` configuration property. [#193](https://github.com/bugsnag/bugsnag-unreal/pull/193)
3551
* Updates the package branding
3652

37-
### 1.5.1 (2022-10-27)
53+
## 1.5.1 (2022-10-27)
54+
55+
### Changed
3856

3957
* Updates the bugsnag-cocoa dependency from v6.19.0 to [v6.25.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6240-2022-10-05)
4058
* Updates the bugsnag-android dependency from v5.24.0 to [v5.28.1](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5281-2022-10-19)
4159

42-
### 1.5.0 (2022-07-06)
60+
## 1.5.0 (2022-07-06)
61+
62+
### Changed
4363

4464
* Adds the `Telemetry` configuration property.
4565
* Updates the bugsnag-android dependency from v5.22.1 to [v5.24.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5240-2022-06-30)
4666
* Updates the bugsnag-cocoa dependency from v6.16.8 to [v6.19.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6190-2022-06-29)
4767

48-
### 1.4.0 (2022-05-11)
68+
## 1.4.0 (2022-05-11)
69+
70+
### Changed
4971

5072
* Adds official support for Unreal Engine 5.0 🚀
5173
* Fixes improper use of `TCHAR_TO_UTF8()` that could result in use-after-free on Android.
5274
[#157](https://github.com/bugsnag/bugsnag-unreal/pull/157)
5375
* Updates the bugsnag-android dependency from v5.22.0 to [v5.22.1](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5221-2022-04-28)
5476
* Updates the bugsnag-cocoa dependency from v6.16.6 to [v6.16.8](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6168-2022-05-04)
5577

56-
### 1.3.1 (2022-04-26)
78+
## 1.3.1 (2022-04-26)
79+
80+
### Changed
5781

5882
* Fixes `java.lang.ClassNotFoundException` in minified Android builds.
5983
[#151](https://github.com/bugsnag/bugsnag-unreal/pull/151)
6084

61-
### 1.3.0 (2022-04-11)
85+
## 1.3.0 (2022-04-11)
86+
87+
### Changed
6288

6389
* Adds the `MaxReportedThreads` configuration property (Android only.)
6490
[#144](https://github.com/bugsnag/bugsnag-unreal/pull/144)
6591
* Updates the bugsnag-android dependency from v5.19.2 to [v5.22.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5220-2022-03-31)
6692
* Updates the bugsnag-cocoa dependency from v6.16.1 to [v6.16.6](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6166-2022-04-06)
6793

68-
### 1.2.0 (2022-02-17)
94+
## 1.2.0 (2022-02-17)
95+
96+
### Changed
6997

7098
* Adds support for macOS as a target platform.
7199
[#136](https://github.com/bugsnag/bugsnag-unreal/pull/136)
72100

73-
### 1.1.0 (2022-02-02)
101+
## 1.1.0 (2022-02-02)
102+
103+
### Changed
74104

75105
* New APIs to support forthcoming feature flag and experiment functionality.
76106
For more information, please see https://docs.bugsnag.com/product/features-experiments
77107
[#123](https://github.com/bugsnag/bugsnag-unreal/pull/123)
78108
* Updates the bugsnag-android dependency from v5.16.0 to [v5.19.2](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5192-2022-01-31)
79109
* Updates the bugsnag-cocoa dependency from v6.14.3 to [v6.16.1](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6161-2022-01-19)
80110

81-
### 1.0.1 (2022-01-04)
111+
## 1.0.1 (2022-01-04)
112+
113+
### Changed
82114

83115
* Plugin is no longer flagged as "beta"
84116

85-
### 1.0.0 (2021-12-17)
117+
## 1.0.0 (2021-12-17)
118+
119+
### Changed
86120

87121
This is the initial public release of Bugsnag for Unreal Engine, supporting Android and iOS as target platforms.
88122
Documentation: https://docs.bugsnag.com/platforms/unreal-engine/

Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<insertNewline/>
1111
<insert>
1212
com.bugsnag,bugsnag-plugin-android-unreal,2.1.0
13-
com.bugsnag,bugsnag-android,6.19.0
13+
com.bugsnag,bugsnag-android,6.20.0
1414
</insert>
1515
<insertNewline/>
1616
</AARImports>

deps/bugsnag-plugin-android-unreal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
api "com.bugsnag:bugsnag-android-core:6.19.0"
31+
api "com.bugsnag:bugsnag-android-core:6.20.0"
3232
androidTestImplementation 'androidx.test:runner:1.4.0'
3333
androidTestImplementation 'androidx.test:rules:1.4.0'
3434
androidTestImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)