Skip to content

Commit

Permalink
3.91.0 (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Mar 5, 2024
1 parent 7c003ce commit 94ce214
Show file tree
Hide file tree
Showing 13 changed files with 71 additions and 38 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,49 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- Adds operator session management commands to mirrord-cli, these are: `mirrord
operator session kill-all`, `mirrord operator session kill --id {id}`, and
the hidden `mirrrod operator session retain-active`.
[#217](https://github.com/metalbear-co/mirrord/issues/217)
- Notify user on license validity.
[#382](https://github.com/metalbear-co/mirrord/issues/382)


### Changed

- Adds a new `PolicyRule` for `delete` and `deletecollection` of `sessions` for
`mirrord operator setup`.
[#456](https://github.com/metalbear-co/mirrord/issues/456)
- Change pause feature from unstable to deprecated
- Increased size of buffers used by TCP steal to read incoming streams (from 4k
to 64k in the agent, from 1k to 64k in the internal proxy).
- Increased size of buffers used by outgoing feature to read streams (from 4k
to 64k in the agent, from 1k to 64k in the internal proxy).


### Fixed

- Fixed a bug where `gethostbyname` calls where intercepted regardless of the
remote dns feature status.
[#2281](https://github.com/metalbear-co/mirrord/issues/2281)
- Fixed a bug where non-existent hosts in outgoing filter would prevent the
application from initiating outgoing connections.
[#2283](https://github.com/metalbear-co/mirrord/issues/2283)
- Remove special handling for DNS when dealing with UDP outgoing sockets
(manual UDP resolving).
[#2289](https://github.com/metalbear-co/mirrord/issues/2289)


### Internal

- Fixed lints in hook macros.


## [3.90.0](https://github.com/metalbear-co/mirrord/tree/3.90.0) - 2024-02-27


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.90.0"
version = "3.91.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+change-pause-from-unstable.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+hook-lints.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+increased-outgoing-buffers.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+increased-steal-buffers.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 94ce214

Please sign in to comment.