Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit 98045e1

Browse files
v2.14.0
2 parents ba3dfc5 + a06ca6f commit 98045e1

4 files changed

Lines changed: 33 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

4+
## 2.14.0 (2019-01-23)
5+
6+
* (Android) Upgrade to bugsnag-android v4.11.0
7+
### Enhancements
8+
9+
* [NDK] Improve support for C++ exceptions, adding the exception class name
10+
and description to reports and improving the stacktrace quality
11+
[#412](https://github.com/bugsnag/bugsnag-android/pull/412)
12+
13+
* Update vendored GSON dependency to latest available version
14+
[#415](https://github.com/bugsnag/bugsnag-android/pull/415)
15+
16+
### Bug fixes
17+
18+
* Fix cached error deserialisation where the Throwable has a cause
19+
[#418](https://github.com/bugsnag/bugsnag-android/pull/418)
20+
21+
* Refactor error report deserialisation
22+
[#419](https://github.com/bugsnag/bugsnag-android/pull/419)
23+
24+
* Fix unlikely initialization failure if a device orientation event listener
25+
cannot be enabled
26+
27+
* Cache result of device root check
28+
[#411](https://github.com/bugsnag/bugsnag-android/pull/411)
29+
30+
* Prevent unnecessary free disk calculations on initialisation
31+
[#409](https://github.com/bugsnag/bugsnag-android/pull/409)
32+
433
## 2.13.1 (2019-01-10)
534

635
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bugsnag exception reporter for React Native
2-
[![Documentation](https://img.shields.io/badge/documentation-2.13.1-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.14.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
33

44
Automatic [React Native crash reporting](https://www.bugsnag.com/platforms/react-native-error-reporting/) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps.
55

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ android {
1818
minSdkVersion safeExtGet('minSdkVersion', 16)
1919
targetSdkVersion safeExtGet('targetSdkVersion', 26)
2020
versionCode 4
21-
versionName '2.13.1'
21+
versionName '2.14.0'
2222
consumerProguardFiles 'proguard-rules.pro'
2323
}
2424
}
2525

2626
dependencies {
27-
compile 'com.bugsnag:bugsnag-android:4.10.0'
27+
compile 'com.bugsnag:bugsnag-android:4.11.0'
2828
compile 'com.facebook.react:react-native:+'
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/",
44
"repository": "https://github.com/bugsnag/bugsnag-react-native.git",
55
"bugs": "https://github.com/bugsnag/bugsnag-react-native/issues",
6-
"version": "2.13.1",
6+
"version": "2.14.0",
77
"license": "MIT",
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)