Skip to content

v2023.2.3

Compare
Choose a tag to compare
@devolutionsbot devolutionsbot released this 15 Aug 19:19
· 494 commits to master since this release
d3cc07b

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, the with_tls option was not properly set.

Build

  • deps: update dependencies

Documentation