|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +## 2.9.0 (2018-01-26) |
| 5 | + |
| 6 | +This release includes features and fixes to the native interface. |
| 7 | + |
| 8 | +### Enhancements |
| 9 | + |
| 10 | +* Allow disabling of breadcrumbs via the `Configuration` object via the JS |
| 11 | + interface |
| 12 | +* Upgrade bugsnag-android to v4.3.1: |
| 13 | + - *Enhancements:* |
| 14 | + - Move capture of thread stacktraces to start of notify process |
| 15 | + - Add configuration option to disable automatic breadcrumb capture |
| 16 | + - Parse manifest meta-data for Session Auto-Capture boolean flag |
| 17 | + - *Bug Fixes:* |
| 18 | + - Fix possible ANR when enabling session tracking via |
| 19 | + `Bugsnag.setAutoCaptureSessions()` and connecting to latent networks. |
| 20 | + [#231](https://github.com/bugsnag/bugsnag-android/pull/231) |
| 21 | + - Fix invalid payloads being sent when processing multiple Bugsnag events |
| 22 | + in the same millisecond |
| 23 | + [#235](https://github.com/bugsnag/bugsnag-android/pull/235) |
| 24 | + - Re-add API key to error report HTTP request body to preserve backwards |
| 25 | + compatibility with older versions of the error reporting API |
| 26 | + [#228](https://github.com/bugsnag/bugsnag-android/pull/228)- |
| 27 | +* Upgrade bugsnag-cocoa to v5.15.3: |
| 28 | + - *Bug Fixes:* |
| 29 | + - Remove chatty logging from session tracking |
| 30 | + [#231](https://github.com/bugsnag/bugsnag-cocoa/pull/231) |
| 31 | + [Jamie Lynch](https://github.com/fractalwrench) |
| 32 | + - Re-add API key to payload body to preserve backwards compatibility with older |
| 33 | + versions of the error reporting API |
| 34 | + [#232](https://github.com/bugsnag/bugsnag-cocoa/pull/232) |
| 35 | + [Jamie Lynch](https://github.com/fractalwrench) |
| 36 | + - Fix crash in iPhone X Simulator when reporting user exceptions |
| 37 | + [#234](https://github.com/bugsnag/bugsnag-cocoa/pull/234) |
| 38 | + [Paul Zabelin](https://github.com/paulz) |
| 39 | + - Improve capture of Swift assertion error messages on arm64 devices, inserting |
| 40 | + the assertion type into the report's `errorClass` |
| 41 | + [#235](https://github.com/bugsnag/bugsnag-cocoa/pull/235) |
| 42 | + - Fix default user/device ID generation on iOS devices |
| 43 | + - Fix mach exception detection |
| 44 | + |
4 | 45 | ## 2.8.0 (2018-01-09) |
5 | 46 |
|
6 | 47 | ### Enhancements |
|
0 commit comments