• EnglishEspañol日本語한국어Português
  • Log inStart now

iOS agent release notesRSS

August 27, 2014
iOS agent v3.398

Fixes

  • Stability improvements: Certain application design patterns could trigger a concurrency problem in the New Relic SDK that caused app instability. This version properly handles those edge cases.

August 19, 2014
iOS agent v3.396

Notes

Fixes

  • Stability improvements: Certain application design patterns could trigger a concurrency problem in the New Relic SDK that caused app instability. This version properly handles those edge cases.
  • A memory leak in NRMATraceMachine has been removed.

August 5, 2014
iOS agent v3.380

Notes

Fixes

  • Resolved issue that corrupted New Relic interaction trace data, and resulted in a "ThreadLocalTrace is not parentTrace" log message.

July 24, 2014
iOS agent v3.378

Notes

Improvements

  • Fixed build errors in NewRelicFeatureFlags.h that occurred if NewRelic.h was imported before foundation.h in the prefix.pch file.
  • Interaction traces period is more discrete. An interaction will only record traces until a new interaction is started, rather than combining the data into one interaction.
  • The method +[NRTaskQueue dequeue] will no longer fire on the UI thread.
  • Interaction traces now have more easily identifiable names. Instead of “ViewController#Method” they will now be named “Display ViewController”.
  • The healthy interaction timer will no longer fire repeatedly over very short intervals.
  • The agent will no longer crash if the instrumented method:; [NSURLConnection sendAsynchronousRequest:queue:completionHandler:] is passed a nil completionHandler.

Fixes

  • Default interaction traces can now be renamed by adding @protocol NewRelicCustomInteractionInterface( (defined in NewRelic.h) to the traced view controller.
  • Added new method for starting a custom interaction trace +startInteractionWithName: (defined in NewRelic.h)
  • Deprecated the following methods in NewRelic.h : +startInterationFromMethodName:object:, +startInterationFromMethodName:object:customizedName, and +startInterationFromMethodName:object:cancelRunningTrace:. Use +startInteractionWithName: instead.
  • Added method +stopCurrentInteraction: to NewRelic.h. Allows user to stop a custom interaction trace manually.

June 16, 2014
iOS agent v3.343

Notes

Fixes

  • Fixed [AFURLSessionManager disposition]: unrecognized selector crash.
  • Crashes in NRURLProtocol client call backs should no longer occur.
  • Fixed C++ compilation error caused by the New Relic Agent feature flags.

Improvements

  • Added new flag for NRFeatureFlags: NRFeatureFlag_ExperimentalNetworkingInstrumentation. This forces all network traffic to run through the NRURLProtocol, normally only traffic on UIWebViews are routed through the NRURLProtocol. It is not recommended to enable this flag.

May 16, 2014
iOS agent v3.324

Notes

Fixes

  • Fixed crash: BAD_ACCESS in +[NRThreadLocalStore currentThreadDictionary]
  • Resolves a warning from Veracode SAST about an unchecked return from a malloc call

May 5, 2014
iOS agent v3.311

Notes

Improvements

  • NSURLSession Instrumentation Beta

    The iOS agent now instruments NSURLSessions. Specifically, network requests created with NSURLSessionDataTask and NSURLSessionUploadTask. Network requests made using these objects will appear in the Mobile UI under the Network tab along with previously instrumented network requests.

    This feature is disabled by default. It can be enabled via the new configuration flags.

  • Configuration Flags Allow users to enable/disable New Relic features. This feature specifically added for Beta NSURLSession support, which is, by default, disabled.

Fixes

  • Agent will no longer produces garbled server response bodies under Network > Errors > Error Traces.
  • Agent will no longer display the error message "threadLocalTrace is not parentTrace" when it isn't actually an error.
  • Agent will no longer trim the last traced method of an activity trace.

March 26, 2014
iOS agent v3.289

Notes

Fixes

  • Fixes a sporadic crash triggered by xpc_mach_port activity in the application after a call to read thread CPU usage fails. Also appears as a crash triggered by the SCReachability system API.
  • Fixes an issue where certain class inheritance hierarchies may cause a grandparent class's implementation of an instrumented method to be invoked multiple times.
  • Fixes a crash related to enabling both Verbose mode and File Output mode in the New Relic SDK.

March 11, 2014
iOS agent v3.257

Notes

Fixes

  • Interaction traces will properly terminate on app closing. This avoids certain edge cases where the interaction will resume on app launch and create an Interaction that spans the length of time the app was backgrounded.

March 7, 2014
iOS agent v3.256

Notes

Improvements

  • Created a workaround for no-network-activity bug that occurs when New Relic and Crittercism are installed simultaneously.

Fixes

  • Fixed memory leak in NRTraceMachine

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.