All Products
Search
Document Center

Cloud Monitor:SDK version guide

Last Updated:Dec 25, 2025

This guide provides the version history of the iOS SDK.

Version

Release date

Release notes

2.0.2

December 09, 2025

  • Added support for Flutter Action event collection.

2.0.1

December 09, 2025

  • Improved compatibility with mPaaS.

2.0.0

November 19, 2025

  • Added full compatibility with Cloud Monitor 2.0. This enables unified, end-to-end observability from the infrastructure to the application layer.

  • New data engine

    • Implemented in native C for high performance and low resource consumption. This improves data reliability and protocol efficiency. The core logic is consistent across multiple platforms.

    • Adopted a new data transmission protocol. This reduces the data packet size by over 60% and significantly lowers user traffic consumption.

  • New data reporting pipeline

    • Optimized the server-side data ingestion flow. This implements a near "direct-write" solution for persisting data to disk.

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

  • New online configuration

    • Optimized online configuration. The implementation is unified across multiple platforms using native C.

  • Improved software development kit (SDK) compatibility by completely removing third-party dependencies.

Note

Version 2.0.0 is not backward compatible. Follow the latest integration document to integrate and upgrade the SDK.

1.0.9

October 15, 2025

  • Improved WKWebView data collection.

  • Improved ViewController data collection.

1.0.8

October 15, 2025

  • Improved stability.

v1.0.7

September 26, 2025

  • Improved data collection for custom exceptions.

  • Improved stability.

v1.0.6

September 12, 2025

  • Improved the WKWebView data collection feature.

  • Improved stability.

v1.0.5

August 27, 2025

  • Improved support for the Flutter framework.

v1.0.4

August 26, 2025

  • Improved end-to-end full-link tracing capabilities.

v1.0.3

August 22, 2025

  • Improved support for the Flutter framework.

v1.0.2

August 19, 2025

  • Improved stability.

v1.0.1

August 06, 2025

  • Improved compatibility with iOS 12.x.

v1.0.0

July 31, 2025

  • Added association of exceptions and stuttering with pages.

  • Optimized crash data processing logic to reduce secondary crashes.

  • Optimized the data structure for crash data collection to provide clearer crash types and causes.

v0.3.7

April 27, 2025

  • Added options to enable or disable web data collection.

  • Upgraded OpenRUM to 8.20.101.

v0.3.6

March 10, 2025

  • Added `getDeviceId`.

v0.3.5

January 09, 2025

  • Added custom environment context.

  • Added `Info.plist` to the framework.

  • Added support for distinguishing frameworks for JSError.

  • Optimizing stack association in crash scenarios.

  • Fixed an issue where the network request probe was incompatible with the zepto.js library.

  • Improved value passing compatibility for iframes in the Wujie framework.

v0.3.4

December 03, 2024

  • It is compatible with the Unity framework.

  • Added a configuration item to disable power monitoring.

  • Fixed known issues.

v0.3.3

September 19, 2024

  • Added global custom property settings.

  • Added user extension information.

  • You can perform manual integration.

v0.3.2

September 03, 2024

  • Fixed an issue where Flutter Trace configuration information was not updated.

v0.3.1

August 20, 2024

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

v0.3.0

August 15, 2024

  • Added reporting for custom events and exceptions.

  • Added application environment settings.

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

v0.2.0

May 10, 2024

  • Fixed known issues.

  • Added custom username settings.

v0.1.0

April 24, 2024

  • Added support for integration using CocoaPods.