Skip to content

2.11.0

Compare
Choose a tag to compare
@eyalb181 eyalb181 released this 01 Sep 09:14
· 1514 commits to main since this release
df99db7

Added

  • New feature: mirrord now supports TCP traffic stealing instead of mirroring. You can enable it by passing --tcp-steal flag to cli.

Fixed

  • mirrord-layer: Go environment variables crash - run Go env setup in a different stack (should fix #292)

Changed

  • mirrord-layer: Add #![feature(let_chains)] to lib.rs to support new compiler version.