iOS agent release notesRSS

June 7, 2019
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 capture name.
  • Values in attributes dictionaries passed to recordEvent APIs will no longer be cast to int or float values, which degraded large data types.

March 14, 2019
tvOS agent v6.6.0

Improvements

  • Bumped session attribute limit to 128 from 64.

Fixes

  • +recordCustomEvent:withName:attributes: no longer requires a dictionary to capture name.
  • 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.

February 5, 2019
tvOS agent v6.5.0

Fixes

  • Improved dSYM upload script.

October 30, 2018
iOS agent v6.4.1

Fixes

  • Corrects bug in dSYM upload script introduced by Xcode10's new build system.

October 30, 2018
tvOS agent v6.4.1

Fixes

  • Corrects bug in dSYM upload script introduced by Xcode10's new build system.

October 9, 2018
iOS agent v6.4.0

Fixes

  • +setMaxEventBufferTime and +setMaxEventPoolSize now persist between background/foreground
  • dSYM upload script has been improved. It is now better at finding and uploading dSYMs.

Improvements

  • Reduced agent size by removing old architectures. Note: with the removal of i386 the agent will no longer build with iPhone4S simulators (however, it will still run on iPhone4S devices.)

Note: This agent was built with Xcode10. It may be necessary to use Xcode10 for compatibility.

October 9, 2018
tvOS agent v6.4.0

Fixes

  • +setMaxEventBufferTime and +setMaxEventPoolSize now persist between background/foreground
  • dSYM upload script has been improved. It is now better at finding and uploading dSYMs.

Note: This agent was built with Xcode10. It may be necessary to use Xcode10 for compatibility.

September 12, 2018
iOS agent v6.3.2

Fixes

  • Fixed race condition in handled exceptions component, which had the potential of crashing on background inside std::recursive_mutex::lock()