- Migrate logging infrastructure to
tracing
- dgw: duplicate
/jmux
and/KdcProxy
endpoints under/jet
- dgw: log files are now rotated on a daily basis (old log files are deleted automatically)
- dgw: new
LogDirective
config option - dgw: downgrade health route logs to debug level
- dgw: JMUX filtering through claims (
*
is used to generate an "allow all" rule) - dgw: optional application protocol claim in JMUX tokens to find good default ports
- dgw: PowerShell via SSH application protocol has been renamed from
pwsh
tossh-pwsh
- dgw: new known application protocols
- PowerShell via WinRM (
winrm-http-pwsh
,winrm-https-pwsh
) - VNC (
vnc
) - SCP (
scp
) - HTTP (
http
) - HTTPS (
https
)
- PowerShell via WinRM (
- jetsocat: process watcher option (
--watch-parent
,--watch-process
) - jetsocat: pipe timeout option (
--pipe-timeout
) - jetsocat: HTTP(S) tunneling (proxy) listener for JMUX proxy (
http-listen://<BINDING_ADDRESS>
)