Skip to content
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

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Version Packages #5304

merged 1 commit into from
Mar 20, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Mar 19, 2024

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 configuration

    For 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 experimental versions 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 flag

    The --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 flag

    This 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 and nx.

[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners March 19, 2024 21:27
Copy link
Contributor

github-actions bot commented Mar 19, 2024

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 with this latest build directly:

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.


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240314.0
workerd 1.20240314.0 1.20240314.0
workerd --version 1.20240314.0 2024-03-14

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.70%. Comparing base (641aa9c) to head (843592e).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     

see 6 files with indirect coverage changes

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from 9a1d607 to 8bb5a7d Compare March 20, 2024 10:47
@workers-devprod workers-devprod requested a review from a team as a code owner March 20, 2024 10:47
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 8 times, most recently from adefb11 to d1a5ec8 Compare March 20, 2024 16:18
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from d1a5ec8 to 97cb421 Compare March 20, 2024 16:50
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 97cb421 to 843592e Compare March 20, 2024 17:45
@lrapoport-cf lrapoport-cf merged commit b73571f into main Mar 20, 2024
28 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch March 20, 2024 18:18
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