Releases: metalbear-co/mirrord
Releases · metalbear-co/mirrord
2.2.1
2.2.0
What's Changed
- Refactor CI by @infiniteregrets in #107
- Fix typos by @kianmeng in #116
- scripts/install.sh: improve message for non-writable install target by @eshelyaron in #117
- Resolves #53 by @thedanvail in #111
- New bug template by @eyalb181 in #118
- File pr v3 by @meowjesty in #103
- Add file ops to config. Fix close_detour taking into account the wrong flag for enabling file ops. by @meowjesty in #121
- Changed release profile to strip debuginfo and enable LTO. by @aviramha in #124
- Fix configurations in VS Code extension, and add a file ops toggle by @eyalb181 in #127
- Fix typo in changelog. by @meowjesty in #128
- Update VS Code Extension dependencies. by @aviramha in #129
- Support running emulated processes on m1 using mirrord by @aviramha in #122
- Add detours for fcntl/dup system calls by @infiniteregrets in #115
- Fix random crash on macOS on launch by @aviramha in #132
- Update to version 2.2.0 by @eyalb181 in #133
New Contributors
- @kianmeng made their first contribution in #116
- @eshelyaron made their first contribution in #117
- @thedanvail made their first contribution in #111
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- add install.sh for mirrord installation by @aviramha in #93
- Add E2E tests by @infiniteregrets in #94
- Prompt outdated by @eyalb181 in #102
- Disable version check to false for e2e tests by @infiniteregrets in #105
- Add a KeepAlive on connection between layer and agent by @infiniteregrets in #104
- Add support for Docker runtime by @infiniteregrets in #96
- 2.1.0 by @eyalb181 in #106
Full Changelog: 2.0.4...2.1.0
2.0.4
2.0.0 (or 2.0.4, because of VSCode..)
Complete refactor and re-write of everything.
- The CLI/VSCode extension now use
mirrord-layer
which loads into debugged process usingLD_PRELOAD
/DYLD_INSERT_LIBRARIES
.
It hooks some of the syscalls in order to proxy incoming traffic into the process as if it was running in the remote pod. - Mono repo