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
asmcgocallcontract,
avoiding mutation of goroutine scheduler state that may cause intermittent
crashes.
Fixed
- Fixed
mirrord uinot syncing its token to the browser extension when the
page loads without a?token=query string, such as from theOpen mirrord uibutton or after a reload. The page now reads the token from a new
authenticated/api/tokenendpoint and forwards it to the extension.