-
Notifications
You must be signed in to change notification settings - Fork 793
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
rename: worker_namespaces
/ dispatch_namespaces
#1725
Conversation
The Worker-for-Platforms team would like to rename this field to more closely match what it's called internally. This fix does a search+replace on this term. This feature already had an experimental warning, and no one's using it at the moment, so we're not going to add a warning/backward compat for existing customers.
🦋 Changeset detectedLatest commit: 073941e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/2911376289/npm-package-wrangler-1725 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/1725/npm-package-wrangler-1725 Or you can use npx https://prerelease-registry.developers.workers.dev/runs/2911376289/npm-package-wrangler-1725 dev path/to/script.js |
Codecov Report
@@ Coverage Diff @@
## main #1725 +/- ##
==========================================
+ Coverage 80.67% 80.69% +0.01%
==========================================
Files 90 90
Lines 6117 6117
Branches 1576 1576
==========================================
+ Hits 4935 4936 +1
+ Misses 1182 1181 -1
|
wrangler kv:bulk 💪 Interact with multiple Workers KV key-value pairs at once | ||
wrangler pages ⚡️ Configure Cloudflare Pages | ||
wrangler r2 📦 Interact with an R2 store | ||
wrangler dispatch-namespace 📦 Interact with a dispatch namespace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentionally vague?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an experimental feature, so it's not super documented or widely available yet. I suspect this will change a little in the future, so it's fine for now?
The Worker-for-Platforms team would like to rename this field to more closely match what it's called internally. This fix does a search+replace on this term. This feature already had an experimental warning, and no one's using it at the moment, so we're not going to add a warning/backward compat for existing customers.