Skip to main content

CloudBase Platform Changelog

2026-05-28

【Integration Center】: One-Stop Access to Third-Party Services

CloudBase has launched the Integration Center, which encapsulates third-party services such as WeChat Pay and WeChat Official Account into out-of-the-box "integrations". Developers no longer need to manage credentials, handle signature verification and decryption, or maintain callback domains — just fill in the configuration once in the console, and the corresponding cloud functions and callback pipelines are generated automatically. View Feature Introduction →

Supported Integration Types:

Core Value:

  • Unified Credential Management: API keys, certificates, and private keys are managed by the platform and never enter business code
  • Callback Reception & Verification: Automatically receives async notifications from third parties, verifies and decrypts them, then forwards plaintext to business functions
  • One-Click Function Deployment: HTTP cloud function templates are auto-generated when creating an integration; developers only need to fill in business logic

For details, please refer to: Integration Center Documentation · Usage Guide · FAQ


2026-03-30

【Platform Capability】: CloudBase Environments Eligible as ICP Filing Cloud Resources

Previously, CloudBase environments could not serve as filing cloud resources for ICP domain filing.

With this feature live, environments on the Personal plan or above that have more than 6 months of remaining validity and Fixed IP enabled can now be directly retrieved in the filing console as eligible cloud resources — no need to purchase additional cloud services for filing purposes.

Process Overview

  1. Go to Filing Management
  2. If filing conditions are not met, follow the on-page instructions.
  3. If conditions are met, click the "Go to Filing" button at the top of the page to enter the filing console.
Filing Management Page
  1. On the filing page, eligible CloudBase environments can be retrieved as filing cloud resources.
Select Filing Cloud Resource
  1. Enter the filing application process and follow the ICP Filing Documentation for further steps.

2026-03-11

【CLI / MCP / Skills】: Device Code Flow Login Support

CloudBase CLI, MCP Server, and AI Skills now support Device Code Flow login, designed for headless environments such as remote servers, cloud IDEs, SSH terminals, and OpenClaw — enabling identity authorization without a local browser.

Device Code Login: Authentication for Remote Development Scenarios

Pain point of the traditional flow: CLI login relies on a local browser redirect to complete OAuth authorization, which doesn't work in remote servers, container environments, or cloud IDEs.

Advantage of Device Code Flow: By decoupling the authorization device from the login device through a device code, users only need to visit the authorization page in any browser and enter the device code to complete authorization for the remote environment.

AI Agent Integration

When using CloudBase Skills inside AI development tools (such as Cursor, WindSurf, CodeBuddy, etc.), the Agent automatically triggers the Device Code Flow. Once authorized, it can invoke the full set of CloudBase capabilities, enabling end-to-end automation from development to deployment.

Example: End-to-End Flow Driven by an AI Agent in OpenClaw

Taking OpenClaw cloud development environment as an example, here's the complete flow from prompt to live deployment:

StepRoleAction
1UserSends instruction to Agent: Use CloudBase Skills, build a TodoList web app and deploy it
2AgentAuto-discovers and installs CloudBase Skills, triggers Device Code Flow
3AgentReturns authorization URL and device code (e.g. FSN9-9B5D), waits for user to authorize
4UserOpens the URL in any browser and enters the device code to complete login
5AgentDetects authorization success, continues automatically: scaffolds project → writes code → calls CloudBase API → deploys

2026-02-10

【Cloud Storage】: UI Redesign + Advanced Features Support

CloudBase Cloud Storage console has been redesigned with bucket name and region information display, and now supports COS advanced features like content moderation and data processing.

Main Updates:

  • Bucket Information Display: Directly displays COS bucket name and region information
  • One-Click Jump: Quick jump to COS console to use advanced features
  • Content Moderation: Image/video/text security auditing, automatic identification of non-compliant content
  • Data Processing: Image processing, document preview, video frame capture and transcoding, etc.

For details, please refer to: Cloud Storage Documentation


2026-01-27

【HTTP Cloud Functions】: Single Instance Multiple Concurrency + WebSocket Real-time Communication

HTTP Cloud Functions now support single instance multiple concurrency mode and WebSocket/SSE real-time communication, with comprehensive upgrades to Web service performance and cost optimization, and real-time application development experience. View Development Documentation →

Single Instance Multiple Concurrency: Reduce Cold Starts, Improve Concurrency Performance

A single function instance can handle multiple requests simultaneously without starting a new instance for each request. Compared to the "single instance single request" mode of regular cloud functions, it significantly reduces cold start frequency and resource consumption.

WebSocket Support: Bidirectional Real-time Communication Capability

Native support for WebSocket protocol, providing full-duplex communication capability. Suitable for scenarios requiring bidirectional communication such as real-time chat, collaborative editing, game servers, etc. WebSocket Usage Guide →


2026-01-26

【MySQL Database】: Support Migration to User's Own Account

CloudBase MySQL now supports migration from the CloudBase side to your Tencent Cloud account, with VPC private network connection support after migration. View Migration Guide →

Before migration, the database is deployed in the CloudBase official account and only supports public network connection. After migration, the database is under your account, supports VPC private network connection, and cloud functions can directly connect to the database.


2026-01-20

【Task Center】: Unified Management of Environment To-Do Items

The CloudBase platform overview page has been upgraded to Task Center, which unifies the management of environment risks, security reminders, and operational anomalies scattered in various places, allowing you to identify and handle all to-do items in one place.

Unified Management of Environment To-Do Items

2026-01-16

【Billing Mode】: Resource Point Billing Mode Launch

CloudBase platform launches Resource Point Billing Mode, replacing the traditional "package quota + additional resource" fixed quota method, achieving flexible deduction based on actual usage, making billing more accurate and reasonable. Covers the full range of current packages including Personal, Standard, Enterprise, and Enterprise Advanced versions. View Resource Point Billing Documentation →

Flexible Usage: Say Goodbye to Fixed Quota Limitations

Pain points of traditional mode: Fixed package quotas lead to waste when resources are not fully used, and require frequent additional purchases when usage exceeds quota, making it difficult to adapt to business fluctuations.

Advantages of resource point mode: All resource usage is converted to resource points according to unified standards for deduction, pay for what you use, flexibly adapting to various business scenarios.

⚠️ Important Notice

WeDa/CloudBase discontinued old packages need to be converted to current packages (Personal, Standard, Enterprise, Enterprise Advanced) first before converting to resource point billing environments


2026-01-14

【Document Database】: Support Connecting to Your Own MongoDB Database

CloudBase has added Mongo Connector functionality, supporting integration of your existing MongoDB database into the platform without data migration, reusing existing resources, configuration time less than 5 minutes.

After connecting your own database, you can:

  • Seamless Integration: Directly manage data in existing databases without data migration
  • Data Models: Quickly generate data models based on existing data tables, automated data management
  • SDK Support: Unified access using CloudBase Web SDK / Node SDK / Mini Program SDK
  • Security and Control: Data remains in your database, full control over data security

Related Resources


2026-01-09

【HTTP Access Service】: Access Warning Intermediate Page

The original "default domain validity renewal" mechanism has been officially retired, no longer requiring frequent manual renewals.

Added Access Warning Intermediate Page, replacing the hard renewal mechanism with soft security reminders, ensuring test environment security and compliance.

When visitors access Web applications through CloudBase "default domains" (such as *.tcloudbaseapp.com, *.run.tcloudbase.com, *.app.tcloudbase.com), the system will automatically redirect to the Access Warning Intermediate Page, informing visitors that the current environment is only for development and testing, and the content has not undergone compliance review.

Mechanism Upgrade: From Hard Renewal to Soft Reminders

Pain points of old mechanism: Default domains require regular renewal, and once renewal is forgotten, the domain becomes inaccessible, causing development and testing interruptions.

Advantages of new mechanism: Cancel renewal requirements and replace with access warning intermediate page. As long as traffic anomaly risk control thresholds are not triggered, default domains can continue to be used in development and testing scenarios.

For details, please refer to: Access Warning Intermediate Page


2025-12-24

【Access Guide】: Mainstream Framework Quick Access + AI Development Tool MCP Connection

CloudBase has added Access Guide Module, providing quick access solutions for mainstream frameworks like React, Vue, WeChat Mini Program, and MCP connection guides for AI development tools like Cursor and WindSurf.

Mainstream Framework Quick Access: From Zero to Deployment in One Step

Traditional access methods require developers to consult multiple documents, manually configure SDKs, and write boilerplate code, with high learning costs and easy errors. Now you only need to select your technology stack in the access guide to get complete project templates and configuration solutions.

AI Development Tool MCP Connection: Intelligent Coding Experience Upgrade

To enable developers to use AI-assisted development more efficiently, CloudBase provides MCP (Model Context Protocol) connection guides for mainstream AI development tools, allowing AI assistants to directly call CloudBase capabilities.


2025-12-18

【Authentication】: Built-in Email Service + SMS Rate Limiting

CloudBase authentication has added zero-configuration email service, reducing configuration time from 15 minutes to 1 minute. Also launched SMS rate limiting to effectively prevent resource theft.

Built-in Email Service: Say Goodbye to SMTP Configuration

Traditional email login requires developers to apply for third-party email services and configure SMTP parameters themselves, a cumbersome and error-prone process. Now you only need to click "Enable Email Proxy" in the console to complete the configuration.

For details, please refer to: Authentication/Email Verification Code Login

SMS Rate Limiting: Prevent Resource Theft

To address the issue of cost surges caused by malicious SMS verification code requests, added single user daily SMS limit configuration, default 30 messages/day.

Configuration steps:

  1. Go to CloudBase Platform / Authentication / Login Methods
  2. Find the "SMS Verification Code" card and click "Edit"
  3. Set the daily sending limit (recommended 10-100 messages, adjust according to business scenario)
  4. Save configuration

For details, please refer to: Authentication/SMS Verification Code Login

⚠️ Important Notice

To protect resource security, the system has enabled default rate limiting (30 messages/day) for all environments. If your business scenario requires higher quotas (such as order notifications for e-commerce platforms), please manually adjust in the console to avoid affecting normal business.

【Cloud Storage, Static Hosting】: Support Viewing COS Buckets

CloudBase Cloud Storage and Static Website Hosting have added View COS Bucket functionality, supporting the use of COS advanced capabilities, with comprehensive management experience upgrades.

One-Click Jump to COS Console: More Efficient Management

Traditional method requires manually constructing access routes to view the underlying COS bucket. Now you only need to click "View COS Bucket" on the "Cloud Storage" or "Static Website Hosting" page to directly jump to the corresponding COS bucket management page, using more advanced storage capabilities such as content moderation, data processing, access logs, etc.