Skip to content

Commit

Permalink
3.93.0 (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Mar 31, 2024
1 parent 450b614 commit 39566c7
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 43 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,46 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.93.0](https://github.com/metalbear-co/mirrord/tree/3.93.0) - 2024-03-31


### Added

- Added handling HTTP upgrades in filtered connections (`mirrord-agent`).
Refactored TCP stealer code.
[#2270](https://github.com/metalbear-co/mirrord/issues/2270)
- Add a new diagnostic command to calculate mirrord session latency


### Changed

- Changed `agent.image` config to also accept an extended version where you may
specify both _registry_ and _tag_ with `agent.image.registry` and
`agent.image.tag`.
- Proxy errors now don't propagate back to libc but exit with a message
- `use_proxy` behavior is now setting the proxy env to empty value instead of
unsetting. This should help with cases where
we need it to propogate to the extensions.


### Fixed

- Internal proxy and agent now properly handle connection shutdowns.
[#2309](https://github.com/metalbear-co/mirrord/issues/2309)
- Fix some open/fd potential issues
- Fixed the display of agent startup errors to the user.
- Fixed timeout set on new internal proxy connection in `fork` detour.


### Internal

- Adds new message type `IdeMessage`. Allows us to send messages to the IDE
that should be shown in notification boxes, with buttons/actions.
- Change design around analyticsreporter to be more robust/clean
- Prepared an e2e test for stealing WebSockets connections with an HTTP filter
set.


## [3.92.1](https://github.com/metalbear-co/mirrord/tree/3.92.1) - 2024-03-17


Expand Down
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.92.1"
version = "3.93.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+100-improve-ide-messages.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+50-better-agent-image-config.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+add-diagnose-command-latency.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+daemon-close-error.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fd-issues.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+improve-proxy-failure-handle.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+layer-proxy-timeout.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+nullreporter.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+steal-ws-test.internal.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+use-proxy-behavior.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2270.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2309.fixed.md

This file was deleted.

0 comments on commit 39566c7

Please sign in to comment.