Changelog
2023-08-23
- Commit messages can now be up to 384 characters before being trimmed.
2023-08-01
- Support newer TLDs such as
.party
and.music
.
2023-07-11
- V2 build system is now default for all new projects.
2023-07-10
- Sped up project creation.
2023-05-19
- Builds which fail due to Out of memory (OOM) will return a proper error message indicating so rather than
Internal error
.
2023-05-17
- The V2 build system is now available in open beta. Enable the V2 build system by going to your Pages project in the Cloudflare dashboard and selecting Settings > Build & deployments > Build system version.
2023-05-16
- Smart placement can now be enabled for Pages within your Pages Project by going to Settings > Functions.
2023-03-23
- Files uploaded are now visible for Git projects, you can view them in the Cloudflare dashboard.
2023-03-20
- Notifications for Pages events are now available in the
Cloudflare dashboard. Events supported include:
- Deployment started.
- Deployment succeeded.
- Deployment failed.
2023-02-14
Analytics Engine now available in Functions
- Added support for Analytics Engine in Functions.
2023-01-05
Queues now available in Functions
- Added support for Queues producer in Functions.
2022-12-15
API messaging update
Updated all API messaging to be more helpful. 2022-12-01
Ability to delete aliased deployments
- Aliased deployments can now be deleted. If using the API, you will need to add the query parameter
force=true
.
2022-11-19
Deep linking to a Pages deployment
- You can now deep-link to a Pages deployment in the dashboard with
:pages-deployment
. An example would behttps://dash.cloudflare.com?to=/:account/pages/view/:pages-project/:pages-deployment
.
2022-11-17
Functions GA and other updates
- Pages functions are now GA. For more information, refer to the blog post.
- We also made the following updates to Functions:
- Functions metrics are now available in the dashboard.
- Functions billing is now available.
- The Unbound usage model is now available for Functions.
- Secrets are now available.
- Functions tailing is now available via the
dashboard or with Wrangler (
wrangler pages deployment tail
).
2022-11-15
Service bindings now available in Functions
- Service bindings are now available in Functions. For more details, refer to the docs.
2022-11-03
- Ansi color codes in build logs
Build log now supports ansi color codes. 2022-10-05
Deep linking to a Pages project
- You can now deep-link to a Pages project in the dashboard with
:pages-project
. An example would behttps://dash.cloudflare.com?to=/:account/pages/view/:pages-project
.
2022-09-12
Increased domain limits
Previously, all plans had a maximum of 10 custom domains per project.
Now, the limits are:
- Free: 100 custom domains.
- Pro: 250 custom domains.
- Business and Enterprise: 500 custom domains.
2022-09-08
Support for _routes.json
- Pages now offers support for
_routes.json
. For more details, refer to the documentation.
2022-08-25
Increased build log expiration time
Build log expiration time increased from 2 weeks to 1 year. 2022-08-08
New bindings supported
- R2 and D1 bindings are now supported.
2022-07-05
Added support for .dev.vars in wrangler pages
Pages now supports .dev.vars
in wrangler pages
, which allows you to use use environmental variables during your local development without chaining --env
s.
This functionality requires Wrangler v2.0.16 or higher.
2022-06-13
Added deltas to wrangler pages publish
Pages has added deltas to wrangler pages publish
.
We now keep track of the files that make up each deployment and intelligently only upload the files that we have not seen. This means that similar subsequent deployments should only need to upload a minority of files and this will hopefully make uploads even faster.
This functionality requires Wrangler v2.0.11 or higher.
2022-06-08
Added branch alias to PR comments
- PR comments for Pages previews now include the branch alias.