workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Version Packages

Open github-actions[bot] opened this issue 3 years ago • 0 comments
trafficstars

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

  • #1913 9f7cc5a0 Thanks @threepointone! - feat: expose port and address on (Unstable)DevWorker

    when using unstable_dev(), I think we want to expose the port/address that the server has started on. The usecase is when trying to connect to the server without calling .fetch() (example: when making a websocket connection).

  • #1911 16c28502 Thanks @rozenmd! - fix: put config cache log behind logger.debug

    Prior to this change, wrangler would print Retrieving cached values for... after almost every single command.

    After this change, you'll only see this message if you add WRANGLER_DEBUG=true before your command.

    Closes #1808

github-actions[bot] avatar Sep 23 '22 08:09 github-actions[bot]