Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021.1.2 release preparation: unify changelog, cleanup. #150

Merged
merged 2 commits into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions CHANGELOG.adoc

This file was deleted.

68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Devolutions Gateway changelog

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

## 2021.1.2 (2021-03-26)
* Fix broken Linux container image (missing executable)
* Add PowerShell module .zip/.nupkg to release artifacts
* Add experimental session recording plugin architecture

## 2021.1.1 (2021-02-19)
* Fix missing internal version number update

## 2021.1.0 (2021-02-19)
* Internal upgrade from futures 0.1 to 0.3
* TCP listener now routes both RDP and JET
* Remove unneeded dummy HTTP listener

## 2020.3.1 (2020-12-03)
* Fix IIS ARR websocket issue (SEC_WEBSOCKET_PROTOCOL header)
* Update Devolutions Gateway to internal version 0.14.0

## 2020.3.0 (2020-10-27)
* Initial PowerShell module public release
* Update Devolutions Gateway to internal version 0.14.0
* Support file to configure the Devolutions-Gateway (gateway.json)
* Update CLI parameters to match parameters defined in file
* WAYK-2211: candidate gathering jet token restriction

## 0.12.0 (2020-08-25)
* Add Jet V3 connection test support
* Add /jet/health route alias for /health (for simplified reverse proxy rules)

## 0.11.0 (2020-05-28)
* Fix websocket connection. Enable HTTP upgrade for the hyper connection.
* Add jet instance name in health response.

## 0.10.9 (2020-05-13)
* Fix websocket listener. An error was returned by the tls acceptor. Ignore those errors.

## 0.10.8 (2020-05-12)
* Don't panic if listeners future returns an error. Just print the error and close the application

## 0.10.7 (2020-05-12)
* Exactly same as 0.10.6 (forced re-deployment)

## 0.10.6 (2020-05-12)
* Exactly same as 0.10.5 (forced re-deployment)

## 0.10.5 (2020-05-11)
* Exactly same as 0.10.4 (forced re-deployment)

## 0.10.4 (2020-05-11)
* Add module name in logs.
* Add curl to Docker container.

## 0.10.3 (2020-05-08)
* Exactly same as 0.10.2 (forced re-deployment)

## 0.10.2 (2020-05-05)
* Remove color from logs

## 0.10.1 (2020-03-26)
* Exactly same as 0.10.0 (workaround to deploy a new version in prod without issue with ACI)

## 0.10.0 (2020-03-23)
* Add provisioner public key
* DVC with GFX integration
* Fixes an issue where some associations were not removed (ghost associations).
Loading