Skip to content

Latest commit

 

History

History
124 lines (75 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

124 lines (75 loc) · 4.26 KB

Changelog

1.1.5

Improvements

  • Native Android agent updated to version 7.6.2
  • Native iOS agent updated to version 7.5.3

1.1.4

Improvements

  • Added Support to Record iOS Crash as Handled Exception
  • Native Android agent updated to version 7.6.1
  • Native iOS agent updated to version 7.5.2

1.1.3

  • Fixed info Plist issue for iOS Binding

1.1.2

  • Resolved the iOS bindings namespace issue which was causing conflicts for customers due to the namespace clash with the newrelic package.

1.1.1

New Features

  1. Support for .Net 8.0

    • The plugin now includes compatibility and support for .Net 8.0.
  2. Added Record Handle Exception API with Attributes

    • Introduced an API to record and handle exceptions along with their respective attributes.

Improvements

  • Native Android Agent Updated to Version 7.5.1

    • The native Android agent has been upgraded to version 7.5.1, incorporating the latest enhancements and optimizations.
  • Native iOS Agent Updated to Version 7.5.1

    • The native iOS agent has been upgraded to version 7.5.1, providing improved functionality and performance optimizations.

1.1.0

Release Notes

New Features

  1. Application Exit Information

    • Added ApplicationExitInfo to data reporting
    • Enabled by default
  2. 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

1.0.0

  • 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.

0.0.9

  • Addressed a problem where the MAUI agent failed to start when the application transitioned from the foreground to the background state, ensuring that the agent now initializes correctly in such scenarios.

0.0.7

  • Updated native iOS Agent: We've upgraded the native iOS agent to version 7.4.10, which includes performance improvements and bug fixes.

0.0.6

New in this release

  • Added Offline Harvesting Feature: This new feature enables the preservation of harvest data that would otherwise be lost when the application lacks an internet connection. The stored harvests will be sent once the internet connection is re-established and the next harvest upload is successful.
  • Introduced setMaxOfflineStorageSize API: This new API allows the user to determine the maximum volume of data that can be stored locally. This aids in better management and control of local data storage.
  • Updated native iOS Agent: We've upgraded the native iOS agent to version 7.4.9, which includes performance improvements and bug fixes.
  • Updated native Android Agent: We've also upgraded the native Android agent to version 7.3.0 bringing benefits like improved stability and enhanced features.

0.0.5

New in this release

  • Added agent configuration for events, tracing, and FedRAMP compliance.
  • Disabled default interaction tracing due to a crash.
  • Resolved an issue causing app crashes when users utilized our plugin with a collection view.

0.0.4

  • Fixed Some issues related iOS Dsyms Script

0.0.3

New in this release

  • Adds configurable request header instrumentation to network events The agent will now produce network event attributes for select header values if - the headers are detected on the request. The header names to instrument are passed into the agent when started.
  • Updated the native Android agent to version 7.2.0.
  • Updated the native iOS agent to version 7.4.8.

0.0.2

New in this release

  • Added Support for .net 6.0

0.0.1

The mobile agent team is proud to announce GA support for our .NET MAUI agent!

New in this release

  • Capture C# errors and crashes to quickly identify and fix problems
  • Track network requests to see how your app is interacting with the backend
  • Use distributed tracing to drill down into handled exceptions and identify the root cause of problems
  • Create custom tracking events and metrics to fully understand how your users are interacting with your app