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

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Version Packages #6669

merged 2 commits into from
Sep 12, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Sep 10, 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

create-cloudflare@2.27.0

Minor Changes

Patch Changes

@cloudflare/workers-shared@0.5.0

Minor Changes

  • #6631 59a0072 Thanks @emily-shen! - Add asset config behaviour.

    Add html_handling (e.g. /index.html -> /) with options "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash" | "none" to Asset Worker.

    Add not_found_handling behaviour with options "404-page" | "single-page-application" | "none" to Asset Worker.

wrangler@3.77.0

Minor Changes

  • #6674 831f892 Thanks @andyjessop! - feat: Added new [[pipelines]] bindings. This creates a new binding that allows sending events to
    the specified pipeline.

    Example:

    [[pipelines]]
    binding = "MY_PIPELINE"
    pipeline = "my-pipeline"

  • #6668 88c40be Thanks @zebp! - feature: add observability setting to wrangler.toml

    Adds the observability setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard.

  • #6679 2174127 Thanks @jkoe-cf! - feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted)

  • #6666 4107f57 Thanks @threepointone! - feat: support analytics engine in local/remote dev

    This adds "support" for analytics engine datasets for wrangler dev. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed).

    This does NOT add support in Pages, though we very well could do so in a similar way in a followup.

  • #6640 8527675 Thanks @petebacondarwin! - feat: experimental workers assets can be ignored by adding a .assetsignore file

    This file can be added to the root of the assets directory that is to be uploaded alongside the Worker
    when using experimental_assets.

    The file follows the .gitignore syntax, and any matching paths will not be included in the upload.

  • #6652 648cfdd Thanks @bthwaites! - feat: Update R2 Get Event Notification response, display, and actions

  • #6625 8dcd456 Thanks @maxwellpeterson! - feature: Add support for placement hints

    Adds the hint field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run.

Patch Changes

  • #6631 59a0072 Thanks @emily-shen! - Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.toml

  • #6621 6523db2 Thanks @emily-shen! - fix: Validate routes in wrangler dev and wrangler deploy for Workers with assets

    We want wrangler to error if users are trying to deploy a Worker with assets, and routes with a path component.

    All Workers with assets must have either:

    • custom domain routes
    • pattern routes which have no path component (except for the wildcard splat) "some.domain.com/*"
  • #6687 7bbed63 Thanks @GregBrimble! - fix: Fix asset upload count messaging

  • #6628 33cc0ec Thanks @GregBrimble! - chore: Improves messaging when uploading assets

  • #6671 48eeff4 Thanks @jkoe-cf! - fix: Update R2 Create Event Notification response

  • #6618 67711c2 Thanks @GregBrimble! - fix: Switch to multipart/form-data upload format for Workers Assets

    This has proven to be much more reliable.

  • Updated dependencies [3f5b934, 59a0072]:

    • miniflare@3.20240909.0
    • @cloudflare/workers-shared@0.5.0

miniflare@3.20240909.0

Patch Changes

  • #6673 3f5b934 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240821.1 1.20240909.0
    @cloudflare/workers-types ^4.20240821.1 ^4.20240909.0

@cloudflare/pages-shared@0.11.56

Patch Changes

  • #6680 7579bd8 Thanks @WalshyDev! - fix: fix Pages redirects going to a hash location to be duped. This means if you have a rule like /foo/bar /foo#bar it will no longer result in /foo#bar#bar but the correct /foo#bar.

  • Updated dependencies [3f5b934]:

    • miniflare@3.20240909.0

@cloudflare/vitest-pool-workers@0.4.31

Patch Changes

Copy link
Contributor

github-actions bot commented Sep 10, 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/10838300614/npm-package-wrangler-6669

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.77.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240909.0
workerd 1.20240909.0 1.20240909.0
workerd --version 1.20240909.0 2024-09-09

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 11 times, most recently from b1268d3 to a087023 Compare September 12, 2024 12:24
@penalosa penalosa merged commit aea853c into main Sep 12, 2024
31 checks passed
@penalosa penalosa deleted the changeset-release/main branch September 12, 2024 20:46
Copy link
Contributor

@penalosa penalosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants