Skip to content

Commit c7fd4cd

Browse files
committed
chore(release): prepare for 2026.2.0
1 parent ab729cb commit c7fd4cd

10 files changed

Lines changed: 49 additions & 13 deletions

File tree

CHANGELOG.md

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

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

5+
## 2026.2.0 (2026-06-02)
6+
7+
Several newly introduced Gateway/Agent surfaces remain experimental and are
8+
controlled by `__debug__.enable_unstable` (notably `/jet/tunnel/*`, and KDC
9+
proxy credential-injection destination handling). Related infrastructure such
10+
as core forwarding, KDC real-destination proxying, and Agent Tunnel runtime
11+
activation is configured independently and may remain active outside this flag.
12+
13+
### Features
14+
15+
- _dgw_: refuse JREC push when recording storage is full ([9d5a6626b4](https://github.com/Devolutions/devolutions-gateway/commit/9d5a6626b491905efeb1bcac06406f98e85c94b7))
16+
17+
- _agent,gateway_: transparent routing through agent tunnel (experimental) ([#1741](https://github.com/Devolutions/devolutions-gateway/issues/1741)) ([9340a82c7f](https://github.com/Devolutions/devolutions-gateway/commit/9340a82c7fcb75bc937f2cddb5b33db1a7a19df6)) ([#1773](https://github.com/Devolutions/devolutions-gateway/issues/1773)) ([87be5cda1b](https://github.com/Devolutions/devolutions-gateway/commit/87be5cda1b2d285caee556d7a6e5983d83029f82)) ([#1775](https://github.com/Devolutions/devolutions-gateway/issues/1775)) ([6f692e75a7](https://github.com/Devolutions/devolutions-gateway/commit/6f692e75a7ebc5a3550562c21638454e92a7157b)) ([06706d033e](https://github.com/Devolutions/devolutions-gateway/commit/06706d033e80f97dbe5bcaef61ce63a67d3b1cc1)) ([#1789](https://github.com/Devolutions/devolutions-gateway/issues/1789)) ([26f23c02a4](https://github.com/Devolutions/devolutions-gateway/commit/26f23c02a41e02634bacf9be2d625a00d0b80345))
18+
19+
- _installer_: add install-time certificate checks ([b696ea1181](https://github.com/Devolutions/devolutions-gateway/commit/b696ea1181ab7025ece477288eb94e4cf5cb3cf9))
20+
21+
- _dgw_: Kerberos-based credential injection (experimental) ([#1768](https://github.com/Devolutions/devolutions-gateway/issues/1768)) ([8ceb2ad913](https://github.com/Devolutions/devolutions-gateway/commit/8ceb2ad9131ae591cc6d25336e8ca541a9e8662a))
22+
23+
- _dgw_: improved network scans ([#1776](https://github.com/Devolutions/devolutions-gateway/issues/1776)) ([a3aa448dac](https://github.com/Devolutions/devolutions-gateway/commit/a3aa448dac9af355cee1093f6ee762d93ff5ae61))
24+
25+
### Improvements
26+
27+
- _jetsocat_: embed Windows icon and version metadata ([#1793](https://github.com/Devolutions/devolutions-gateway/issues/1793)) ([c606a52fa7](https://github.com/Devolutions/devolutions-gateway/commit/c606a52fa71826067f6a969c0b416102243de14d))
28+
29+
### Bug Fixes
30+
31+
- _agent_: add OEM code page transcoding in Devolutions Agent ([#1780](https://github.com/Devolutions/devolutions-gateway/issues/1780)) ([b50e5d0fb3](https://github.com/Devolutions/devolutions-gateway/commit/b50e5d0fb3394878a5560328b92ef2c9d8659234)) ([DGW-370](https://devolutions.atlassian.net/browse/DGW-370))
32+
533
## 2026.1.2 (2026-04-18)
634

735
### Features

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -19,7 +19,7 @@ default-members = [
1919
]
2020

2121
[workspace.package]
22-
version = "2026.1.2"
22+
version = "2026.2.0"
2323

2424
[profile.profiling]
2525
inherits = "release"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.1.2
1+
2026.2.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="2026.1.2.0" />
14+
Version="2026.2.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>2026.1.2.0</Version>
9+
<Version>2026.2.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.2.0 (2026-06-02)
4+
5+
- No changes.
6+
37
## 2026.1.2 (2026-04-18)
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.2.0 (2026-06-02)
4+
5+
- No changes.
6+
37
## 2026.1.2 (2026-04-18)
48

59
- RPM: bundles the systemd unit file directly in the package, eliminating the `service register` post-install call that caused a systemd startup failure on RHEL/Rocky Linux.

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 = '2026.1.2'
10+
ModuleVersion = '2026.2.0'
1111

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

0 commit comments

Comments
 (0)