September 27, 2016
iOS agent v5.8.3
Fixes
- Corrected crashing issue the affected some ARMv7s device.
Improvements
- This version of the iOS agent is built with Xcode 8, and Xcode 8 is required to build with this agent. If earlier versions of Xcode are required use iOS Agent 5.8.1.
September 22, 2016
iOS agent v5.8.2
Improvements
- Added support for control characters in Insights data. Control characters will now be displayed by their common escaped character representation. For example: an 'end-of-text' control character will be displayed as '^C'.
Fixes
- Removed instrumentation of ASI networking framework. This prevents collisions with Apple's private API scans, which produces a false positive when scanning our instrumentation of this library. We recommend anyone still using ASI for networking to use our custom network instrumentation tools going forward.
September 22, 2016
tvOS agent v5.8.2
Improvements
- Added support for control characters in Insights data. Control characters will now be displayed by their common escaped character representation. For example: an 'end-of-text' control character will be displayed as '^C'.
Fixes
- Removed instrumentation of ASI networking framework. This prevents collisions with Apple's private API scans, which produces a false positive when scanning our instrumentation of this library. We recommend anyone still using ASI for networking to use our custom network instrumentation tools going forward.
September 9, 2016
iOS agent v5.8.1
Information
- This release is a "roll-forward" of release 5.7.1. Agent release 5.8.0 was discovered to have compatibility issues with a small set of devices and has been removed.
September 2, 2016
iOS agent v5.8.0
Improvements
- Added support for control characters in insights data. Control characters will now be displayed by their common escaped character representation. e.g.: an 'end-of-text' control character will be displayed a '^C'.
This release was removed as compatibility issues were discovered. See iOS agent release v5.8.1 notes for more details.
September 2, 2016
tvOS agent v5.8.0
Improvements
- Added support for control characters in insights data. Control characters will now be displayed by their common escaped character representation. e.g.: an 'end-of-text' control character will be displayed a '^C'.
August 2, 2016
iOS agent v5.7.1
Fixes
- The dSYM upload script can now handle targets with spaces in the name.
August 2, 2016
tvOS agent v5.7.1
Fixes
- The dSYM upload script can now handle targets with spaces in the name.
July 29, 2016
iOS agent v5.7.0
Improvements
- Embedded framework support in crash reporting: If your application is built with an embedded framework, the agent will now automatically upload all dSYMs associated with your app and utilize them in symbolication of crash reporting.
Fixes
- UIWebView instrumentation improvements: Network requests coming out of UIWebViews will no longer get double recorded.
- Corrected some instances where networking errors were being recorded as HTTP errors.
July 29, 2016
tvOS agent v5.7.0
Improvements
- Embedded framework support in crash reporting: If your application is built with an embedded framework, the agent will now automatically upload all dSYMs associated with your app and utilize them in symbolication of crash reporting.
Fixes
- Corrected some instances where networking errors were being recorded as HTTP errors.