|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 4.8.4 (2020-10-05) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +* Add device id to error reports on Cocoa platforms |
| 8 | + [#203](https://github.com/bugsnag/bugsnag-unity/pull/203) |
| 9 | + |
| 10 | +* Update bugsnag-cocoa to v5.23.5: |
| 11 | + |
| 12 | + * Fix JSON serialisation of strings with control characters |
| 13 | + [#739](https://github.com/bugsnag/bugsnag-cocoa/pull/739) |
| 14 | + |
| 15 | + * Removed non-thread safe date formatter |
| 16 | + [#758](https://github.com/bugsnag/bugsnag-cocoa/pull/758) |
| 17 | + |
| 18 | + * Fix incorrect string comparison of thread names in Mach exception handling |
| 19 | + [#721](https://github.com/bugsnag/bugsnag-cocoa/pull/721) |
| 20 | + |
| 21 | + * Move binary images store declaration from header file |
| 22 | + [#725](https://github.com/bugsnag/bugsnag-cocoa/pull/725) |
| 23 | + |
| 24 | + * Avoid dereference null pointer in JSON serialisation |
| 25 | + [#637](https://github.com/bugsnag/bugsnag-cocoa/pull/637) |
| 26 | + [Naugladur](https://github.com/Naugladur) |
| 27 | + |
| 28 | + * Fix DYLD lock mechanism preventing compilation on iOS <10. |
| 29 | + [#675](https://github.com/bugsnag/bugsnag-cocoa/pull/675) |
| 30 | + |
| 31 | + * Fixed an issue where an app could deadlock during a crash if unfavourable |
| 32 | + timing caused DYLD lock contention. |
| 33 | + [#580](https://github.com/bugsnag/bugsnag-cocoa/pull/580) |
| 34 | + |
| 35 | + * Fix possible report corruption when using `notify()` from multiple threads |
| 36 | + when configured to skip capturing/reporting background thread contents |
| 37 | + (generally only Unity games). |
| 38 | + [#442](https://github.com/bugsnag/bugsnag-cocoa/pull/442) |
| 39 | + |
| 40 | + * Added several additional event fields (`codeBundleId`, `osName`, |
| 41 | + `modelNumber`, `locale`) that were missing from the OOM reports. |
| 42 | + [#444](https://github.com/bugsnag/bugsnag-cocoa/pull/444) |
| 43 | + |
| 44 | + * Bugsnag now correctly records a new session if it is returning to |
| 45 | + the foreground after more than 60 seconds in the background. |
| 46 | + [#529](https://github.com/bugsnag/bugsnag-cocoa/pull/529) |
| 47 | + |
3 | 48 | ## 4.8.3 (2020-06-10) |
4 | 49 |
|
5 | 50 | ### Bug fixes |
|
0 commit comments