-
Notifications
You must be signed in to change notification settings - Fork 783
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
Version Packages #5304
Version Packages #5304
Conversation
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/8363541498/npm-package-wrangler-5304 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5304/npm-package-wrangler-5304 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8363541498/npm-package-wrangler-5304 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8363541498/npm-package-create-cloudflare-5304 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8363541498/npm-package-cloudflare-kv-asset-handler-5304 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8363541498/npm-package-miniflare-5304 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8363541498/npm-package-cloudflare-pages-shared-5304 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8363541498/npm-package-cloudflare-vitest-pool-workers-5304 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5304 +/- ##
==========================================
+ Coverage 71.67% 71.70% +0.03%
==========================================
Files 313 313
Lines 16233 16234 +1
Branches 4154 4155 +1
==========================================
+ Hits 11635 11641 +6
+ Misses 4598 4593 -5 |
9a1d607
to
8bb5a7d
Compare
adefb11
to
d1a5ec8
Compare
d1a5ec8
to
97cb421
Compare
97cb421
to
843592e
Compare
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
#5234
e739b7f
Thanks @CarmenPopoviciu! - feat: Implement environment inheritance for Pages configurationFor Pages, Wrangler will not require both of the supported named environments ("preview" | "production") to be explicitly defined in the config file. If either
[env.production]
or[env.preview]
is left unspecified, Wrangler will use the top-level environment when targeting that named Pages environment.Patch Changes
#5306
c60fed0
Thanks @taylorlee! - fix: Remove triggered_by annotation from experimentalversions deploy
command which is now set by the API and cannot be set by the client.#5321
ac93411
Thanks @RamIdeas! - fix: rename--experimental-gradual-rollouts
to--experimental-versions
flagThe
--experimental-gradual-rollouts
flag has been made an alias and will still work.And additional shorthand alias
--x-versions
has also been added and will work too.#5324
bfc4282
Thanks @penalosa! - fix: Ignore OPTIONS requests in Wrangler's oauth server#5099
93150aa
Thanks @KaiSpencer! - feat: expose--show-interactive-dev-session
flagThis flag controls the interactive mode of the dev session, a feature that already exists internally but was not exposed to the user.
This is useful for CI/CD environments where the interactive mode is not desired, or running in tools like
turbo
andnx
.[email protected]
Patch Changes
#5204
3aa68c0
Thanks @dependabot! - chore: Bumpedcreate-astro
from4.7.3
to4.7.4
#5205
1502e41
Thanks @dependabot! - chore: Bumpedcreate-remix
from2.8.0
to2.8.1
#5312
4126ee0
Thanks @dario-piotrowicz! - fix: update the remix template url used (as the old one is no longer valid)@cloudflare/[email protected]
Patch Changes
c60fed0
,e739b7f
,ac93411
,bfc4282
,93150aa
]: