Skip to content

0.2.5

Latest

Choose a tag to compare

@Jonny-china Jonny-china released this 22 Jun 13:02
· 1 commit to main since this release

修复

  • 修复 npx 3router start 误报"等待 3router 启动超时(15000ms)"的假超时isPortInUse/waitForPort 端口探测地址改为与 daemon 实际监听地址(resolveHost,默认 127.0.0.1)对齐。此前提交 466ee6f 把 daemon 默认监听从 0.0.0.0 收紧到 127.0.0.1 后,探测仍用 0.0.0.0(wildcard),macOS SO_REUSEADDR 下 wildcard bind 不与 specific bind 冲突,误判端口空闲,导致 verifyStartup 15s 假超时——而服务实际已正常 LISTEN、HTTP 200。

内部

  • 同步 pnpm-lock.yaml@3router/* 至 0.2.4(缓解 CI 发版回写 package.json 但不回写 lockfile 的结构性落后)
  • release skill 补充坑 5(lockfile 结构性落后)文档与预检项