<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Changelog | Pages</title><description>Updates to Pages</description><link>https://developers.cloudflare.com/pages/platform/changelog</link><item><title>Pages - Action recommended - Node.js 18 end-of-life and impact on Pages Build System V2</title><link>https://developers.cloudflare.com/pages/platform/changelog/#action-recommended---nodejs-18-end-of-life-and-impact-on-pages-build-system-v2</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#action-recommended---nodejs-18-end-of-life-and-impact-on-pages-build-system-v2</guid><description>&lt;ul&gt;
&lt;li&gt;If you are using &lt;a href=&quot;https://developers.cloudflare.com/pages/configuration/build-image/&quot;&gt;Pages Build System V2&lt;/a&gt; for a Git-connected Pages project, note that the default Node.js version, &lt;strong&gt;Node.js 18&lt;/strong&gt;, will end its LTS support on &lt;strong&gt;April 30, 2025&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Pages will not change the default Node.js version in the Build System V2 at this time, instead, we &lt;strong&gt;strongly recommend pinning a modern Node.js version&lt;/strong&gt; to ensure your builds are consistent and secure.&lt;/li&gt;
&lt;li&gt;You can &lt;a href=&quot;https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions&quot;&gt;pin any Node.js version&lt;/a&gt; by:&lt;ol&gt;
&lt;li&gt;Adding a &lt;code&gt;NODE_VERSION&lt;/code&gt; environment variable with the desired version specified as the value.&lt;/li&gt;
&lt;li&gt;Adding a &lt;code&gt;.node-version&lt;/code&gt; file with the desired version specified in the file.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Pinning helps avoid unexpected behavior and ensures your builds stay up-to-date with your chosen runtime. We also recommend pinning all critical tools and languages that your project relies on.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 18 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Pages - Support for pnpm 10 in build system</title><link>https://developers.cloudflare.com/pages/platform/changelog/#support-for-pnpm-10-in-build-system</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#support-for-pnpm-10-in-build-system</guid><description>&lt;ul&gt;
&lt;li&gt;Pages build system now supports building projects that use &lt;strong&gt;pnpm 10&lt;/strong&gt; as the package manager. If your build previously failed due to this unsupported version, retry your build. No config changes needed.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 26 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Pages - Cloudflare GitHub App Permissions Update</title><link>https://developers.cloudflare.com/pages/platform/changelog/#cloudflare-github-app-permissions-update</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#cloudflare-github-app-permissions-update</guid><description>&lt;ul&gt;
&lt;li&gt;Cloudflare is requesting updated permissions for the &lt;a href=&quot;https://github.com/apps/cloudflare-workers-and-pages&quot;&gt;Cloudflare GitHub App&lt;/a&gt; to enable features like automatically creating a repository on your GitHub account and deploying the new repository for you when getting started with a template. This feature is coming out soon to support a better onboarding experience.&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Requested permissions:&lt;/strong&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-administration&quot;&gt;Repository Administration&lt;/a&gt; (read/write) to create repositories.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents&quot;&gt;Contents&lt;/a&gt; (read/write) to push code to the created repositories.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Who is impacted:&lt;/strong&gt;&lt;ul&gt;
&lt;li&gt;Existing users will be prompted to update permissions when GitHub sends an email with subject &amp;quot;[GitHub] Cloudflare Workers &amp;amp; Pages is requesting updated permission&amp;quot; on December 19th, 2024.&lt;/li&gt;
&lt;li&gt;New users installing the app will see the updated permissions during the connecting repository process.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action:&lt;/strong&gt; Review and accept the permissions update to use upcoming features. &lt;em&gt;If you decline or take no action, you can continue connecting repositories and deploying changes via the Cloudflare GitHub App as you do today, but new features requiring these permissions will not be available.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Questions?&lt;/strong&gt; Visit &lt;a href=&quot;https://discord.com/channels/595317990191398933/1313895851520688163&quot;&gt;#github-permissions-update&lt;/a&gt; in the Cloudflare Developers Discord.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 19 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Pages - Updating Bun version to 1.1.33 in V2 build system</title><link>https://developers.cloudflare.com/pages/platform/changelog/#updating-bun-version-to-1133-in-v2-build-system</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#updating-bun-version-to-1133-in-v2-build-system</guid><description>&lt;ul&gt;
&lt;li&gt;Bun version is being updated from &lt;code&gt;1.0.1&lt;/code&gt; to &lt;code&gt;1.1.33&lt;/code&gt; in Pages V2 build system. This is a minor version change, please see details at &lt;a href=&quot;https://bun.sh/blog/bun-v1.1.33&quot;&gt;Bun&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If you wish to use a previous Bun version, you can &lt;a href=&quot;https://developers.cloudflare.com/pages/configuration/build-image/#overriding-default-versions&quot;&gt;override default version&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 24 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Pages - Support for D1&apos;s new storage subsystem and build error message improvements</title><link>https://developers.cloudflare.com/pages/platform/changelog/#support-for-d1s-new-storage-subsystem-and-build-error-message-improvements</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#support-for-d1s-new-storage-subsystem-and-build-error-message-improvements</guid><description>&lt;ul&gt;
&lt;li&gt;Added support for D1&amp;#39;s &lt;a href=&quot;https://blog.cloudflare.com/d1-turning-it-up-to-11/&quot;&gt;new storage subsystem&lt;/a&gt;. All Git builds and deployments done with Wrangler v3.5.0 and up can use the new subsystem.&lt;/li&gt;
&lt;li&gt;Builds which fail due to exceeding the &lt;a href=&quot;https://developers.cloudflare.com/pages/platform/limits/#builds&quot;&gt;build time limit&lt;/a&gt; will return a proper error message indicating so rather than &lt;code&gt;Internal error&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;New and improved error messages for other build failures&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 13 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Commit message limit increase</title><link>https://developers.cloudflare.com/pages/platform/changelog/#commit-message-limit-increase</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#commit-message-limit-increase</guid><description>&lt;ul&gt;
&lt;li&gt;Commit messages can now be up to 384 characters before being trimmed.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 23 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Support for newer TLDs</title><link>https://developers.cloudflare.com/pages/platform/changelog/#support-for-newer-tlds</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#support-for-newer-tlds</guid><description>&lt;ul&gt;
&lt;li&gt;Support newer TLDs such as &lt;code&gt;.party&lt;/code&gt; and &lt;code&gt;.music&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Pages - V2 build system enabled by default</title><link>https://developers.cloudflare.com/pages/platform/changelog/#v2-build-system-enabled-by-default</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#v2-build-system-enabled-by-default</guid><description>&lt;ul&gt;
&lt;li&gt;V2 build system is now default for all new projects.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 11 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Sped up project creation</title><link>https://developers.cloudflare.com/pages/platform/changelog/#sped-up-project-creation</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#sped-up-project-creation</guid><description>&lt;ul&gt;
&lt;li&gt;Sped up project creation.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 10 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Build error message improvement</title><link>https://developers.cloudflare.com/pages/platform/changelog/#build-error-message-improvement</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#build-error-message-improvement</guid><description>&lt;ul&gt;
&lt;li&gt;Builds which fail due to Out of memory (OOM) will return a proper error message indicating so rather than &lt;code&gt;Internal error&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 19 May 2023 00:00:00 GMT</pubDate></item><item><title>Pages - V2 build system beta</title><link>https://developers.cloudflare.com/pages/platform/changelog/#v2-build-system-beta</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#v2-build-system-beta</guid><description>&lt;ul&gt;
&lt;li&gt;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 &lt;strong&gt;Settings&lt;/strong&gt; &amp;gt; &lt;a href=&quot;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/settings/builds-deployments&quot;&gt;&lt;strong&gt;Build &amp;amp; deployments&lt;/strong&gt;&lt;/a&gt; &amp;gt; &lt;strong&gt;Build system version&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 17 May 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Support for Smart Placement</title><link>https://developers.cloudflare.com/pages/platform/changelog/#support-for-smart-placement</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#support-for-smart-placement</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://developers.cloudflare.com/workers/configuration/placement/&quot;&gt;Smart placement&lt;/a&gt; can now be enabled for Pages within your Pages Project by going to &lt;strong&gt;Settings&lt;/strong&gt; &amp;gt; &lt;a href=&quot;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/settings/functions&quot;&gt;&lt;strong&gt;Functions&lt;/strong&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 16 May 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Git projects can now see files uploaded</title><link>https://developers.cloudflare.com/pages/platform/changelog/#git-projects-can-now-see-files-uploaded</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#git-projects-can-now-see-files-uploaded</guid><description>&lt;ul&gt;
&lt;li&gt;Files uploaded are now visible for Git projects, you can view them in the &lt;a href=&quot;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/:pages-deployment/files&quot;&gt;Cloudflare dashboard&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 23 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Notifications for Pages are now available</title><link>https://developers.cloudflare.com/pages/platform/changelog/#notifications-for-pages-are-now-available</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#notifications-for-pages-are-now-available</guid><description>&lt;ul&gt;
&lt;li&gt;Notifications for Pages events are now available in the &lt;a href=&quot;https://dash.cloudflare.com?to=/:account/notifications&quot;&gt;Cloudflare dashboard&lt;/a&gt;. Events supported include:&lt;ul&gt;
&lt;li&gt;Deployment started.&lt;/li&gt;
&lt;li&gt;Deployment succeeded.&lt;/li&gt;
&lt;li&gt;Deployment failed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Analytics Engine now available in Functions</title><link>https://developers.cloudflare.com/pages/platform/changelog/#analytics-engine-now-available-in-functions</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#analytics-engine-now-available-in-functions</guid><description>&lt;ul&gt;
&lt;li&gt;Added support for &lt;a href=&quot;https://developers.cloudflare.com/analytics/analytics-engine/&quot;&gt;Analytics Engine&lt;/a&gt;
in Functions.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Pages - Queues now available in Functions</title><link>https://developers.cloudflare.com/pages/platform/changelog/#queues-now-available-in-functions</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#queues-now-available-in-functions</guid><description>&lt;ul&gt;
&lt;li&gt;Added support for &lt;a href=&quot;https://developers.cloudflare.com/queues/&quot;&gt;Queues&lt;/a&gt; producer in Functions.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 05 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Pages - API messaging update</title><link>https://developers.cloudflare.com/pages/platform/changelog/#api-messaging-update</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#api-messaging-update</guid><description>&lt;p&gt;Updated all API messaging to be more helpful.&lt;/p&gt;
</description><pubDate>Thu, 15 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Ability to delete aliased deployments</title><link>https://developers.cloudflare.com/pages/platform/changelog/#ability-to-delete-aliased-deployments</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#ability-to-delete-aliased-deployments</guid><description>&lt;ul&gt;
&lt;li&gt;Aliased deployments can now be deleted. If using the API, you will need to add the query parameter &lt;code&gt;force=true&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Deep linking to a Pages deployment</title><link>https://developers.cloudflare.com/pages/platform/changelog/#deep-linking-to-a-pages-deployment</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#deep-linking-to-a-pages-deployment</guid><description>&lt;ul&gt;
&lt;li&gt;You can now deep-link to a Pages deployment in the dashboard with &lt;code&gt;:pages-deployment&lt;/code&gt;. An example would be &lt;code&gt;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/:pages-deployment&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Sat, 19 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Functions GA and other updates</title><link>https://developers.cloudflare.com/pages/platform/changelog/#functions-ga-and-other-updates</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#functions-ga-and-other-updates</guid><description>&lt;ul&gt;
&lt;li&gt;Pages functions are now GA. For more information, refer to the &lt;a href=&quot;https://blog.cloudflare.com/pages-function-goes-ga/&quot;&gt;blog post&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;We also made the following updates to Functions:&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/analytics/production&quot;&gt;Functions metrics&lt;/a&gt; are now available in the dashboard.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developers.cloudflare.com/pages/functions/pricing/&quot;&gt;Functions billing&lt;/a&gt; is now available.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://developers.cloudflare.com/workers/platform/limits/#response-limits&quot;&gt;Unbound usage model&lt;/a&gt; is now available for Functions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developers.cloudflare.com/pages/functions/bindings/#secrets&quot;&gt;Secrets&lt;/a&gt; are now available.&lt;/li&gt;
&lt;li&gt;Functions tailing is now available via the &lt;a href=&quot;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/:pages-deployment/functions&quot;&gt;dashboard&lt;/a&gt; or with Wrangler (&lt;code&gt;wrangler pages deployment tail&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Service bindings now available in Functions</title><link>https://developers.cloudflare.com/pages/platform/changelog/#service-bindings-now-available-in-functions</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#service-bindings-now-available-in-functions</guid><description>&lt;ul&gt;
&lt;li&gt;Service bindings are now available in Functions. For more details,
refer to the &lt;a href=&quot;https://developers.cloudflare.com/pages/functions/bindings/#service-bindings&quot;&gt;docs&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 15 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Ansi color codes in build logs</title><link>https://developers.cloudflare.com/pages/platform/changelog/#ansi-color-codes-in-build-logs</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#ansi-color-codes-in-build-logs</guid><description>&lt;p&gt;Build log now supports ansi color codes.&lt;/p&gt;
</description><pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Deep linking to a Pages project</title><link>https://developers.cloudflare.com/pages/platform/changelog/#deep-linking-to-a-pages-project</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#deep-linking-to-a-pages-project</guid><description>&lt;ul&gt;
&lt;li&gt;You can now deep-link to a Pages project in the dashboard with &lt;code&gt;:pages-project&lt;/code&gt;. An example would be &lt;code&gt;https://dash.cloudflare.com?to=/:account/pages/view/:pages-project&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 05 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Increased domain limits</title><link>https://developers.cloudflare.com/pages/platform/changelog/#increased-domain-limits</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#increased-domain-limits</guid><description>&lt;p&gt;Previously, all plans had a maximum of 10 &lt;a href=&quot;https://developers.cloudflare.com/pages/configuration/custom-domains/&quot;&gt;custom domains&lt;/a&gt; per project.&lt;/p&gt;
&lt;p&gt;Now, the limits are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Free&lt;/strong&gt;: 100 custom domains.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pro&lt;/strong&gt;: 250 custom domains.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Business&lt;/strong&gt; and &lt;strong&gt;Enterprise&lt;/strong&gt;: 500 custom domains.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 12 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Support for _routes.json</title><link>https://developers.cloudflare.com/pages/platform/changelog/#support-for-_routesjson</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#support-for-_routesjson</guid><description>&lt;ul&gt;
&lt;li&gt;Pages now offers support for &lt;code&gt;_routes.json&lt;/code&gt;. For more details, refer
to the &lt;a href=&quot;https://developers.cloudflare.com/pages/functions/routing/#functions-invocation-routes&quot;&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 08 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Increased build log expiration time</title><link>https://developers.cloudflare.com/pages/platform/changelog/#increased-build-log-expiration-time</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#increased-build-log-expiration-time</guid><description>&lt;p&gt;Build log expiration time increased from 2 weeks to 1 year.&lt;/p&gt;
</description><pubDate>Thu, 25 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Pages - New bindings supported</title><link>https://developers.cloudflare.com/pages/platform/changelog/#new-bindings-supported</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#new-bindings-supported</guid><description>&lt;ul&gt;
&lt;li&gt;R2 and D1 &lt;a href=&quot;https://developers.cloudflare.com/pages/functions/bindings/&quot;&gt;bindings&lt;/a&gt; are now supported.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 08 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Added support for .dev.vars in wrangler pages</title><link>https://developers.cloudflare.com/pages/platform/changelog/#added-support-for-devvars-in-wrangler-pages</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#added-support-for-devvars-in-wrangler-pages</guid><description>&lt;p&gt;Pages now supports &lt;code&gt;.dev.vars&lt;/code&gt; in &lt;code&gt;wrangler pages&lt;/code&gt;, which allows you to use use environmental variables during your local development without chaining &lt;code&gt;--env&lt;/code&gt;s.&lt;/p&gt;
&lt;p&gt;This functionality requires Wrangler v2.0.16 or higher.&lt;/p&gt;
</description><pubDate>Tue, 05 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Added deltas to wrangler pages publish</title><link>https://developers.cloudflare.com/pages/platform/changelog/#added-deltas-to-wrangler-pages-publish</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#added-deltas-to-wrangler-pages-publish</guid><description>&lt;p&gt;Pages has added deltas to &lt;code&gt;wrangler pages publish&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;This functionality requires Wrangler v2.0.11 or higher.&lt;/p&gt;
</description><pubDate>Mon, 13 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Pages - Added branch alias to PR comments</title><link>https://developers.cloudflare.com/pages/platform/changelog/#added-branch-alias-to-pr-comments</link><guid isPermaLink="true">https://developers.cloudflare.com/pages/platform/changelog/#added-branch-alias-to-pr-comments</guid><description>&lt;ul&gt;
&lt;li&gt;PR comments for Pages previews now include the branch alias.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 08 Jun 2022 00:00:00 GMT</pubDate></item></channel></rss>