Skip to content

v0.7.2

Choose a tag to compare

@ctate ctate released this 21 Mar 17:59
7e20d36

Bug Fixes

  • --port injection for package runners — Fix --port injection for commands run via package runners like npx, pnpm dlx, etc. (#150)
  • TLS cert generation — Fix TLS cert generation for long hostnames and proxy startup races (#149)
  • Proxy crash on ECONNRESET — Handle ECONNRESET errors on TLS wrapper sockets to prevent proxy crash (#127)
  • Windows node not recognized — Resolve node not recognized error on Windows when running portless run (#126)

Documentation

  • Added Windows to docs requirements section (#122)

Improvements

  • Added GitHub Action to automatically publish packages to npm on release (#130)