This repository was archived by the owner on Sep 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +33
-4
lines changed
Expand file tree Collapse file tree 4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 2.23.4 (2020-01-06)
5+
6+ ### Bug fixes
7+
8+ * (Android) Upgrade bugsnag-android to v4.22.2
9+ * Fix: address CVE-2019 -10101 by increasing Kotlin version to 1.3.61
10+ [ #739 ] ( https://github.com/bugsnag/bugsnag-android/pull/739 )
11+ * Catch throwables when invoking methods on system services
12+ [ #623 ] ( https://github.com/bugsnag/bugsnag-android/pull/623 )
13+ * Fix possible crash when recording reports and breadcrumbs containing values
14+ using different text encodings or UTF-8 control characters, followed by a
15+ C/C++ crash.
16+ [ #584 ] ( https://github.com/bugsnag/bugsnag-android/pull/584 )
17+ * Fix crash when calling ` NativeInterface.clearTab() ` (from an integration
18+ library)
19+ [ #582 ] ( https://github.com/bugsnag/bugsnag-android/pull/582 )
20+ * Fix abort() in native code when storing breadcrumbs with null values in
21+ metadata
22+ [ #510 ] ( https://github.com/bugsnag/bugsnag-android/pull/510 )
23+ * Fix potential segfaults when adding breadcrumb with NDK
24+ [ #546 ] ( https://github.com/bugsnag/bugsnag-android/pull/546 )
25+ * Convert metadata to map when notifying the NDK observer
26+ [ #513 ] ( https://github.com/bugsnag/bugsnag-android/pull/513 )
27+ * Prevent overwrite of signal mask when installing ANR handler
28+ [ #520 ] ( https://github.com/bugsnag/bugsnag-android/pull/520 )
29+ * Fix possible null pointer exception when creating a breadcrumb without
30+ metadata
31+ [ #585 ] ( https://github.com/bugsnag/bugsnag-android/pull/585 )
32+
433## 2.23.3 (2019-12-05)
534
635### Bug fixes
Original file line number Diff line number Diff line change 11# Bugsnag error monitoring & exception reporter for React Native
2- [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.23.3 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
2+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.23.4 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
33
44Automatic [ 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
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
2424 targetSdkVersion safeExtGet(' targetSdkVersion' , 28 )
2525 versionCode 4
26- versionName ' 2.23.3 '
26+ versionName ' 2.23.4 '
2727 consumerProguardFiles ' proguard-rules.pro'
2828 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2929 }
@@ -36,7 +36,7 @@ android {
3636}
3737
3838dependencies {
39- api ' com.bugsnag:bugsnag-android:4.21.1 '
39+ api ' com.bugsnag:bugsnag-android:4.22.2 '
4040 implementation ' com.facebook.react:react-native:+'
4141
4242 androidTestImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 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.23.3 " ,
6+ "version" : " 2.23.4 " ,
77 "license" : " MIT" ,
88 "main" : " index.js" ,
99 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments