Skip to content

Commit

Permalink
[NR-299076] android agent v7.6.0 release notes and feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang-nr committed Sep 6, 2024
1 parent c857728 commit 3844681
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,38 @@ freshnessValidatedDate: 2024-03-14
</tr>
</tbody>
</table>


## Event Persistence [#android-event-persistence]

<table>
<thead>
<tr>
<th style={{ width: "800px" }}>
Description
</th>

<th>
Example
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
Enable or disable event persistence. </td>

<td>
Event persistence is disabled by default. To enable it, add the following feature flag:

```java
NewRelic.enableFeature(FeatureFlag.EventPersistence)
```
</td>
</tr>
</tbody>
</table>
</TabsPageItem>

<TabsPageItem id="ios">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
subject: Android agent
releaseDate: '2024-09-10'
version: 7.6.0
downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_Agent_7.6.0.zip'
---

## New

* Upgrade JDK support to JAVA22.
* Upgrade AGP support to 8.6.
* Add feature flag for event persistence. You can read our docs to learn how to [enable this feature](/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/configure-settings/#android-event-persistence.

## Fix

* Fix a corner case to prevent mismatch between appbuildid and appversion.
* Fix where crashes are not ingested due to empty stacktraceElements.
* Fix a NullValuePointer exception when shutdown is called.
* Fix a parameter mismatch in gradle plugin which has caused confusion in the logs.

## Support statement

We recommend updating the agent at least every 3 months. The specific policies and dates for Android agent support of the can be found in the [Mobile monitoring agents EOL policy](/docs/mobile-monitoring/new-relic-mobile/get-started/mobile-agents-eol-policy/#android-eol).

0 comments on commit 3844681

Please sign in to comment.