-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NR-299076] android agent v7.6.0 release notes and feature flags
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...t/docs/release-notes/mobile-release-notes/android-release-notes/android-760.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |