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 hiddenmirrrod operator session retain-active
.
#217 - Notify user on license validity.
#382
Changed
- Adds a new
PolicyRule
fordelete
anddeletecollection
ofsessions
for
mirrord operator setup
.
#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 - Fixed a bug where non-existent hosts in outgoing filter would prevent the
application from initiating outgoing connections.
#2283 - Remove special handling for DNS when dealing with UDP outgoing sockets
(manual UDP resolving).
#2289