Skip to content

Commit c022063

Browse files
authored
docs: update CHANGELOG (#1529)
1 parent 60019a0 commit c022063

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,28 @@ This document provides a list of notable changes introduced in Devolutions Gatew
1515
Add --color flag with support for 'always', 'never', and 'auto' modes.
1616
Respects standard environment variables (NO_COLOR, FORCE_COLOR, TERM).
1717

18-
### Bug Fixes
19-
2018
- _jetsocat_: improve optional flag handling and error reporting ([#1512](https://github.com/Devolutions/devolutions-gateway/issues/1512)) ([bf9069d18a](https://github.com/Devolutions/devolutions-gateway/commit/bf9069d18a5691a52825470f4a639f2ee4ad43da))
2119

2220
Improves the handling of optional command-line flags in jetsocat by
2321
replacing direct flag access with proper error handling: missing
2422
optional flags are handled gracefully while invalid flag values still
2523
produce clear error messages.
2624

27-
- _jetsocat_: resolve channel open to start tight race condition ([#1511](https://github.com/Devolutions/devolutions-gateway/issues/1511)) ([7eb873b273](https://github.com/Devolutions/devolutions-gateway/commit/7eb873b273a08f4fe279287b4a5ccd2dc6fdfc41)) ([ARC-323](https://devolutions.atlassian.net/browse/ARC-323))
28-
29-
- _webapp_: VNC connect for "None" authentication ([#1518](https://github.com/Devolutions/devolutions-gateway/issues/1518)) ([d720cc4e6b](https://github.com/Devolutions/devolutions-gateway/commit/d720cc4e6b31d0cdc56a4e54b714953a8a30f82d))
30-
3125
- _dgw_: cleaner log message for listener init ([#1521](https://github.com/Devolutions/devolutions-gateway/issues/1521)) ([7e2730cb32](https://github.com/Devolutions/devolutions-gateway/commit/7e2730cb32145807551847883359da5630c73e4d))
3226

3327
- _dgw_: split TlsVerifyStrict warning for absent and false ([#1520](https://github.com/Devolutions/devolutions-gateway/issues/1520)) ([a7f3f20f0a](https://github.com/Devolutions/devolutions-gateway/commit/a7f3f20f0a13528ed755c912194431ba20427823))
3428

29+
- _dgw_: retrial logic when binding the listeners ([#1525](https://github.com/Devolutions/devolutions-gateway/issues/1525)) ([aba955264f](https://github.com/Devolutions/devolutions-gateway/commit/aba955264fa17e8a8aecde07cc80efd5f95f75ed)) ([DGW-310](https://devolutions.atlassian.net/browse/DGW-310))
30+
31+
The listener binding will be reattempted a set amount of time when a
32+
transient error is hit, such as "address already in use".
33+
34+
### Bug Fixes
35+
36+
- _jetsocat_: resolve channel open to start tight race condition ([#1511](https://github.com/Devolutions/devolutions-gateway/issues/1511)) ([7eb873b273](https://github.com/Devolutions/devolutions-gateway/commit/7eb873b273a08f4fe279287b4a5ccd2dc6fdfc41)) ([ARC-323](https://devolutions.atlassian.net/browse/ARC-323))
37+
38+
- _webapp_: VNC connect for "None" authentication ([#1518](https://github.com/Devolutions/devolutions-gateway/issues/1518)) ([d720cc4e6b](https://github.com/Devolutions/devolutions-gateway/commit/d720cc4e6b31d0cdc56a4e54b714953a8a30f82d))
39+
3540
- _jetsocat_: make the MCP proxy non-intrusive ([#1514](https://github.com/Devolutions/devolutions-gateway/issues/1514)) ([3701bd5852](https://github.com/Devolutions/devolutions-gateway/commit/3701bd58523efdf3ac37188b3059eea0e27dc0e2)) ([DGW-308](https://devolutions.atlassian.net/browse/DGW-308))
3641

3742
The MCP proxy was previously handling the initialize request itself and
@@ -45,11 +50,6 @@ This document provides a list of notable changes introduced in Devolutions Gatew
4550
This change forwards all requests and notifications directly to the
4651
server to ensure correct behavior and compatibility.
4752

48-
- _dgw_: retrial logic when binding the listeners ([#1525](https://github.com/Devolutions/devolutions-gateway/issues/1525)) ([aba955264f](https://github.com/Devolutions/devolutions-gateway/commit/aba955264fa17e8a8aecde07cc80efd5f95f75ed)) ([DGW-310](https://devolutions.atlassian.net/browse/DGW-310))
49-
50-
The listener binding will be reattempted a set amount of time when a
51-
transient error is hit, such as "address already in use".
52-
5353
## 2025.3.1 (2025-9-13)
5454

5555
### Bug Fixes

0 commit comments

Comments
 (0)