Skip to content

Conversation

@workers-devprod
Copy link
Contributor

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]

Patch Changes

  • #5050 88be4b84 Thanks @nora-soderlund! - fix: allow kv:namespace create to accept a namespace name that contains characters not allowed in a binding name

    This command tries to use the namespace name as the binding. Previously, we would unnecessarily error if this namespace name did not fit the binding name constraints. Now we accept such names and then remove invalid characters when generating the binding name.

@workers-devprod workers-devprod requested review from a team as code owners February 19, 2024 16:35
@github-actions
Copy link
Contributor

github-actions bot commented Feb 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/7963283555/npm-package-wrangler-5056

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

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

Or you can use npx with this latest build directly:

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

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.20240129.3
workerd 1.20240129.0 1.20240129.0
workerd --version 1.20240129.0 2024-01-29

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

@codecov
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (01e0846) 70.34% compared to head (a5b112f) 70.38%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5056      +/-   ##
==========================================
+ Coverage   70.34%   70.38%   +0.04%     
==========================================
  Files         298      298              
  Lines       15463    15463              
  Branches     3966     3966              
==========================================
+ Hits        10877    10884       +7     
+ Misses       4586     4579       -7     

see 6 files with indirect coverage changes

@lrapoport-cf lrapoport-cf merged commit d0fb7b8 into main Feb 20, 2024
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch February 20, 2024 17:00
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