Skip to content

Commit b8fb03b

Browse files
authored
chore(release): prepare for 2025.1.4 (#1275)
1 parent 7c2c042 commit b8fb03b

File tree

14 files changed

+41
-15
lines changed

14 files changed

+41
-15
lines changed

CHANGELOG.md

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

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

5+
## 2025.1.4 (2025-03-18)
6+
7+
### Features
8+
9+
- _dgw_: add --config-path command-line option ([#1268](https://github.com/Devolutions/devolutions-gateway/issues/1268)) ([3bcff86239](https://github.com/Devolutions/devolutions-gateway/commit/3bcff862395594f9606cdc4a0fc2fe3dcd36ead2)) ([ARC-307](https://devolutions.atlassian.net/browse/ARC-307))
10+
11+
### Bug Fixes
12+
13+
- _dgw_: improve debug logs for recording path canonicalization ([#1273](https://github.com/Devolutions/devolutions-gateway/issues/1273)) ([6e74bcc425](https://github.com/Devolutions/devolutions-gateway/commit/6e74bcc4256e5b6c67f798d3835b5277cc245633))
14+
15+
It’s easier to diagnostic why canonicalization failed now.
16+
17+
- _dgw_: reopen the certificate store for each request ([#1274](https://github.com/Devolutions/devolutions-gateway/issues/1274)) ([7c2c042106](https://github.com/Devolutions/devolutions-gateway/commit/7c2c04210693d5630861fae90cd0c20a1fe38a10)) ([DGW-256](https://devolutions.atlassian.net/browse/DGW-256))
18+
19+
When using the system certificate store, we now properly reopen the
20+
store for each HTTP request, eliminating the need for restarting the
21+
service when renewing the certificate.
22+
523
## 2025.1.3 (2025-03-05)
624

725
### Bug Fixes

Cargo.lock

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.1.3
1+
2025.1.4

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.1.3.0" />
14+
Version="2025.1.4.0" />
1515
<Properties>
1616
<DisplayName>Devolutions Agent</DisplayName>
1717
<PublisherDisplayName>Devolutions</PublisherDisplayName>

crates/devolutions-pedm-shell-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-pedm-shell-ext"
3-
version = "2025.1.3"
3+
version = "2025.1.4"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

devolutions-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-agent"
3-
version = "2025.1.3"
3+
version = "2025.1.4"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

devolutions-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-gateway"
3-
version = "2025.1.3"
3+
version = "2025.1.4"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT/Apache-2.0"

devolutions-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-session"
3-
version = "2025.1.3"
3+
version = "2025.1.4"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <[email protected]>"]

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.1.3.0</Version>
9+
<Version>2025.1.4.0</Version>
1010
<Company>Devolutions</Company>
1111
<Copyright>Copyright © 2024</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.

0 commit comments

Comments
 (0)