github Devolutions/devolutions-gateway v2023.2.3

latest releases: v2024.3.6, v2024.3.5, v2024.3.4...
17 months ago

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

Don't miss a new devolutions-gateway release

NewReleases is sending notifications on new releases.