Release Notes
2025.07.18
Support Automatic Deployment Preview Branch
Preview branch deployment allows you to create a deployment environment separate from the live production environment for non-master branches of a project. This lets you preview new features, fix bugs, or perform other modifications without affecting online services.

2025.06.06
Support Reassociating a Git Repository
If the git repository associated with a Pages Project is disconnected due to migration, deletion, or other reasons, you can reassociate it through "Project Setting - Git Management".

2025.05.09
Adding New Pages API Token
With an API Token, you can interact with Pages independent of console operations.
For example, use Pages MCP to deploy a folder or ZIP package to a newly created or existing Pages project. Or use EdgeOne CLI to set up automatic deployment, quickly deploying build products to the Pages platform via CLI in your CI/CD pipeline.

2025.04.01
Support Direct Upload of ZIP or Folder to Deploy a Website
Project creation allows uploading a ZIP or folder (containing static resources such as HTML/CSS/JS/Image, as well as the Pages Functions directory and edgeone.json).


2025.03.13
Support More Git Platform Access and Different Region Selection
Import repositories from Gitee or Coding when creating a project.

Project creation supports selecting different acceleration regions. 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 managed by Tencent Cloud SSL via "Configure Certificate".

2025.02.19
Configuring Edge Node Caching
Based on business needs, configure cache time for different resources to optimize cache policy. For details, refer to the "caches" section in the document edgeone.json.
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
Supporting Full-Stack Project Development and Enriching Product Features
This major update introduced the following key features for EdgeOne Pages.
Pages Functions and KV Storage: We introduced edge computing. Developers can now use Pages Functions in Pages Projects. Combined with KV storage or third-party storage APIs, you can build dynamic content delivery and implement full-stack front-end development to improve response speed and user experience.
EdgeOne CLI: With the CLI tool, users can easily generate, configure, and debug functions in the project to simplify development process.
Project configuration file support: With 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 the new feature and quick start.
2024.11.13
Adding New Node.Js Version Switching Support
The build environment currently supports various Node.js versions. You can select the desired version in the "Node.js version" option in project settings. The selected version will take effect at deployment time. 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 Support for 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.
The 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 |