Skip to content

Commit

Permalink
chore(release): prepare for 2024.3.0 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Jul 23, 2024
1 parent f9e189e commit fcb5683
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 9 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ This document provides a list of notable changes introduced in Devolutions Gatew

## [Unreleased]

## 2024.2.3 (2024-07-24)

### Features

- _agent_: Devolutions Gateway service updater ([#889](https://github.com/Devolutions/devolutions-gateway/issues/889)) ([92f86bf51b](https://github.com/Devolutions/devolutions-gateway/commit/92f86bf51b072699a86173affda5b54cced1fc07))

- _dgw_: add API to trigger Devolutions Gateway update ([#890](https://github.com/Devolutions/devolutions-gateway/issues/890)) ([799e518c15](https://github.com/Devolutions/devolutions-gateway/commit/799e518c154db18d8895b96a08eec336ff70edcb))

- _dgw_: support .cast terminal recording files ([#900](https://github.com/Devolutions/devolutions-gateway/issues/900)) ([d1f7559a3e](https://github.com/Devolutions/devolutions-gateway/commit/d1f7559a3ee422c3e0696ed9f1ccc02eb17f9e7d))

The .cast extension is used for "asciicast" files, i.e.: asciinema cast files.
This is a widely used terminal playback format.

### Bug Fixes

- _dgw_: preserve DGW access URI base in recording player ([#899](https://github.com/Devolutions/devolutions-gateway/issues/899)) ([92f87c8cea](https://github.com/Devolutions/devolutions-gateway/commit/92f87c8ceac7f16e5f25cc68578474e7a4a17ee9))

This is notably important for DVLS side by side setups.

- _dgw_: fix cast file not working in recording player page ([#904](https://github.com/Devolutions/devolutions-gateway/issues/904)) ([c6985152a2](https://github.com/Devolutions/devolutions-gateway/commit/c6985152a297c7a9b949781e6efc1f6b36be85d0))

- _dgw_: enforce recording policy ([#906](https://github.com/Devolutions/devolutions-gateway/issues/906)) ([13ed397eee](https://github.com/Devolutions/devolutions-gateway/commit/13ed397eeea965e696bf811ef774cfaf1e2bb8ac)) ([DGW-86](https://devolutions.atlassian.net/browse/DGW-86))

When recording flag is set and recording stream is closed, the associated
session is killed within 10 seconds.

- _dgw_: support for `jet_rec` claim in JMUX tokens ([#909](https://github.com/Devolutions/devolutions-gateway/issues/909)) ([8b0c3eb80b](https://github.com/Devolutions/devolutions-gateway/commit/8b0c3eb80b631307995a168d3839118874466fc8))

- _dgw_: recording player now scales with the size of the window ([#922](https://github.com/Devolutions/devolutions-gateway/issues/922)) ([4cb95a5e0c](https://github.com/Devolutions/devolutions-gateway/commit/4cb95a5e0c19a92909df99894796e5f818cb7e1b)) ([DGW-198](https://devolutions.atlassian.net/browse/DGW-198))

## 2024.2.3 (2024-06-18)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.2.3
2024.3.0
2 changes: 1 addition & 1 deletion devolutions-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-agent"
version = "2024.2.3"
version = "2024.3.0"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devolutions-gateway"
version = "2024.2.3"
version = "2024.3.0"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetsocat"
version = "2024.2.3"
version = "2024.3.0"
authors = ["Devolutions Inc. <infos@devolutions.net>"]
edition = "2021"
description = "(Web)Socket toolkit for jet protocol related operations"
Expand Down
2 changes: 1 addition & 1 deletion powershell/DevolutionsGateway/DevolutionsGateway.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RootModule = 'DevolutionsGateway.psm1'

# Version number of this module.
ModuleVersion = '2024.2.3'
ModuleVersion = '2024.3.0'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
Expand Down
1 change: 1 addition & 0 deletions tools/bump-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $targetFiles = @(
'./VERSION'
'./jetsocat/Cargo.toml'
'./devolutions-gateway/Cargo.toml'
'./devolutions-agent/Cargo.toml'
'./powershell/DevolutionsGateway/DevolutionsGateway.psd1'
'./Cargo.lock'
'./fuzz/Cargo.lock'
Expand Down

0 comments on commit fcb5683

Please sign in to comment.