Skip to content

wrangler@2.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 17:53
· 2168 commits to main since this release
5043b0b

Patch Changes

  • #1881 6ff5a030 Thanks @Skye-31! - Chore: correctly log all listening ports on remote mode (closes #1652)

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

  • #1687 28cd7361 Thanks @geelen! - Wrangler now supports the beta release of D1.