All Products
Search
Document Center

Cloud Monitor:SDK version guide

Last Updated:Jan 22, 2026

This topic describes the version history of the iOS SDK.

Version

Release date

Release notes

2.1.0

January 20, 2026

  • Supports reporting custom resource events.

  • Supports configuring custom trace IDs.

2.0.2

December 09, 2025

  • Supports data collection for Flutter Action events.

2.0.1

December 09, 2025

  • Improves compatibility with mPaaS.

2.0.0

November 19, 2025

  • Fully compatible with Cloud Monitor 2.0. This enables unified, end-to-end observability from the infrastructure to the application layer.

  • New data engine

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

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

  • New data reporting pipeline

    • Optimizes the server-side data ingestion process. This implements a near 'direct-write' solution for data persistence.

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

  • New online configuration

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

  • Improves 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

  • Improves data collection for WKWebView.

  • Improves data collection for ViewController.

1.0.8

October 15, 2025

  • Improves stability.

v1.0.7

September 26, 2025

  • Improves data collection for custom exceptions.

  • Improves stability.

v1.0.6

September 12, 2025

  • Improves the data collection feature for WKWebView.

  • Improves stability.

v1.0.5

August 27, 2025

  • Improves support for the Flutter framework.

v1.0.4

August 26, 2025

  • Improves the capability for end-to-end full-link tracing.

v1.0.3

August 22, 2025

  • Improves support for the Flutter framework.

v1.0.2

August 19, 2025

  • Improves stability.

v1.0.1

August 06, 2025

  • Improves compatibility with iOS 12.x.

v1.0.0

July 31, 2025

  • Adds association of exceptions and stuttering with pages.

  • Optimizes crash data processing logic to reduce secondary crashes.

  • Optimizes the data structure for crash data collection. This makes crash types and causes clearer.

v0.3.7

April 27, 2025

  • Adds options to enable or disable web data collection.

  • Upgrades OpenRUM to 8.20.101.

v0.3.6

March 10, 2025

  • Adds `getDeviceId`.

v0.3.5

January 09, 2025

  • Adds custom environment context.

  • Adds `Info.plist` to the framework.

  • Supports framework differentiation for JSError.

  • Optimizes crash-related scenarios through stack association.

  • Fixed a compatibility issue that prevented the network request probe from instrumenting the zepto.js library.

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

v0.3.4

December 03, 2024

  • Adds compatibility with the Unity framework.

  • Adds a configuration item to disable power monitoring.

  • Fixes known issues.

v0.3.3

September 19, 2024

  • Adds global custom property settings.

  • Adds user extension information.

  • Supports manual integration.

v0.3.2

September 03, 2024

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

v0.3.1

August 20, 2024

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

v0.3.0

August 15, 2024

  • Adds reporting for custom events and exceptions.

  • Adds application environment settings.

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

v0.2.0

May 10, 2024

  • Fixes known issues.

  • Adds custom username settings.

v0.1.0

April 24, 2024

  • Supports integration using CocoaPods.