Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 29, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/[email protected]

Minor Changes

  • #9914 a24c9d8 Thanks @petebacondarwin! - Add support for loading local dev vars from .env files

    If there are no .dev.vars or .dev.vars.<environment> files, when running Wrangler or the Vite plugin in local development mode,
    they will now try to load additional local dev vars from .env, .env.local, .env.<environment> and .env.<environment>.local files.

    These loaded vars are only for local development and have no effect in production to the vars in a deployed Worker.
    Wrangler and Vite will continue to load .env files in order to configure themselves as a tool.

    Further details:

    • In vite build the local vars will be computed and stored in a .dev.vars file next to the compiled Worker code, so that vite preview can use them.
    • The wrangler types command will similarly read the .env files (if no .dev.vars files) in order to generate the Env interface.
    • If the CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV environment variable is "false" then local dev variables will not be loaded from .env files.
    • If the CLOUDFLARE_INCLUDE_PROCESS_ENV environment variable is "true" then all the environment variables found on process.env will be included as local dev vars.
    • Wrangler (but not Vite plugin) also now supports the --env-file=<path/to/dotenv/file> global CLI option. This affects both loading .env to configure Wrangler the tool as well as loading local dev vars.

Patch Changes

[email protected]

Minor Changes

  • #9914 a24c9d8 Thanks @petebacondarwin! - Add support for loading local dev vars from .env files

    If there are no .dev.vars or .dev.vars.<environment> files, when running Wrangler or the Vite plugin in local development mode,
    they will now try to load additional local dev vars from .env, .env.local, .env.<environment> and .env.<environment>.local files.

    These loaded vars are only for local development and have no effect in production to the vars in a deployed Worker.
    Wrangler and Vite will continue to load .env files in order to configure themselves as a tool.

    Further details:

    • In vite build the local vars will be computed and stored in a .dev.vars file next to the compiled Worker code, so that vite preview can use them.
    • The wrangler types command will similarly read the .env files (if no .dev.vars files) in order to generate the Env interface.
    • If the CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV environment variable is "false" then local dev variables will not be loaded from .env files.
    • If the CLOUDFLARE_INCLUDE_PROCESS_ENV environment variable is "true" then all the environment variables found on process.env will be included as local dev vars.
    • Wrangler (but not Vite plugin) also now supports the --env-file=<path/to/dotenv/file> global CLI option. This affects both loading .env to configure Wrangler the tool as well as loading local dev vars.

Patch Changes

  • #10051 0f7820e Thanks @nikitassharma! - Add support for custom instance limits for containers. For example, instead of
    having to use the preconfigured dev/standard/basic instance types, you can now
    set:

    instance_type: {
      vcpu: 1,
      memory_mib: 1024,
      disk_mb: 4000
    }
    

    This feature is currently only available to customers on an enterprise plan.

  • #10149 e9bb8d3 Thanks @vicb! - fix require("debug") in nodejs_compat mode

  • Updated dependencies [9b61f44]:

[email protected]

Patch Changes

  • #10109 d983f2b Thanks @alan-agius4! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.0.5 20.1.3

[email protected]

Patch Changes

  • #10129 9b61f44 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250726.0 1.20250730.0
    @cloudflare/workers-types ^4.20250726.0 ^4.20250730.0

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners July 29, 2025 14:55
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 29, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@10116

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@10116

miniflare

npm i https://pkg.pr.new/miniflare@10116

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@10116

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@10116

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@10116

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@10116

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@10116

wrangler

npm i https://pkg.pr.new/wrangler@10116

commit: ff55eac

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from cd0b07f to 41485bd Compare July 29, 2025 20:29
@workers-devprod workers-devprod requested a review from a team July 29, 2025 20:29
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 6 times, most recently from 300de83 to a0690d5 Compare July 30, 2025 20:08
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from 5463998 to 52c7f16 Compare July 31, 2025 10:44
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 52c7f16 to ff55eac Compare July 31, 2025 12:27
@jamesopstad jamesopstad merged commit 463bfd2 into main Jul 31, 2025
49 of 53 checks passed
@jamesopstad jamesopstad deleted the changeset-release/main branch July 31, 2025 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants