|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 4.4.0 (2019-04-05) |
| 4 | + |
| 5 | +* Disable ANR detection in Unity notifier |
| 6 | + [#142](https://github.com/bugsnag/bugsnag-unity/pull/142) |
| 7 | + |
| 8 | +* Update bugsnag-android dependency to v4.13.0: |
| 9 | + ### Enhancements |
| 10 | + * Add ANR detection to bugsnag-android |
| 11 | +[#442](https://github.com/bugsnag/bugsnag-android/pull/442) |
| 12 | + |
| 13 | + * Add unhandled_events field to native payload |
| 14 | + [#445](https://github.com/bugsnag/bugsnag-android/pull/445) |
| 15 | + |
| 16 | + * Add stopSession() and resumeSession() to Client |
| 17 | + [#429](https://github.com/bugsnag/bugsnag-android/pull/429) |
| 18 | + |
| 19 | + ### Bug fixes |
| 20 | + * Prevent overwriting config.projectPackages if already set |
| 21 | + [#428](https://github.com/bugsnag/bugsnag-android/pull/428) |
| 22 | + |
| 23 | + * Fix incorrect session handledCount when notifying in quick succession |
| 24 | + [#434](https://github.com/bugsnag/bugsnag-android/pull/434) |
| 25 | + |
| 26 | + * Ensure boolean object from map serialised as boolean primitive in JNI |
| 27 | + [#452](https://github.com/bugsnag/bugsnag-android/pull/452) |
| 28 | + |
| 29 | + * Prevent NPE occurring when calling resumeSession() |
| 30 | + [#444](https://github.com/bugsnag/bugsnag-android/pull/444) |
| 31 | + |
| 32 | +* Update bugsnag-cocoa dependency to v5.19.1: |
| 33 | + * Fix generating an incorrect stacktrace used when logging an exception to |
| 34 | + Bugsnag from a location other than the original call site (for example, from a |
| 35 | + logging function or across threads). If an exception was raised/thrown, then |
| 36 | + the resulting Bugsnag report from `notify()` will now use the `NSException` |
| 37 | + instance's call stack addresses to construct the stacktrace, ignoring depth. |
| 38 | + This fixes an issue in macOS exception reporting where `reportException` is |
| 39 | + reporting the handler code stacktrace rather than the reported exception |
| 40 | + stack. |
| 41 | + [#334](https://github.com/bugsnag/bugsnag-cocoa/pull/334) |
| 42 | + |
| 43 | + * Fix network connectivity monitor by connecting to the correct domain |
| 44 | + [Jacky Wijaya](https://github.com/Jekiwijaya) |
| 45 | + [#332](https://github.com/bugsnag/bugsnag-cocoa/pull/332) |
| 46 | + |
3 | 47 | ## 4.3.0 (2019-03-14) |
4 | 48 |
|
5 | 49 | This release is the first to distribute Unity packages with and without 64-bit |
|
0 commit comments