Skip to content

Commit

Permalink
3.105.0 (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Jun 12, 2024
1 parent 412426e commit 45fdeb9
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 37 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.105.0](https://github.com/metalbear-co/mirrord/tree/3.105.0) - 2024-06-12


### Added

- Add readlink hook (under experimental config).
[#2488](https://github.com/metalbear-co/mirrord/issues/2488)
- Display filtered and unfiltered stolen ports when filter is set.
- When an http filter is set and a port is bound that is not included in the
filtered ports, and there are no unfiltered ports specified, emit a warning.


### Changed

- Now not accepting configs with the same port in
`feature.network.incoming.ports` and in
`feature.network.incoming.http_filter.ports`.


### Fixed

- Fixed SIP issue with Turbo
[#2500](https://github.com/metalbear-co/mirrord/issues/2500)
- Fixed mirrord-agent/cli protocol negotation


### Internal

- Remove baidu.com from E2E tests.
- Update CONTRIBUTING.md
- rust-analyzer will check all targets if (targets) installed


## [3.104.0](https://github.com/metalbear-co/mirrord/tree/3.104.0) - 2024-06-06


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.104.0"
version = "3.105.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+enable-cross-rust-analyzer.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+forbid-ambiguous-filter-ports.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+protocol-neg.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+remove-baidu.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+show-filtered-ports.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+update-contributing.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+warn-excluded-filter-port.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 45fdeb9

Please sign in to comment.