Skip to content

Commit

Permalink
Bump version to 2021.1.7 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Dec 7, 2021
1 parent 5d767ba commit 38b136d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This document provides a list of notable changes introduced in Devolutions Gateway by release.

## 2021.1.7 (2021-12-07)
* JMUX multiplexing protocol implementation for `jetsocat` and gateway server
* Improve various startup validations and diagnostics
* Support for generic plain TCP forwarding (e.g.: raw `SSH` forwarding)
This requires sending a preconnection PDU containing an appropriate token
* Duplicate root HTTP endpoints under /jet (this help simplifying routing configurations)
* Support for alternative hosts to try in successive order
* Token reuse mitigation based on IP address (RDP protocol requires to connect multiple times
and previously used token can't just be rejected)

## 2021.1.6 (2021-08-11)
* `jetsocat` now builds for Apple Silicon (aarch64-apple-darwin)
* Update SOGAR and replace sogar-cli with sogar-core
Expand Down
4 changes: 2 additions & 2 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 @@
2021.1.6
2021.1.7
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 = "2021.1.6"
version = "2021.1.7"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
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 = "2021.1.6"
version = "2021.1.7"
authors = ["Benoît CORTIER <benoit.cortier@fried-world.eu>"]
edition = "2021"
description = "WebSocket 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 = '2021.1.6'
ModuleVersion = '2021.1.7'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
Expand Down

0 comments on commit 38b136d

Please sign in to comment.