August 25, 2020
iOS agent 6.14.0
Improvements
- Added API to allow the agent data upload hosts to be set during agent start-up. ( 
+(void) startWithApplicationToken:andCollectorAddress:andCrashCollectorAddress:) 
August 25, 2020
tvOS agent v6.14.0
Improvements
- Added API to allow the agent data upload hosts to be set during agent start-up. ( 
+(void) startWithApplicationToken:andCollectorAddress:andCrashCollectorAddress:) 
July 21, 2020
iOS agent v6.13.0
Fixes
- Removed deprecated use of NSURLConnection methods
 - Improved ptr auth stripping in arm64e crashes.
 
July 21, 2020
tvOS agent v6.13.0
Fixes
- Removed deprecated use of NSURLConnection methods
 - Improved ptr auth stripping in arm64e crashes.
 
April 20, 2020
iOS agent v6.11.0
Fixes
- The New Relic WKWebView navigation delegate wrapper will respond as the wrapped delegate when 
isKindOfClass:is called. +[NewRelic recordHandledException:(NSException*)]will no longer accept exceptions that were not thrown.
November 20, 2019
iOS agent v6.10.0
Fixes
- Now packaged with arm64e architectures.
 - dSYM upload script can handle paths with spaces in them.
 
November 20, 2019
tvOS agent v6.10.0
Fixes
- dSYM upload script can handle paths with spaces in them.
 
October 25, 2019
tvOS agent v6.9.0
Fixes
- Improved possible race-condition with accessing currentSessionId. Note: This release was built with Xcode11 and may be incompatible with earlier versions of Xcode.