All Products
Search
Document Center

Application Real-Time Monitoring Service:SDK version guide

Last Updated:Dec 13, 2025

This topic provides the release notes for the ARMS Real User Monitoring (RUM) Android SDK.

Version

Release date

Release notes

v2.0.4

December 11, 2025

  • Fixed known issues.

v2.0.3

December 09, 2025

  • The Flutter connection type now supports Action data collection.

v2.0.2

December 05, 2025

  • Enriched the data collection for Actions such as scroll and fast scroll.

  • Refined the Type classification for Resource events, such as api, image, media, and js.

  • Fixed a plugin compatibility issue with AGP version 7.1.x.

v2.0.1

November 24, 2025

  • Added support for CloudMonitor 2.0 for the Flutter connection type.

v2.0.0

November 20, 2025

  • Fully compatible with CloudMonitor 2.0, enabling unified, end-to-end observability from the infrastructure to the application layer.

  • New data engine

    • High performance and low resource consumption. Improved data reliability and protocol efficiency. Consistent core logic across multiple clients.

    • Adopted a new data transmission protocol. Reduced data packet size by over 60% to significantly lower user traffic consumption.

  • New data ingestion path

    • Optimized the server-side data receiving process. Implemented a near "direct-write" solution for saving data to disk.

    • Reduced intermediate data processing steps. Fundamentally improved the data write success rate and real-time performance.

  • New online configuration

    • Optimized online configuration and updates. Unified logic across multiple clients.

  • Improved SDK compatibility. Completely removed third-party dependencies.

Note

The connection method for version 2.0.0 is not backward compatible. Follow the latest integration document to integrate and upgrade the SDK.

v1.0.9

November 04, 2025

  • Optimized the start/stop logic for API data collection.

  • Fixed a naming conflict issue with .so files.

  • Optimized the time calculation logic.

v1.0.8

October 22, 2025

  • Optimized the SDK stop process.

  • Fixed some NullPointerExceptions and other known issues.

v1.0.7

September 26, 2025

  • Optimized data collection for WebView.

  • Fixed an issue where custom event fields were not exposed.

v1.0.6

September 21, 2025

  • Fixed an issue where some custom configurations did not take effect.

  • Optimized the timing of Session updates.

v1.0.5

September 04, 2025

  • Optimized data collection for WebView.

v1.0.4

August 28, 2025

  • Optimized support for the Flutter framework.

v1.0.3

August 22, 2025

  • Optimized support for the Flutter framework.

v1.0.2

August 21, 2025

  • Improved compatibility with third-party SDKs.

  • Optimized data collection for WebView.

v1.0.1

August 07, 2025

  • Added support for AGP 8.0+.

v1.0.0

July 31, 2025

  • Added support for Android 16K.

v0.3.12

April 16, 2025

  • Added support for Android 15.

v0.3.11

April 15, 2025

  • Improved SDK stability.

v0.3.9

March 10, 2025

  • Added getDeviceId.

v0.3.8

December 11, 2024

  • Improved AGP plugin compatibility.

v0.3.7

December 05, 2024

  • Fixed an issue where some WebView pages failed to load.

v0.3.6

November 25, 2024

  • Improved compatibility with AGP 8.0+.

  • Fixed an issue where the SDK version information was incorrect.

  • Fixed stability issues, including array-index out of bounds errors.

v0.3.5

September 19, 2024

  • Added settings for global custom properties.

  • Added user extension information.

  • Added support for manual integration.

  • Improved compatibility with BaseRecyclerViewAdapterHelper.

v0.3.3

August 20, 2024

  • Fixed a potential crash that could occur during ProtoBuf data collection.

v0.3.2

August 19, 2024

  • Optimized the reporting interfaces for custom events, exceptions, and logs to support more invocation methods.

v0.3.0

August 15, 2024

  • Added compatibility with AGP 8.0+.

  • Added reporting for custom events and exceptions.

  • Added application environment settings.

  • Added sample rate configuration for end-to-end tracing.

v0.2.0

May 10, 2024

  • Fixed known issues.

  • Added settings for custom usernames.

v0.1.0

April 26, 2024

  • Added support for Maven integration.