Skip to content

Latest commit

 

History

History
125 lines (75 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

125 lines (75 loc) · 3.93 KB

Changelog

0.3.0 (2023-05-09)

Breaking changes

The following changes need attention when updating to this version of the library:

  • Renamed incorrectly named makeContextCurrent to makeCurrentContext in BugsnagPerformanceSpanOptions 128

Enhancements

  • Swizzle methods earlier at process start rather than at library start to avoid race conditions. Swizzling can now be disabled using bugsnag/performance/disableSwizzling in your Info.plist 126

Bug fixes

  • Fix potential race condition in accessing NSURLSessionTaskMetrics.transactionMetrics 130

0.2.3 (2023-05-03)

Bug fixes

  • Temporary Fix: Disable swizzling of viewWillDisappear while we work on a better solution 124

0.2.2 (2023-04-27)

Bug fixes

  • Fix: Incorrectly named span attribute: view_load -> view_load_phase 122

  • Fix: Start network spans at the point that the network request starts rather than at the end (to ensure proper parentage) 119

0.2.1 (2023-04-26)

Bug fixes

  • Fix: Doubles were erroneously converted to strings 120

0.2.0 (2023-04-24)

This release adds nested span support.

Breaking changes

The following changes need attention when updating to this version of the library:

  • Corrected name of autoInstrumentNetworkRequests configuration option (was previously autoInstrumentNetwork) 112

  • Applied updated span and attribute naming (causes duplicate aggregations in your dashboard of App Start, Screen Load and Network spans from previous versions) 111

Enhancements

  • Added connection.subtype attribute to network spans 109

  • Added first_view_name attribute to app start spans 91

0.1.5 (2023-03-22)

Bug fixes

  • Use app-extension safe version of UIApplication.sharedApplication 82

0.1.4 (2023-03-20)

Enhancements

  • Added enabledReleaseStages to BugsnagPerformanceConfiguration. 78

Bug fixes

  • Fixed compile issue with mac catalyst targets. 79

0.1.3 (2023-03-17)

Bug fixes

  • Turn up all warnings and sanitizers to 11, and fix detected UB behavior. 76 74 73

  • Safer background/foreground detection. 72

  • Corrected boot time fetch code. 70

0.1.2 (2023-03-15)

Bug fixes

  • Restructure the example app for preview release. 66

0.1.1 (2023-03-14)

Bug fixes

  • Revert to simple Bugsnag.start API as originally envisioned. 64

  • Make sure span drain occurs on transition from BG to FG. 63

  • Fixed periodic span drain that wasn't occurring. 62

0.1.0

Initial preview release