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

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Version Packages #3416

merged 1 commit into from
Jun 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 7, 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

create-cloudflare@2.0.10

Patch Changes

  • #3345 42f7eb81 Thanks @jculvey! - Use pnpm dlx instead of pnpx for versions of pnpm that support it

  • #3435 23be8025 Thanks @sdnts! - Updated wrangler.toml for Workers projects generated by create-cloudflare

  • #3496 91135e02 Thanks @petebacondarwin! - fix: ensure that default project name can be used

    If you hit enter when asked for the name of the project, you expect it
    to use the default value. But the project name validation was then failing
    as it was receiving undefined for the value of the input rather than the
    default value.

    Now the validator will be passed the default if no value was provided.

  • #3474 a72dc0a1 Thanks @elithrar! - Add new Queues and Scheduled (Cron Trigger) Worker templates.

  • #3446 ca0bd174 Thanks @admah! - refactor: rename simple template to hello-world in create-cloudflare package

    This change describes the "hello-world" template more accurately.
    Also, new e2e tests have been added to validate that Workers templates are created correctly.

  • #3359 5eef992f Thanks @RamIdeas! - wrangler init ... -y now delegates to C3 without prompts (respects the -y flag)

@cloudflare/pages-shared@0.5.2

Patch Changes

  • #3454 a2194043 Thanks @mrbbot! - chore: upgrade miniflare to 3.0.1

    This version ensures root CA certificates are trusted on Windows.
    It also loads extra certificates from the NODE_EXTRA_CA_CERTS environment variable,
    allowing wrangler dev to be used with Cloudflare WARP enabled.

wrangler@3.1.1

Patch Changes

  • #3498 fddffdf0 Thanks @GregBrimble! - fix: Prevent wrangler pages dev from serving asset files outside of the build output directory

  • #3431 68ba49a8 Thanks @Cherry! - fix: allow context.data to be overriden in Pages Functions

  • #3414 6b1870ad Thanks @rozenmd! - fix: in D1, lift error.cause into the error message

    Prior to this PR, folks had to console.log the error.cause property to understand why their D1 operations were failing. With this PR, error.cause will continue to work, but we'll also lift the cause into the error message.

  • #3483 a9349a89 Thanks @petebacondarwin! - fix: ensure that the script name is passed through to C3 from wrangler init

  • #3359 5eef992f Thanks @RamIdeas! - wrangler init ... -y now delegates to C3 without prompts (respects the -y flag)

  • #3434 4beac418 Thanks @rozenmd! - fix: add the number of read queries and write queries in the last 24 hours to the d1 info command

  • #3454 a2194043 Thanks @mrbbot! - chore: upgrade miniflare to 3.0.1

    This version ensures root CA certificates are trusted on Windows.
    It also loads extra certificates from the NODE_EXTRA_CA_CERTS environment variable,
    allowing wrangler dev to be used with Cloudflare WARP enabled.

  • #3485 e8df68ee Thanks @GregBrimble! - feat: Allow setting a D1 database ID when using wrangler pages dev by providing an optional =<ID> suffix to the argument like --d1 BINDING_NAME=database-id

edge-preview-authenticated-proxy@0.1.1

Patch Changes

  • #3448 acc9881b Thanks @1000hz! - fix: Allowed arbitrary headers on cross-origin requests to Raw HTTP preview.

    Requests sent to the rawhttp preview endpoint with arbitrary headers were being blocked due to same-origin policy.
    We now include any request headers as part of Access-Control-Allow-Headers in the preflight response.

@github-actions github-actions bot requested a review from a team as a code owner June 7, 2023 12:41
@github-actions
Copy link
Contributor Author

github-actions bot commented Jun 8, 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/5326483642/npm-package-wrangler-3416

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

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

Or you can use npx with this latest build directly:

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

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

@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Merging #3416 (6d3fc0f) into main (e8df68e) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3416      +/-   ##
==========================================
+ Coverage   75.08%   75.10%   +0.02%     
==========================================
  Files         183      183              
  Lines       11084    11084              
  Branches     2918     2918              
==========================================
+ Hits         8322     8325       +3     
+ Misses       2762     2759       -3     

see 2 files with indirect coverage changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from d361504 to c0bbc8c Compare June 13, 2023 14:01
@github-actions github-actions bot requested review from a team as code owners June 13, 2023 14:01
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 1a0b39a to 0b41b5f Compare June 14, 2023 14:52
@penalosa penalosa closed this Jun 20, 2023
@penalosa penalosa reopened this Jun 20, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 233a93a to 10033d3 Compare June 20, 2023 18:29
@penalosa penalosa closed this Jun 20, 2023
@penalosa penalosa reopened this Jun 20, 2023
@lrapoport-cf lrapoport-cf reopened this Jun 20, 2023
@lrapoport-cf lrapoport-cf merged commit 881ea7b into main Jun 20, 2023
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch June 20, 2023 19:23
lrapoport-cf pushed a commit that referenced this pull request Aug 11, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e tests on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants