Skip to content

Version Packages #9841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 8, 2025
Merged

Version Packages #9841

merged 2 commits into from
Jul 8, 2025

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 3, 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

[email protected]

Minor Changes

Patch Changes

  • #9784 1a75f85 Thanks @Mkassabov! - fix inspector proxy not proxying workers created via setOptions

  • #9757 395f36d Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250617.0 1.20250705.0
    @cloudflare/workers-types ^4.20250617.0 ^4.20250705.0
  • #9855 6f344bf Thanks @petebacondarwin! - use logger (and log level) from miniflare for asset metadata parsing/loading logs

[email protected]

Minor Changes

  • #9796 ba69586 Thanks @simonabadoiu! - Browser Rendering local mode

  • #9825 49c85c5 Thanks @ReppCodes! - Add support for origin_connection_limit to Wrangler

    Configure connection limits to Hyperdrive via command line options:

    • --origin-connection-limit: The (soft) maximum number of connections that Hyperdrive may establish to the origin database.
  • #9064 a1181bf Thanks @sdnts! - Added an event-subscriptions subcommand

Patch Changes

  • #9729 1b3a2b7 Thanks @404Wolf! - Set docker build context to the Dockerfile directory when image_build_context is not explicitly provided

  • #9845 dbfa4ef Thanks @jonboulle! - remove extraneous double spaces from Wrangler help output

  • #9811 fc29c31 Thanks @gpanders! - Fix unauthorized errors on "containers images delete".

  • #9813 45497ab Thanks @gpanders! - Support container image names without account ID

  • #9821 a447d67 Thanks @WillTaylorDev! - Preview Aliases: Force alias generation to meet stricter naming requirements.

    For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).

  • #9840 7c55f9e Thanks @dario-piotrowicz! - fix: make sure that the experimental remoteBindings flag is properly handled in getPlatformProxy

    There are two issues related to how the experimental remoteBindings flag is handled in getPlatformProxy that are being fixed by this change:

    • the experimental_remote configuration flag set on service bindings is incorrectly always taken into account, even if remoteBindings is set to false
    • the experimental_remote configuration flag of all the other bindings is never taken into account (effectively preventing the bindings to be used in remote mode) since the remoteBindings flag is not being properly propagated
  • #9801 0bb619a Thanks @IRCody! - Containers: Fix issue where setting an image URI instead of dockerfile would incorrectly not update the image

  • #9872 a727db3 Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config path

    This fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the --config flag.

  • #9815 1358034 Thanks @gpanders! - Remove --json flag from containers and cloudchamber commands (except for "images list")

  • #9734 1a58bc3 Thanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopes

  • #9748 7e3aa1b Thanks @alsuren! - Internal-only WRANGLER_D1_EXTRA_LOCATION_CHOICES environment variable for enabling D1's testing location hints

  • Updated dependencies [ba69586, 1a75f85, 395f36d, 6f344bf]:

[email protected]

Patch Changes

  • #9756 afb0246 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.8.12 0.8.15
  • #9790 08cc0fe Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.6.2 7.6.3
  • #9863 f1f6daf Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-hono 0.19.1 0.19.2
  • #9864 ccda844 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-next-app 15.3.4 15.3.5

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

  • #9872 a727db3 Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config path

    This fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the --config flag.

@workers-devprod workers-devprod requested review from a team as code owners July 3, 2025 11:16
Copy link

pkg-pr-new bot commented Jul 3, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: e7a985f

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 27 times, most recently from 5eedf81 to 86add18 Compare July 7, 2025 12:17
@workers-devprod workers-devprod requested a review from a team as a code owner July 7, 2025 12:17
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 4 times, most recently from 049320e to 2a611ad Compare July 7, 2025 15:12
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 2a611ad to e7fd574 Compare July 7, 2025 15:21
@edmundhung edmundhung enabled auto-merge July 8, 2025 09:48
@edmundhung edmundhung disabled auto-merge July 8, 2025 09:48
@edmundhung edmundhung merged commit e15a72c into main Jul 8, 2025
40 of 41 checks passed
@edmundhung edmundhung deleted the changeset-release/main branch July 8, 2025 09:49
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