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

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Version Packages #6251

merged 1 commit into from
Jul 16, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 11, 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

[email protected]

Minor Changes

  • #6194 25afcb2 Thanks @zebp! - chore: Add duration and sourcemap size to upload metrics event

    Wrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled.

  • #6259 eb201a3 Thanks @ottomated! - chore: Add types to DurableObjectNamespace type generation. For example:

    interface Env {
      OBJECT: DurableObjectNamespace<import("./src/index").MyDurableObject>;
    }
  • #6245 e4abed3 Thanks @OilyLime! - feature: Add support for Hyperdrive over Access configs

Patch Changes

  • #6255 d497e1e Thanks @rozenmd! - fix: teach wrangler init --from-dash about d1 bindings

    This PR teaches wrangler init --from-dash about D1 bindings, so they aren't incorrectly added to the wrangler.toml as unsafe bindings.

  • #6258 4f524f2 Thanks @dom96! - feature: Add warning about deploying Python with requirements.txt

    This expands on the warning shown for all Python Workers to include a message about deploying Python Workers with a requirements.txt not being supported.

  • #6249 8bbd824 Thanks @petebacondarwin! - chore: Update config-schema.json for the wrangler.toml

  • #5955 db11a0f Thanks @harugon! - fix: correctly escape newlines in constructType function for multiline strings

    This fix ensures that multiline strings are correctly handled by the constructType function. Newlines are now properly escaped to prevent invalid JavaScript code generation when using the wrangler types command. This improves robustness and prevents errors related to multiline string handling in environment variables and other configuration settings.

  • #6263 fa1016c Thanks @petebacondarwin! - fix: use cli script-name arg when deploying a worker with queue consumers

  • Updated dependencies [0d32448]:

[email protected]

Patch Changes

  • #6265 0d32448 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240701.0 1.20240712.0
    @cloudflare/workers-types ^4.20240620.0 ^4.20240712.0

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners July 11, 2024 14:41
Copy link
Contributor

github-actions bot commented Jul 11, 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/9958384672/npm-package-wrangler-6251

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

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

Or you can use npx with this latest build directly:

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

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.20240712.0
workerd 1.20240712.0 1.20240712.0
workerd --version 1.20240712.0 2024-07-12

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 9 times, most recently from 2692794 to 66e547d Compare July 16, 2024 12:38
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 66e547d to e367f82 Compare July 16, 2024 13:48
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from e367f82 to b10af7e Compare July 16, 2024 14:04
@CarmenPopoviciu CarmenPopoviciu merged commit de91506 into main Jul 16, 2024
23 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch July 16, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants