All Products
Search
Document Center

Application Real-Time Monitoring Service:SDK release notes

Last Updated:Dec 24, 2025

This topic describes the release notes of the Android SDK.

Version

Release date

Release notes

2.0.4

December 11, 2025

  • Fixed known issues.

2.0.3

December 9, 2025

  • Enabled Action data collection for Flutter integrations.

2.0.2

December 5, 2025

  • Enriched 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 Android Gradle plugin (AGP) V7.1.x.

2.0.1

November 24, 2025

  • Added support for Cloud Monitor 2.0 for Flutter integrations.

2.0.0

November 20, 2025

  • Introduced full compatibility with Cloud Monitor 2.0. This enables 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. This reduces data packet size by over 60% and significantly lowers user traffic consumption.

  • New data reporting path

    • Optimized the server-side data receiving flow. Implemented a near "direct-write" solution for data persistence.

    • Reduced intermediate data processing steps. This fundamentally improves the success rate and real-time performance of data writes.

  • New online configuration

    • Optimized online configuration and updates. Aligned with the logic of multiple clients.

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

Note

V2.0.0 is not backward compatible. Follow the latest integration document to integrate and upgrade the SDK.

1.0.9

November 4, 2025

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

  • Fixed a naming conflict issue with .so files.

  • Optimized the time calculation logic.

1.0.8

October 22, 2025

  • Optimized the SDK stop flow.

  • Fixed some NullPointerExceptions and other known issues.

1.0.7

September 26, 2025

  • Optimized data collection for WebViews.

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

1.0.6

September 21, 2025

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

  • Optimized the timing of Session updates.

1.0.5

September 4, 2025

  • Optimized data collection for WebViews.

1.0.4

August 28, 2025

  • Improved support for the Flutter framework.

1.0.3

August 22, 2025

  • Improved support for the Flutter framework.

1.0.2

August 21, 2025

  • Improved compatibility with third-party SDKs.

  • Optimized data collection for WebViews.

1.0.1

August 7, 2025

  • Added support for AGP 8.0+.

1.0.0

July 31, 2025

  • Added support for Android 16K.

0.3.12

April 16, 2025

  • Added support for Android 15.

0.3.11

April 15, 2025

  • Improved SDK stability.

0.3.9

March 10, 2025

  • Added getDeviceId.

v0.3.8

December 11, 2024

  • Improved AGP plugin compatibility.

0.3.7

December 5, 2024

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

0.3.6

November 25, 2024

  • Improved compatibility with AGP 8.0+.

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

  • Fixed stability issues such as array-index out of bounds errors.

0.3.5

September 19, 2024

  • Added global custom property settings.

  • Added user extension information.

  • Added support for manual integration.

  • Improved compatibility with BaseRecyclerViewAdapterHelper.

0.3.3

August 20, 2024

  • Fixed a potential crash issue during ProtoBuf data collection.

0.3.2

August 19, 2024

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

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

0.2.0

May 10, 2024

  • Fixed known issues.

  • Added a setting for custom usernames.

0.1.0

April 26, 2024

  • Added support for Maven integration.