Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jun 25, 2025

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 v3-maintenance, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #9685 cbea64b Thanks @WillTaylorDev! - Select only successfully deployed deployments when tailing.

  • #9776 6e09672 Thanks @vicb! - Cap the number of errors and warnings for bulk KV put to avoid consuming too much memory

  • #9694 dacfc35 Thanks @dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.jsonc
    {
    	"name": "my-worker",
    	"assets": {
    		"directory": "./public/",
    		"binding": "ASSETS",
    	},
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    const text = await (await env.ASSETS.fetch("http://0.0.0.0/file.txt")).text();
    console.log(text); // logs the content of file.txt
    
    await dispose();
  • #9807 4dd026b Thanks @penalosa! - Better messaging for account owned tokens in wrangler whoami

@workers-devprod workers-devprod requested a review from a team as a code owner June 25, 2025 12:15
@workers-devprod workers-devprod added e2e Run wrangler + vite-plugin e2e tests on a PR c3-e2e Run c3 e2e tests on a PR labels Jun 25, 2025
@workers-devprod workers-devprod force-pushed the changeset-release/v3-maintenance branch 2 times, most recently from 046780c to e1b4fb3 Compare July 7, 2025 19:49
@workers-devprod workers-devprod force-pushed the changeset-release/v3-maintenance branch from e1b4fb3 to 0dc3ec2 Compare July 7, 2025 19:58
@edmundhung edmundhung merged commit b0a4072 into v3-maintenance Jul 9, 2025
24 of 31 checks passed
@edmundhung edmundhung deleted the changeset-release/v3-maintenance branch July 9, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3-e2e Run c3 e2e tests on a PR e2e Run wrangler + vite-plugin e2e tests on a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants