Unlock 1 Year of EdgeOne + 1TB CDN: Join Our Developer Journey
Get Started Now !
Release Notes
2025.05.09
Adding New Pages API Token
With an API Token, you can interact with Pages independently of console operations.
Use Pages MCP to deploy folders or ZIP packages to newly created or existing Pages projects. Or use EdgeOne CLI to build automatic deployment, quickly deploying built products to the Pages platform via CLI in your CI/CD pipeline.

2025.04.01
Support Direct Upload of ZIP or Folders to Deploy a Website
Supports uploading ZIP or folders when creating a project (including static resources such as HTML/CSS/JS/Image, as well as the Pages Functions directory and edgeone.json).


2025.03.13
Support Access to More Git Platforms and Selection of Different Acceleration Regions
Support importing repositories from Gitee and Coding platforms when creating a project.

Support selecting different acceleration regions when creating a project. For details, see Domain Name Management - Acceleration Region.

2025.02.27
Supports Configuring HTTPS Certificates
After adding a custom domain, you can select a certificate hosted on Tencent Cloud SSL through "Configure Certificate".

2025.02.19
Support Configuring Edge Node Caching
Based on business needs, configure cache time for different resource configurations and optimize cache policies for different resources. For details, refer to the "caches" configuration section in the edgeone.json document.
2025.01.16
Support For Webhook
Pages now supports initiating new deployment processes through hooks. Create a unique URL under Project Settings - WebHook, and send an HTTP POST request to trigger a new deployment for the specified branch. For details, please refer to the "Trigger Deployment" section in the Deployment Guide.
2024.12.11
Support for Full-Stack Project Development Enrich Product Features
This major update introduces the following key features to EdgeOne Pages:
Pages Functions and KV Storage: We have introduced edge computing, allowing developers to use Pages Functions in Pages projects. Combined with KV storage or third-party storage APIs, you can build dynamic content delivery and achieve full-stack front-end development, improving response speed and user experience.
EdgeOne CLI: With the CLI tool, users can easily generate, configure, and debug functions in projects, simplifying the development process.
Project configuration file support: Through edgeone.json, developers can flexibly adjust the CDN configuration of Pages projects to meet new scenario requirements such as redirection.
Detailed user documentation: The newly-added Pages User Documentation will help users fully understand new features and get started quickly.
2024.11.13
Add Node.Js Version Switching Support
The build environment currently supports multiple Node.js versions. You can select an option in the "Node.js Version" setting in project settings. The selected version will take effect during the next deployment.
Currently supported Node.js versions include:
22.11.0
20.18.0
18.20.4
16.20.2
14.21.3
2024.10.21
Package Manager Supports PNPM, BUN, and YARN
The build environment now additionally supports PNPM, BUN, and YARN. You can customize settings in the "Build deployment configuration" within project settings.
Currently supported package managers are as follows:
Package Manager | Lock File | Installation Command | Supported Editions |
Yarn | yarn.lock | yarn install | 1 |
npm | package-lock.json | npm install | 8, 9, 10 |
pnpm | pnpm-lock.yaml | pnpm install | 6, 7, 8, 9 |