Skip to content

3.223.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 19:03
ec03086

Added

  • mirrord now support running on clusters managed by
    vcluster.

Changed

  • Stripped instrument and logging in layer functions that Golang hooks make
    call to in order to
    reduce stack consumption.
  • Tweaked the Go 1.25+ syscall hook's stack switch to mimic the runtime's
    asmcgocall contract,
    avoiding mutation of goroutine scheduler state that may cause intermittent
    crashes.

Fixed

  • Fixed mirrord ui not syncing its token to the browser extension when the
    page loads without a ?token= query string, such as from the Open mirrord ui button or after a reload. The page now reads the token from a new
    authenticated /api/token endpoint and forwards it to the extension.