Skip to content

add mixedModeConnectionString to the various binding configs#9168

Merged
dario-piotrowicz merged 1 commit intomainfrom
dario/DEVX-1837/mixedModeConnectionString-to-bindings
May 8, 2025
Merged

add mixedModeConnectionString to the various binding configs#9168
dario-piotrowicz merged 1 commit intomainfrom
dario/DEVX-1837/mixedModeConnectionString-to-bindings

Conversation

@dario-piotrowicz
Copy link
Member

Fixes https://jira.cfdata.org/browse/DEVX-1837


  • Tests
    • TODO (before merge)
    • Tests included
    • Tests not necessary because: not something we can test at this point in development
  • Wrangler / Vite E2E Tests CI Job required? (Use "e2e" label or ask maintainer to run separately)
    • I don't know
    • Required
    • Not required because:
  • Public documentation
    • TODO (before merge)
    • Cloudflare docs PR(s):
    • Documentation not necessary because: Not something to document right now
  • Wrangler V3 Backport
    • TODO (before merge)
    • Wrangler PR:
    • Not necessary because: experimental new feature

@dario-piotrowicz dario-piotrowicz added e2e Run wrangler + vite-plugin e2e tests on a PR skip-v3-pr labels May 7, 2025
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk May 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 7, 2025

A Wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-wrangler-9168
Prereleases for other packages:

cloudflare-workers-bindings-extension:

wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-workers-bindings-extension-9168 -O ./cloudflare-workers-bindings-extension.0.0.0-v7559c979c.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v7559c979c.vsix

create-cloudflare:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-create-cloudflare-9168 --no-auto-update

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-kv-asset-handler-9168

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-miniflare-9168

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-pages-shared-9168

@cloudflare/unenv-preset:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-unenv-preset-9168

@cloudflare/vite-plugin:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-vite-plugin-9168

@cloudflare/vitest-pool-workers:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-vitest-pool-workers-9168

@cloudflare/workers-editor-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-workers-editor-shared-9168

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-workers-shared-9168

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14895558654/npm-package-cloudflare-workflows-shared-9168

Note that these links will no longer work once the GitHub Actions artifact expires.

@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-1837/mixedModeConnectionString-to-bindings branch from 14bade3 to 84c514d Compare May 7, 2025 18:09
@changeset-bot
Copy link

changeset-bot bot commented May 7, 2025

🦋 Changeset detected

Latest commit: 3d16cdb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
wrangler Patch
miniflare Patch
@cloudflare/vitest-pool-workers Patch
@cloudflare/pages-shared Patch
@cloudflare/vite-plugin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-1837/mixedModeConnectionString-to-bindings branch from 84c514d to 4d5f0d0 Compare May 7, 2025 18:15
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review May 7, 2025 18:16
@dario-piotrowicz dario-piotrowicz requested a review from a team as a code owner May 7, 2025 18:16
@dario-piotrowicz dario-piotrowicz requested a review from penalosa May 7, 2025 18:16
@dario-piotrowicz dario-piotrowicz marked this pull request as draft May 7, 2025 21:47
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review May 7, 2025 23:57
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-1837/mixedModeConnectionString-to-bindings branch from 4d5f0d0 to 3d16cdb Compare May 8, 2025 00:00
@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk May 8, 2025
@dario-piotrowicz dario-piotrowicz added this pull request to the merge queue May 8, 2025
Merged via the queue into main with commit 6b42c28 May 8, 2025
18 checks passed
@dario-piotrowicz dario-piotrowicz deleted the dario/DEVX-1837/mixedModeConnectionString-to-bindings branch May 8, 2025 11:15
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk May 8, 2025
@workers-devprod workers-devprod mentioned this pull request May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e2e Run wrangler + vite-plugin e2e tests on a PR

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants