Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Releases: withastro/adapters

@astrojs/[email protected]

05 Dec 14:53
446be86
Compare
Choose a tag to compare

Major Changes

  • #94 13ddae8 Thanks @alexanderniebuhr! - Removes deprecated option build.split. Use functionPerRoute instead.

  • #94 13ddae8 Thanks @alexanderniebuhr! - Changes the way that bindings are configured for the local runtime using astro 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

@astrojs/[email protected]

16 Nov 16:19
a3f92ae
Compare
Choose a tag to compare

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]

13 Nov 19:09
79c4176
Compare
Choose a tag to compare

Minor Changes

@astrojs/[email protected]

03 Nov 16:49
6ac9017
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

03 Nov 16:49
6ac9017
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

27 Oct 17:58
f8eb1d7
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

26 Oct 07:13
0ea13bb
Compare
Choose a tag to compare

Patch Changes

  • #33 78baf24 Thanks @alexanderniebuhr! - Fixes override of a valid astro:assets image service configuration. Now overrides are only applied when the configuration is known to be incompatible with Cloudflare.

@astrojs/[email protected]

19 Oct 14:01
a9c40ce
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

19 Oct 05:55
9d3b709
Compare
Choose a tag to compare

Minor Changes

  • #23 4a03af2 Thanks @alexanderniebuhr! - Adds a new property persistTo which allows setting the directory for local state files when using Cloudflare runtime with astro 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 now runtime: { mode: 'off' | 'local', persistTo: string }. See runtime documentation for more information.

@astrojs/[email protected]

16 Oct 19:23
732f328
Compare
Choose a tag to compare

Patch Changes