Skip to content

chore(dev-deps): bump wrangler from 4.69.0 to 4.71.0#175

Merged
larryrider merged 1 commit intomasterfrom
dependabot-npm_and_yarn-wrangler-4.71.0
Mar 9, 2026
Merged

chore(dev-deps): bump wrangler from 4.69.0 to 4.71.0#175
larryrider merged 1 commit intomasterfrom
dependabot-npm_and_yarn-wrangler-4.71.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2026

Bumps wrangler from 4.69.0 to 4.71.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.71.0

Minor Changes

  • #11656 ec2459e Thanks @​prydt! - feat(hyperdrive): add MySQL SSL mode and Custom CA support

    Hyperdrive now supports MySQL-specific SSL modes (REQUIRED, VERIFY_CA, VERIFY_IDENTITY) alongside the existing PostgreSQL modes. The --sslmode flag now validates the provided value based on the database scheme (PostgreSQL or MySQL) and enforces appropriate CA certificate requirements for each.

    Usage:

    # MySQL with CA verification
    wrangler hyperdrive create my-config --connection-string="mysql://user:pass@host:3306/db" --sslmode=VERIFY_CA --ca-certificate-id=<cert-id>
    PostgreSQL (unchanged)
    wrangler hyperdrive create my-config --connection-string="postgres://user:pass@host:5432/db" --sslmode=verify-full --ca-certificate-id=<cert-id>

Patch Changes

  • Updated dependencies [5cc8fcf]:
    • @​cloudflare/unenv-preset@​2.15.0
    • miniflare@4.20260301.1

wrangler@4.70.0

Minor Changes

  • #11332 6a8aa5f Thanks @​nikitassharma! - Users are now able to configure DockerHub credentials and have containers reference images stored there.

    DockerHub can be configured as follows:

    echo $PAT_TOKEN | npx wrangler@latest containers registries configure docker.io --dockerhub-username=user --secret-name=DockerHub_PAT_Token

    Containers can then specify an image from DockerHub in their wrangler.jsonc as follows:

    "containers": {
      "image": "docker.io/namespace/image:tag",
      ...
    }
  • #12649 35b2c56 Thanks @​gabivlj! - Add experimental support for containers to workers communication with interceptOutboundHttp

    This feature is experimental and requires adding the "experimental" compatibility flag to your Wrangler configuration.

  • #12701 23a365a Thanks @​jamesopstad! - Add local dev validation for the experimental secrets configuration property

    When the new secrets property is defined, wrangler dev and vite dev now validate secrets declared in secrets.required. When required secrets are missing from .dev.vars or .env/process.env, a warning is logged listing the missing secret names.

... (truncated)

Commits
  • 9dff00c Version Packages (#12748)
  • 331d4de Revert "Bump the workerd-and-workers-types group with 2 updates" (#12776)
  • 48bbe20 Bump the workerd-and-workers-types group with 2 updates (#12768)
  • ec2459e Add MySQL SSL options for hyperdrive creation (#11656)
  • 5cc8fcf [unenv] Use the native workerd perf_hooks modules when available (#10618)
  • ea57dfd Version Packages (#12702)
  • bf9cb3d feat: add configurable step limits for Workflows (#12622)
  • 6a8aa5f Allow users to configure DockerHub for use with containers (#11332)
  • d672e2e Fix SolidStart autoconfig for projects using version 2.0.0-alpha or later (#1...
  • 35b2c56 containers: Add container and test Containers interceptOutboundHttp (#12649)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 7, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
send-web 3edbd91 Commit Preview URL

Branch Preview URL
Mar 09 2026, 04:22 PM

Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.69.0 to 4.71.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.71.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.71.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-wrangler-4.71.0 branch from 49e0e6e to 3edbd91 Compare March 9, 2026 16:21
@larryrider larryrider merged commit 1171173 into master Mar 9, 2026
3 checks passed
@larryrider larryrider deleted the dependabot-npm_and_yarn-wrangler-4.71.0 branch March 9, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant