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

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Version Packages #3323

merged 1 commit into from
Jun 6, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 23, 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.1.0

Minor Changes

Patch Changes

  • #3399 d8a9995b Thanks @Skye-31! - Fix: wrangler pages dev --script-path argument when using a proxy command instead of directory mode

    Fixes a regression in wrangler@3.x, where wrangler pages dev --script-path=<my script path> -- <proxy command> would start throwing esbuild errors.

  • #3311 116d3fd9 Thanks @Maximo-Guk! - Fix: Avoid unnecessary rebuilding pages functions in wrangler pages dev

  • #3314 d5a230f1 Thanks @elithrar! - Fixed wrangler d1 migrations to use --experimental-backend and not --experimentalBackend so that it is consistent with wrangler d1 create.

  • #3373 55703e52 Thanks @rozenmd! - fix: wrangler rollback shouldn't print its warning in the global menu

  • #3124 2956c31d Thanks @verokarhu! - fix: failed d1 migrations not treated as errors

    This PR teaches wrangler to return a non-success exit code when a set of migrations fails.

    It also cleans up wrangler d1 migrations apply output significantly, to only log information relevant to migrations.

  • #3390 b5b46b4a Thanks @shahsimpson! - Prevents uploads with both cron triggers and smart placement enabled

  • #3358 27b5aec5 Thanks @rozenmd! - This PR implements a trimmer that removes BEGIN TRANSACTION/COMMIT from SQL files sent to the API (since the D1 API already wraps SQL in a transaction for users).

  • #3324 ed9fbf79 Thanks @rozenmd! - add d1 info command for people to check DB size

    This PR adds a d1 info <NAME> command for getting information about a D1 database, including the current database size and state.

    Usage:

    > npx wrangler d1 info northwind
    
    ┌───────────────────┬──────────────────────────────────────┐
    │                   │ d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06 │
    ├───────────────────┼──────────────────────────────────────┤
    │ name              │ northwind                            │
    ├───────────────────┼──────────────────────────────────────┤
    │ version           │ beta                                 │
    ├───────────────────┼──────────────────────────────────────┤
    │ num_tables        │ 13                                   │
    ├───────────────────┼──────────────────────────────────────┤
    │ file_size         │ 33.1 MB                              │
    ├───────────────────┼──────────────────────────────────────┤
    │ running_in_region │ WEUR                                 │
    └───────────────────┴──────────────────────────────────────┘
    
    > npx wrangler d1 info northwind --json
    {
      "uuid": "d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06",
      "name": "northwind",
      "version": "beta",
      "num_tables": 13,
      "file_size": 33067008,
      "running_in_region": "WEUR"
    }
    
  • #3317 3dae2585 Thanks @jculvey! - Add the --compatibility-flags and --compatibility-date options to the pages project create command

create-cloudflare@2.0.9

Patch Changes

@github-actions github-actions bot requested a review from a team as a code owner May 23, 2023 09:52
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 3e44045 to 672be51 Compare May 23, 2023 20:16
@jculvey
Copy link
Contributor

jculvey commented May 24, 2023

Need to patch create-cloudflare before this goes out, 4082cfcb has a bug that breaks c3 for all frameworks other than next

Edit: this is done.

@lrapoport-cf lrapoport-cf added the blocked Blocked on other work label May 25, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 84c53d6 to 3c38b70 Compare May 25, 2023 14:42
@github-actions
Copy link
Contributor Author

github-actions bot commented May 26, 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/5192584940/npm-package-wrangler-3323

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

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

Or you can use npx with this latest build directly:

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

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

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #3323 (6899984) into main (d8a9995) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3323      +/-   ##
==========================================
+ Coverage   75.42%   75.44%   +0.01%     
==========================================
  Files         182      182              
  Lines       11070    11070              
  Branches     2903     2903              
==========================================
+ Hits         8350     8352       +2     
+ Misses       2720     2718       -2     

see 1 file with indirect coverage changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 2c6e519 to 62e4971 Compare May 30, 2023 18:13
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from d16f412 to 0156711 Compare June 6, 2023 17:56
@lrapoport-cf lrapoport-cf reopened this Jun 6, 2023
@JacobMGEvans JacobMGEvans reopened this Jun 6, 2023
@lrapoport-cf lrapoport-cf merged commit c65ae18 into main Jun 6, 2023
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch June 6, 2023 19:46
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