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

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Version Packages #5457

merged 1 commit into from
Apr 1, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Mar 31, 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

miniflare@3.20240329.0

Minor Changes

wrangler@3.42.0

Minor Changes

  • #5371 77152f3 Thanks @G4brym! - feature: remove requirement for @cloudflare/ai package to use Workers AI

    Previously, to get the correct Workers AI API, you needed to wrap your env.AI binding with new Ai() from @cloudflare/ai. This change moves the contents of @cloudflare/ai into the Workers runtime itself, meaning env.AI is now an instance of Ai, without the need for wrapping.

Patch Changes

  • Updated dependencies [d994066]:
    • miniflare@3.20240329.0

@cloudflare/pages-shared@0.11.23

Patch Changes

  • Updated dependencies [d994066]:
    • miniflare@3.20240329.0

@cloudflare/vitest-pool-workers@0.1.10

Patch Changes

  • Updated dependencies [77152f3, d994066]:
    • wrangler@3.42.0
    • miniflare@3.20240329.0

@workers-devprod workers-devprod requested review from a team as code owners March 31, 2024 10:50
Copy link
Contributor

github-actions bot commented Mar 31, 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/8508911097/npm-package-wrangler-5457

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8508911097/npm-package-wrangler-5457 dev path/to/script.js
Additional artifacts:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8508911097/npm-package-create-cloudflare-5457 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8508911097/npm-package-cloudflare-kv-asset-handler-5457
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8508911097/npm-package-miniflare-5457
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8508911097/npm-package-cloudflare-pages-shared-5457
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8508911097/npm-package-cloudflare-vitest-pool-workers-5457

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


wrangler@3.42.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240329.0
workerd 1.20240329.0 1.20240329.0
workerd --version 1.20240329.0 2024-03-29

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

Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.20%. Comparing base (77152f3) to head (60ae595).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5457      +/-   ##
==========================================
+ Coverage   72.15%   72.20%   +0.05%     
==========================================
  Files         326      326              
  Lines       16853    16853              
  Branches     4311     4311              
==========================================
+ Hits        12160    12169       +9     
+ Misses       4693     4684       -9     

see 6 files with indirect coverage changes

@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 11f22e3 to 60ae595 Compare April 1, 2024 13:50
@penalosa penalosa merged commit 38f7d54 into main Apr 1, 2024
21 checks passed
@penalosa penalosa deleted the changeset-release/main branch April 1, 2024 15:41
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