Unlock 1 Year of EdgeOne + 1TB CDN: Join Our Developer Journey
Get Started Now !
Release Notes
2025.04.01
Support Direct Upload of ZIP or Folder for Deploying a Website
Supports uploading ZIP or folder (including static resources such as HTML/CSS/JS/Image, as well as Pages Functions directory and edgeone.json) when creating a project.


2025.03.13
Support Access to More Git Platforms and Selection of Different Acceleration Regions
Repositories from Gitee and Coding platforms can be imported when creating a project.

When creating a project, you can select different acceleration regions. For details, see Domain Name Management - Acceleration Region.

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

2025.02.19
Supports Configuring Cache of Edge Nodes
Based on business needs, configure cache time for different resources and optimize the cache policy 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 Full-Stack Project Development, Enrich Product Features
This major update introduced the following key features to EdgeOne Pages:
Pages Functions and KV Storage: We have 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 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 the project, 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 the new feature and get started quickly.
2024.11.13
New Addition of Node.Js Version Switching Support
The build environment currently supports various Node.js versions. You can select in the "Node.js Version" option in project settings. The selected version will be valid only when deploying next 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 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.
The currently supported package managers are as follows:
Package Manager | Lock File | Installation Command | Supported Versions |
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 |