Bug Fixes
-
dgw: error 500 when recording folder is missing (#502) (3b1992e647) (DGW-99)
When listing the recordings, if the recording directory does not exist,
it means that there is no recording yet (and the folder will be created
later). However, Devolutions Gateway is attempting to read this folder
anyway and the HTTP error 500 (Internal Server Error) is returned. This
patch fixes this by returning an empty list as appropriate. -
dgw: typo in TLS forward route (#510) (7cea3c055a) (DGW-102)
The name of the endpoint was wrong, and thus /jet/fwd/tls was
returning the 404 Not Found status.
Furthermore, thewith_tls
option was not properly set.
Build
- deps: update dependencies
Documentation
- dgw: stabilize
RecordingPath
andNgrok
options (#489) (013569884e)