Skip to content

3.221.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:25
57a547e

Changed

  • The bundled Apple utilities are now re-extracted to ~/.mirrord/binaries
    only when their version changes, tracked via ~/.mirrord/binaries_version.

Fixed

  • Fixed Next.js development servers crashing under mirrord when Turbopack
    compiles CSS. Turbopack runs its pooled Node workers over a loopback TCP
    connection back to the parent process. To keep that connection local, mirrord
    now detects Next.js processes and enables the outgoing ignore_localhost
    option, so the worker handshake succeeds.
    #2500