Skip to content

Commit 04fc600

Browse files
authored
chore(release): prepare for 2026.1.0 (#1687)
1 parent 1172fd6 commit 04fc600

File tree

10 files changed

+53
-12
lines changed

10 files changed

+53
-12
lines changed

CHANGELOG.md

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

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

5+
## 2026.1.0 (2026-02-23)
6+
7+
### Features
8+
9+
- _agent-installer_: deploy desktop agent in main feature ([5422ae5eed](https://github.com/Devolutions/devolutions-gateway/commit/5422ae5eed086e9ad8a451df7a7b23e81c692ac4))
10+
11+
- _agent_: UX improvement for desktop agent app ([ec76aa4f48](https://github.com/Devolutions/devolutions-gateway/commit/ec76aa4f48e6a6978bae63313bebead36b08fd38))
12+
13+
- _agent-installer_: auto launch desktop app on install ([aad097b8e4](https://github.com/Devolutions/devolutions-gateway/commit/aad097b8e446dee5a247d6a366ee40d5a20635a3))
14+
15+
- _dgw_: add CredSSP certificate configuration keys ([#1676](https://github.com/Devolutions/devolutions-gateway/issues/1676)) ([443e5f0b02](https://github.com/Devolutions/devolutions-gateway/commit/443e5f0b02661c50b0e61cd69e929c5080da967b))
16+
17+
Add optional `CredSspCertificateFile`, `CredSspPrivateKeyFile` and `CredSspPrivateKeyPassword`
18+
configuration keys allowing usage of a different certificate for CredSSP
19+
credential injection instead of the main TLS certificate. When unset,
20+
the existing TLS certificate is used (no behavior change).
21+
22+
- _dgw_: generate self-signed certificate when no TLS cert is configured for CredSSP ([#1682](https://github.com/Devolutions/devolutions-gateway/issues/1682)) ([e4a1b121f8](https://github.com/Devolutions/devolutions-gateway/commit/e4a1b121f8c0da47ed1d9f84a4aaf273c8a882b0))
23+
24+
When neither a CredSSP-specific certificate nor a main TLS certificate
25+
is configured, automatically generate a self-signed certificate for
26+
CredSSP credential injection.
27+
28+
### Bug Fixes
29+
30+
- _agent-installer_: specify ARM64 platform for ARM64 agent installer ([43266e8dba](https://github.com/Devolutions/devolutions-gateway/commit/43266e8dba3794e5bbd26d1b981a0cc418699885))
31+
32+
- _agent-installer_: cleanup of agent installer ([a5ebf58c7a](https://github.com/Devolutions/devolutions-gateway/commit/a5ebf58c7aea4551940e48db561ca027f4b57fee))
33+
34+
### Performance
35+
36+
- _dgw_: improve real-time performance of session shadowing ([#1662](https://github.com/Devolutions/devolutions-gateway/issues/1662)) ([ea2e6a8334](https://github.com/Devolutions/devolutions-gateway/commit/ea2e6a8334404c03f823cfd9e380cbe58ee8bdc7)) ([DGW-341](https://devolutions.atlassian.net/browse/DGW-341))
37+
538
## 2025.3.4 (2026-02-04)
639

740
### Security

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
@@ -17,7 +17,7 @@ default-members = [
1717
]
1818

1919
[workspace.package]
20-
version = "2025.3.4"
20+
version = "2026.1.0"
2121

2222
[profile.profiling]
2323
inherits = "release"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.3.4
1+
2026.1.0

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.4.0" />
14+
Version="2026.1.0.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.4.0</Version>
9+
<Version>2026.1.0.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+
## 2026.1.0 (2026-02-22)
4+
5+
- No changes.
6+
37
## 2025.3.4 (2026-02-04)
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+
## 2026.1.0 (2026-02-22)
4+
5+
- No changes.
6+
37
## 2025.3.4 (2026-02-04)
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.4'
10+
ModuleVersion = '2026.1.0'
1111

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

0 commit comments

Comments
 (0)