v2024.3.3
Features
-
pedm: add context menu icon resource (#990) (263de985cc)
-
agent: devolutions-session bootstrap (#997) (f8b291d908)
-
jetsocat: Windows named pipes and Unix sockets (#1022) (b13caba5b6)
-
jetsocat: new doctor subcommand for diagnostics (#1030) (6ed8591b38)
Bug Fixes
-
pwsh: trace more info when importing Certificate from PFX (#992) (5de155738a)
-
dgw: set dwShareMode for recording files on Windows (#1007) (4df3c854ca)
On Windows, the default default share_mode set when opening a new file
isFILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE
.We now override the share_mode and set it to
FILE_SHARE_READ
.This makes the recording process more robust by ensuring no other
process can write or delete the files while the Devolutions Gateway
is actively writing it. -
jetsocat,dgw: add backpressure in JMUX proxy (41ea3ee3f0)
The memory consumption of the JMUX proxy was unbounded because we used
an unbounded mpsc channel for message passing.Here is a
jetsocat-bench.nu
run against master: -
player: start recording when tab is open (#1024) (6506b08ee2) (RDMW-16402)