Edge Developer Platform
  • Pages
    • Product Introduction
    • Quick Start
      • Importing a Git Repository
      • Starting From a Template
      • Direct Upload
    • Framework Guide
    • Project Guide
      • Project Management
      • edgeone.json
      • Error Codes
    • Build Guide
    • Deployment Guide
      • Overview
      • Create Deploys
      • Manage Deploys
      • Deploy Button
    • Domain Management
      • Overview
      • Custom Domain Name
      • Configuring an HTTPS Certificate
      • How to Configure a DNS CNAME Record
    • Pages Functions
    • KV Storage
    • Edge AI
    • EdgeOne CLI
    • Pages MCP
    • Best Practices
      • 1-Minute Quick Deployment + Free Beta Test in Progress | Your Exclusive DeepSeek, Handled by EdgeOne!
      • Deploy WordPress Gatsby To EdgeOne Pages
      • Build an Ecommerce Platform Using WordPress + GatsbyJS
      • Combining Sanity to Deploy a Portfolio Template
    • Migration Guides
      • Migrating from Vercel to EdgeOne Pages
      • Migrating from Cloudflare Pages to EdgeOne Pages
      • Migrating from Netlify to EdgeOne Pages
    • FAQs
    • Contact Us
    • Release Notes
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