Release Notes
2024.12.11
Supports full-stack project development with rich product features.
This major update introduces the following key features to EdgeOne Pages:
Pages Functions and key-value storage: We have introduced edge computing, allowing developers to use Pages Functions in Pages projects. Combined with key-value storage or third-party storage APIs, you can build dynamic content delivery and achieve full-stack front-end development, enhancing response speed and user experience.
EdgeOne CLI: With the CLI tool, users can easily generate, configure, and debug functions in their 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 scenarios requirements such as redirects.
Detailed usage documentation: The newly added Pages usage documentation will help users fully understand the new features and get started quickly.
2024.11.13
Added support for Node.js version switch
The build environment now supports multiple Node.js versions. You can select the version in the "Node.js Version" option in project settings. The selected version will take effect during the next deployment.
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:
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 |