Skip to content

Commit

Permalink
3.99.0 (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Apr 28, 2024
1 parent 8175451 commit 291011e
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 34 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.99.0](https://github.com/metalbear-co/mirrord/tree/3.99.0) - 2024-04-28


### Added

- added configuration option to control (local) hostname resolving
[#2395](https://github.com/metalbear-co/mirrord/issues/2395)
- Add ability to configure DNS params for agent (timeout, attempts)


### Changed

- Change ports and http_ports in incoming configuration to be checked upon
mapped port instead of local
[#2371](https://github.com/metalbear-co/mirrord/issues/2371)
- Read /Network locally by default on macOS


### Fixed

- Fix medschool dropping fields sometimes
[#1580](https://github.com/metalbear-co/mirrord/issues/1580)
- Fix DNS resolving case on macOS + Java Netty
[#2400](https://github.com/metalbear-co/mirrord/issues/2400)


## [3.98.1](https://github.com/metalbear-co/mirrord/tree/3.98.1) - 2024-04-23


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 @@ -24,7 +24,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.98.1"
version = "3.99.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+add-dns-config.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+macos-default-local.changed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2371.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 291011e

Please sign in to comment.