Releases: withastro/adapters
@astrojs/[email protected]
Major Changes
-
#94
13ddae8
Thanks @alexanderniebuhr! - Removes deprecated optionbuild.split
. UsefunctionPerRoute
instead. -
#94
13ddae8
Thanks @alexanderniebuhr! - Changes the way that bindings are configured for the local runtime usingastro dev
. This change is developed in cooperation with Cloudflare and aligns Astro more closely to the behavior of Wrangler.⚠️ This is a breaking change for anyone deploying to Cloudflare Pages. You need to update your astro config file to set new the bindings. Follow the updated docs for configuring@astrojs/cloudflare
Patch Changes
-
#94
13ddae8
Thanks @alexanderniebuhr! - Improves compatibility with Astro 4.0. using WASM modules -
#94
13ddae8
Thanks @alexanderniebuhr! - UpdatespeerDependency
ofastro
to be less strict
@astrojs/[email protected]
Patch Changes
-
#69
473e9fa
Thanks @alexanderniebuhr! - Fixes a regression which caused the adapter to falsely generate_routes.json
for on-demand rendered 404 pages, which causes unexpected behavior in Cloudflare's SPA routing. -
#66
5b62509
Thanks @ToxiWoxi! - Fixes a regression which caused the adapter to falsely return an empty 404 response, caused by an upstream change withastro/astro#7754.
@astrojs/[email protected]
Minor Changes
-
#34
4e1060b
Thanks @alexanderniebuhr! - Adds animageService
adapter option to configure which image service is used. Read more in the Cloudflare adapter docs. -
#34
4e1060b
Thanks @alexanderniebuhr! - Adds support for using Cloudflare's Image Resizing service as an external image service in Astro. See Cloudflare's image docs for more information about pricing and features.
@astrojs/[email protected]
Patch Changes
- #51
acf4c82
Thanks @alexanderniebuhr! - Updates dependencies
@astrojs/[email protected]
Patch Changes
- #51
acf4c82
Thanks @alexanderniebuhr! - Updates dependencies
@astrojs/[email protected]
Patch Changes
- #46
1611ff7
Thanks @alexanderniebuhr! - Fixes a regression introduced in 7.6.2, which breaks building
@astrojs/[email protected]
Patch Changes
- #33
78baf24
Thanks @alexanderniebuhr! - Fixes override of a validastro:assets
image service configuration. Now overrides are only applied when the configuration is known to be incompatible with Cloudflare.
@astrojs/[email protected]
Patch Changes
-
#28
1665a39
Thanks @alexanderniebuhr! - Fixes missing persistence setting forcache
-
#30
625c41b
Thanks @alexanderniebuhr! - Fixes a regression introduced in 7.6.0, which breaks when no argument is set
@astrojs/[email protected]
Minor Changes
-
#23
4a03af2
Thanks @alexanderniebuhr! - Adds a new propertypersistTo
which allows setting the directory for local state files when using Cloudflare runtime withastro dev
. This is useful when you want to persist state between restarts of the dev server, for example when using KV, D1, R2 to store data.Additionally, updates the format of the
runtime
configuration and adds a warning when the deprecated format is used. The current format is nowruntime: { mode: 'off' | 'local', persistTo: string }
. See runtime documentation for more information.
@astrojs/[email protected]
Patch Changes
- #21
09d2504
Thanks @alexanderniebuhr! - Updates repository information