Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/[email protected]

22 Jul 11:40
7d14000
Compare
Choose a tag to compare

@cloudflare/[email protected]

22 Jul 11:40
7d14000
Compare
Choose a tag to compare

Minor Changes

  • #10001 5796ca9 Thanks @jamesopstad! - We now automatically inject the following HMR code into your Worker entry file:

    if (import.meta.hot) {
    	import.meta.hot.accept();
    }

    This prevents file changes from invalidating the full module graph and improves HMR performance in development.

Patch Changes

@cloudflare/[email protected]

22 Jul 11:40
7d14000
Compare
Choose a tag to compare

Minor Changes

@cloudflare/[email protected]

22 Jul 11:39
7d14000
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

22 Jul 11:39
7d14000
Compare
Choose a tag to compare

Patch Changes

  • #9819 0c4008c Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support in vite dev

    Adds support for Cloudflare Containers in vite dev. Please note that at the time of this PR a container image can only specify the path to a Dockerfile. Support for registry links will be added in a later version, as will containers support in vite preview.

[email protected]

17 Jul 09:23
44ed0cb
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@cloudflare/[email protected]

17 Jul 09:23
44ed0cb
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

17 Jul 09:23
44ed0cb
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Jul 11:41
a221a45
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Jul 11:41
a221a45
Compare
Choose a tag to compare

Patch Changes

  • #9886 17b1e5a Thanks @dom96! - Python packages are now read from cf-requirements.txt instead of requirements.txt by default