Skip to content

Commit f6ac60b

Browse files
authored
chore(release): prepare for 2025.3.2 (#1527)
1 parent aba9552 commit f6ac60b

10 files changed

Lines changed: 68 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
22

33
This document provides a list of notable changes introduced in Devolutions Gateway service, installer and Jetsocat.
44

5+
## 2025.3.2 (2025-10-01)
6+
7+
### Features
8+
9+
- _dgw_: support jet_reuse claim in JREC tokens ([#1524](https://github.com/Devolutions/devolutions-gateway/issues/1524)) ([8fbb6ef456](https://github.com/Devolutions/devolutions-gateway/commit/8fbb6ef456d75a50c8614b3bda8612a275c59fb5)) ([DGW-309](https://devolutions.atlassian.net/browse/DGW-309))
10+
11+
### Improvements
12+
13+
- _jetsocat_: add coloring control for log output ([#1515](https://github.com/Devolutions/devolutions-gateway/issues/1515)) ([58b1d56945](https://github.com/Devolutions/devolutions-gateway/commit/58b1d56945f1b2b0c41abb20dadacea29ebc65ae))
14+
15+
Add --color flag with support for 'always', 'never', and 'auto' modes.
16+
Respects standard environment variables (NO_COLOR, FORCE_COLOR, TERM).
17+
18+
### Bug Fixes
19+
20+
- _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))
21+
22+
Improves the handling of optional command-line flags in jetsocat by
23+
replacing direct flag access with proper error handling: missing
24+
optional flags are handled gracefully while invalid flag values still
25+
produce clear error messages.
26+
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+
31+
- _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))
32+
33+
- _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))
34+
35+
- _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))
36+
37+
The MCP proxy was previously handling the initialize request itself and
38+
returning a response instead of forwarding it to the target MCP server.
39+
It also intercepted `notifications/initialized` and `logging/setLevel`
40+
without passing them through.
41+
42+
Additionally, any unknown methods were being answered with an error
43+
response, even though the actual server might support them.
44+
45+
This change forwards all requests and notifications directly to the
46+
server to ensure correct behavior and compatibility.
47+
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+
553
## 2025.3.1 (2025-9-13)
654

755
### Bug Fixes

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exclude = [
2222
]
2323

2424
[workspace.package]
25-
version = "2025.3.1"
25+
version = "2025.3.2"
2626

2727
[profile.profiling]
2828
inherits = "release"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.3.1
1+
2025.3.2

crates/devolutions-pedm-shell-ext/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1212
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
1313
<Identity Name="DevolutionPEDMShellExtension" ProcessorArchitecture="neutral" Publisher="CN=Devolutions"
14-
Version="2025.3.1.0" />
14+
Version="2025.3.2.0" />
1515
<Properties>
1616
<DisplayName>Devolutions Agent</DisplayName>
1717
<PublisherDisplayName>Devolutions</PublisherDisplayName>

dotnet/DesktopAgent/DesktopAgent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>DevolutionsDesktopAgent</AssemblyName>
77
<AssemblyTitle>Devolutions Agent</AssemblyTitle>
88
<LangVersion>latest</LangVersion>
9-
<Version>2025.3.1.0</Version>
9+
<Version>2025.3.2.0</Version>
1010
<Company>Devolutions</Company>
1111
<Copyright>Copyright © 2025</Copyright>
1212
<Product>Devolutions Agent</Product>

fuzz/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/AgentLinux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Packaging changelog
22

3+
## 2025.3.2 (2025-10-01)
4+
5+
- No changes.
6+
37
## 2025.3.1 (2025-09-14)
48

59
- No changes.

package/Linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Packaging changelog
22

3+
## 2025.3.2 (2025-10-01)
4+
5+
- No changes.
6+
37
## 2025.3.1 (2025-09-14)
48

59
- No changes.

powershell/DevolutionsGateway/DevolutionsGateway.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = 'DevolutionsGateway.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '2025.3.1'
10+
ModuleVersion = '2025.3.2'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Desktop', 'Core'

0 commit comments

Comments
 (0)