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.
October 24, 2019
iOS agent v6.9.0
Improvements
- Adds support for crash reports from A12 devices.
Fixes
- Improved possible race-condition with accessing
currentSessionId
.
Note: This release was built with Xcode11 and may be incompatible with earlier versions of Xcode.
September 13, 2019
iOS agent v6.8.0
Improvements
- Removed support and instrumentation for deprecated
UIWebView
.
Fixes
- Fixed memory leak in
WKWebView
instrumentation. - Fixed incorrect time units recorded for response time of network errors. It was reporting as milliseconds, and it was corrected to seconds.
tvOS agent v6.8.0
Fixes
- Fixed incorrect time units recorded for response time of network errors. It was reporting as milliseconds, and it was corrected to seconds.
June 7, 2019
iOS agent v6.7.0
Improvements
- The NewRelic NSURLSessionTaskDelegate object now provides an
isKindOfClass:
method that presents as the wrapped class. This improves compatibility with other frameworks.
Fixes
- Fixes potential crash if
_dyld_register_func_for_add_image
callback is executed in an unexpected way.
tvOS agent v6.7.0
Improvements
- The NewRelic NSURLSessionTaskDelegate object now provides an
isKindOfClass:
method that presents as the wrapped class. This improves compatibility with other frameworks.
Fixes
- Fixes potential crash if
_dyld_register_func_for_add_image
callback is executed in an unexpected way.
March 14, 2019
iOS agent v6.6.0
Improvements
- Bumped session attribute limit to 128 from 64.
Fixes
+recordCustomEvent:withName:attributes:
no longer requires a dictionary to capturename
.- Values in attributes dictionaries passed to
recordEvent
APIs will no longer be cast to int or float values, which degraded large data types.
tvOS agent v6.6.0
Improvements
- Bumped session attribute limit to 128 from 64.
Fixes
+recordCustomEvent:withName:attributes:
no longer requires a dictionary to capturename
.- Values in attributes dictionaries passed to
recordEvent
APIs will no longer be cast to int or float values, which degraded large data types.
February 5, 2019
iOS agent v6.5.0
Fixes
- Improved dSYM upload script.
tvOS agent v6.5.0
Fixes
- Improved dSYM upload script.