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 #4208

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Version Packages #4208

merged 1 commit into from
Oct 19, 2023

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Oct 17, 2023

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

wrangler@3.14.0

Minor Changes

  • #4204 38fdbe9b Thanks @matthewdavidrodgers! - Support user limits for CPU time

    User limits provided via script metadata on upload

    Example configuration:

    [limits]
    cpu_ms = 20000
    
  • #2162 a1f212e6 Thanks @WalshyDev! - add support for service bindings in wrangler pages dev by providing the
    new --service|-s flag which accepts an array of BINDING_NAME=SCRIPT_NAME
    where BINDING_NAME is the name of the binding and SCRIPT_NAME is the name
    of the worker (as defined in its wrangler.toml), such workers need to be
    running locally with with wrangler dev.

    For example if a user has a worker named worker-a, in order to locally bind
    to that they'll need to open two different terminals, in each navigate to the
    respective worker/pages application and then run respectively wrangler dev and
    wrangler pages ./publicDir --service MY_SERVICE=worker-a this will add the
    MY_SERVICE binding to pages' worker env object.

    Note: additionally after the SCRIPT_NAME the name of an environment can be specified,
    prefixed by an @ (as in: MY_SERVICE=SCRIPT_NAME@PRODUCTION), this behavior is however
    experimental and not fully properly defined.

create-cloudflare@2.6.1

Patch Changes

@workers-devprod workers-devprod requested a review from a team as a code owner October 17, 2023 21:49
@github-actions
Copy link
Contributor

github-actions bot commented Oct 17, 2023

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/6577606751/npm-package-wrangler-4208

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6577606751/npm-package-wrangler-4208

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6577606751/npm-package-wrangler-4208 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6577606751/npm-package-cloudflare-pages-shared-4208

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


wrangler@3.14.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare 3.20231016.0 3.20231016.0
workerd 1.20231016.0 1.20231016.0
workerd --version 1.20231016.0 2023-10-16

|

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from ac86d90 to 1ddd6ea Compare October 18, 2023 16:34
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #4208 (9d913a9) into main (ff3c3dc) will increase coverage by 0.05%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4208      +/-   ##
==========================================
+ Coverage   75.34%   75.39%   +0.05%     
==========================================
  Files         223      223              
  Lines       12247    12256       +9     
  Branches     3168     3171       +3     
==========================================
+ Hits         9227     9240      +13     
+ Misses       3020     3016       -4     
Files Coverage Δ
...ler/src/api/pages/create-worker-bundle-contents.ts 100.00% <ø> (ø)
packages/wrangler/src/config/validation.ts 90.10% <100.00%> (+0.07%) ⬆️
packages/wrangler/src/deploy/deploy.ts 87.96% <ø> (ø)
packages/wrangler/src/deploy/index.ts 96.42% <100.00%> (+0.13%) ⬆️
...src/deployment-bundle/create-worker-upload-form.ts 89.92% <100.00%> (+0.07%) ⬆️
packages/wrangler/src/dev/remote.tsx 8.24% <ø> (ø)
packages/wrangler/src/secret/index.ts 88.51% <ø> (ø)

... and 3 files with indirect coverage changes

@jculvey
Copy link
Contributor

jculvey commented Oct 19, 2023

The C3 E2E Tests workflow is failing due to a known breakage when using nuxt. It's ok to skip this, as we've got a PR up to quarantine this test.

Copy link
Contributor

@1000hz 1000hz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving, pending a PR to document the changes in #4204

@lrapoport-cf
Copy link
Contributor

corresponding docs updates for #4204 are captured here: cloudflare/cloudflare-docs#11372

@lrapoport-cf lrapoport-cf merged commit fce2666 into main Oct 19, 2023
38 of 42 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch October 19, 2023 19:19
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.

4 participants