October 18
Unity agent v1.4.2
Improvements
- Native Android agent updated to version 7.6.1
September 30
Unity agent v1.4.1
Improvements
- Native Android agent updated to version 7.6.0
- Native iOS agent updated to version 7.5.2
- Bug fixes for Log Attributes method
August 1
Unity agent v1.4.0
New Features
Application Exit Information
- Added
ApplicationExitInfo
to data reporting - Enabled by default
Log forwarding to New Relic:
- Implement static API for sending logs to New Relic
- Can be enabled/disabled in your mobile application's entity settings page
Improvements
- Native Android agent updated to version 7.5.0
- Native iOS agent updated to version 7.5.0
May 31
Unity agent v1.3.6
- Improvements
The native iOS Agent has been updated to version 7.4.11, bringing performance enhancements and bug fixes.
- New Features
A new backgroundReportingEnabled feature flag has been introduced to enable background reporting functionality. A new newEventSystemEnabled feature flag has been added to enable the new event system.
- Bug Fixes Resolved a problem where customers encountered a mono linker build failure when using the New Relic agent.
May 1
Unity agent v1.3.5
- To address the issue of crashes occurring when using the NoticeFailure method on background threads, we have added StartTime and EndTime parameters to the method. This enhancement should prevent such crashes from happening.
- Upgraded native iOS Agent to 7.4.11
- Upgraded native Android Agent to 7.3.0
March 22
Unity agent v1.3.4
- Upgraded native iOS agent to 7.4.10: Offers performance upgrades and bug fixes.
March 7
Unity agent v1.3.3
New in this release
- Offline harvesting feature: Preserves harvest data during internet downtime, sending stored data once online.
setMaxOfflineStorageSize
API: Allows setting a maximum limit for local data storage.- Upgraded native iOS agent to 7.4.9: Offers performance upgrades and bug fixes.
- Upgraded native Android agent to 7.3.0: Improves stability and adds enhanced features.
UnityWebRequest
instrumentation update: Fixes issue with replacement of constrained dispose calls, streamlining app building.
February 26
Unity agent v1.3.3
New in this release
- Resolved an issue in the Unity editor where an "assembly not found" error occurred for the New Relic native integration on Windows, Mac, and web platforms.
February 22
Unity agent v1.3.1
New in this release
- Resolved an issue in
UnityWebRequest
instrumentation wherecallvirt
instructions were erroneously replaced withcall
instructions.
January 30
Unity agent v1.3.0
- Resolved an issue with the application framework that was causing unexpected behavior.
- Fixed a bug in the application log received handler, ensuring accurate and reliable logging.
- Addressed a build issue that was causing problems with the iOS app.