• Product Introduction
  • Quick Start
    • Importing a Git Repository
    • Starting From a Template
    • Direct Upload
    • Start with AI
  • Framework Guide
    • Frontends
    • Backends
    • Full-stack
      • Next.js
      • Nuxt
      • Astro
      • React Router
      • SvelteKit
    • Custom 404 Page
  • Project Guide
    • Project Management
    • edgeone.json
    • Configuring Cache
    • Error Codes
  • Build Guide
  • Deployment Guide
    • Overview
    • Create Deploys
    • Manage Deploys
    • Deploy Button
    • Using Github Actions
    • Using CNB Plugin
    • Using IDE PlugIn
    • Using CodeBuddy IDE
  • Domain Management
    • Overview
    • Custom Domain
    • HTTPS Configuration
      • Overview
      • Apply for Free Certificate
      • Using Managed SSL Certificate
    • Configure DNS CNAME Record
  • Observability
    • Overview
    • Metric Analysis
    • Log Analysis
  • Pages Functions
    • Overview
    • Edge Functions
    • Cloud Functions
      • Overview
      • Node Functions
  • KV Storage
  • Edge AI
  • API Token
  • EdgeOne CLI
  • Pages MCP
  • Integration Guide
    • AI
      • Dialogue Large Models Integration
      • Large Models for Images Integration
    • Database
      • Supabase Integration
      • Pages KV Integration
    • Ecommerce
      • Shopify Integration
      • WooCommerce Integration
    • Payment
      • Stripe Integration
      • Integrating Paddle
    • CMS
      • WordPress Integration
      • Contentful Integration
      • Sanity Integration
    • Authentication
      • Supabase Integration
      • Clerk Integration
  • Best Practices
    • Using General Large Model to Quickly Build AI Application
    • Use the DeepSeek model to quickly build a conversational AI site
    • Building an Ecommerce Platform with Shopify
    • Building a SaaS Site Using Supabase and Stripe
    • Building a Company Brand Site Quickly
    • How to Quickly Build a Blog Site
  • Migration Guides
    • Migrating from Vercel to EdgeOne Pages
    • Migrating from Cloudflare Pages to EdgeOne Pages
    • Migrating from Netlify to EdgeOne Pages
  • Troubleshooting
  • FAQs
  • Contact Us
  • Release Notes

Release Notes

2025.12.04

EdgeOne Pages Official Version Goes Live Newly Upgraded Seamless Experience

Secure Content Delivery Network (SCDN) has officially upgraded from an innovative platform to an official platform, obtaining intelligent network scheduling, linkage optimization, and advanced configuration capabilities. The platform's performance and stability have been comprehensively enhanced.
Add metrics analysis to assist customers in gaining deeper insights into business operations and security status.
Open the quota description for the free edition to make the product more transparent and controllable to users.
Websites deployed on Pages obtain EdgeOne platform-level protection (DDoS) and achieve automation traffic scrubbing.
Support user customization for rate limit, IP blocklist and allowlist, Referer blocklist, UA blocklist/allowlist.
KV storage is fully available to all users with one-click activation via console, no review required.



2025.11.24

Domain Name Management Comprehensive Upgrade Supporting More Complete Configuration Capability

Newly-added ownership verification through DNS resolution verification, file validation, and other methods, no longer dependent on CNAME configuration.
Support applying for free certificates through automatic verification, DNS delegation verification, file validation, and other methods.
Support setting whether to force HTTPS access.
Add site metric analysis feature, directly jump to view Pages site analysis detail.


2025.11.19

Adding New Full-Stack Support for Nuxt, Astro, SvelteKit, and React Router Frameworks

Pages has added adapter support for each framework, combining with EdgeOne CLI to implement one-click deployment for local projects. For more documentation and guides, please visit:


2025.11.11

Adding GitLab Support, Node Version Expansion, and Dify Plug-In Listing

Added GitLab support.
Node 22.17.1 and 24.5.0 added in project setting.
EdgeOne Pages plug-in tool listed in Dify, supporting deployment of HTML or ZIP content.



2025.09.05

Full-Stack Deployment Capability Comprehensively Enhanced, Offering a Smoother Development Experience

This major update introduced the following key features for EdgeOne Pages:
Fully support multiple rendering modes of Next.js, enabling developers to flexibly choose the most suitable rendering mode based on business needs, balancing performance and real-timeness, and providing global millisecond-level access speed for Next.js applications.
Node Functions Officially Go Live, allowing you to run Node.js server-side code directly without the need to manage servers. Based on dynamic scaling mechanisms, it can automatically adjust resource configurations according to actual load, significantly enhancing the ability to handle complex business logic.
EdgeOne CLI Tool Comprehensive Update, enabling developers to enjoy an actual integrated development experience, from local development to online deployment, making the entire process simpler and more efficient.



2025.07.18

Support Automatic Deployment Preview Branch

Branch deployment preview allows you to create a deployment environment for non-master branches separate from the production environment, enabling you to preview new features, fix bugs or make other modifications without affecting online services.




2025.06.06

Support Reassociating Git Repository

When the Git repository associated with a Pages Project requires migration, is deleted, or disconnected due to 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 folders or ZIP packages to newly created or existing Pages projects. 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 Website

Project creation supports uploading ZIP files or folders (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 Acceleration Region Selection

Project creation supports importing repositories from Gitee and Coding platforms.


Project creation supports selecting different acceleration regions. For details, see Domain 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 in the certificate configuration.



2025.02.19

Configuring Edge Node Caching

Configure cache time for different resources based on business needs to optimize cache policy. For details, refer to the "caches" 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

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 object 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: Through edgeone.json, developers can flexibly adjust the CDN configuration of Pages Projects to meet new scenario requirements like redirect.
Detailed User Documentation: The newly-added Pages User Documentation will help users fully understand the new feature and get a quick start.


2024.11.13

Adding New Node.Js Version Switching Support

The build environment now supports various Node.js versions. You can select your preferred version in the "Node.js Version" option under project settings. The selected version will take effect in 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 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.
Currently supported package managers are as follows:
Package Manager
Lock File
Installation Command
Supported Version
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


ai-agent
You can ask me like
How to Get Started with EdgeOne Pages?