Skip to content

Commit

Permalink
3.134.0 (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Feb 24, 2025
1 parent 0f167bc commit 080f030
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 40 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.134.0](https://github.com/metalbear-co/mirrord/tree/3.134.0) - 2025-02-24


### Added

- Added support for stealing HTTPS requests with a filter (requires mirrord
Operator). [#2771](https://github.com/metalbear-co/mirrord/issues/2771)
- Added Nix installation instructions to the README.
[#3034](https://github.com/metalbear-co/mirrord/issues/3034)


### Fixed

- Fixed an issue where stealing a remote port was preventing the application
from making TCP connections with the same destination port number.
[#3006](https://github.com/metalbear-co/mirrord/issues/3006)
- Fixed the order of path checks/operations in file ops handlers in the mirrord
layer. [#3095](https://github.com/metalbear-co/mirrord/issues/3095)
- Fixed an issue where mirrord was sometimes unable to steal traffic from more
than one port with an HTTP filter.


### Internal

- Add a section to `CONTRIBUTING.md` on how to test the release workflow.
- Changed `Debug` implementation for `InternalHttpRequest` and
`InternalHttpResponse` not to print full headers.
Printing full headers creates a lot of spam in the logs.
- Changed the `conntrack` subcommand used to flush connections when traffic
stealing starts.

## [3.133.1](https://github.com/metalbear-co/mirrord/tree/3.133.1) - 2025-02-19


Expand Down
60 changes: 30 additions & 30 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 @@ -27,7 +27,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.133.1"
version = "3.134.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+doc-for-testing-release.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+filtered-stealing-from-two-ports.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+flush-connections.internal.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+less-trace-spam.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 080f030

Please sign in to comment.