From f62f2e80256663d930e3ab93d379ab4faa7f8aff Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Thu, 9 Feb 2023 14:52:45 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9f22be..ed404a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ CHANGE: Incorporate initial docker image build (https://github.com/openziti/zrok CHANGE: Improve target URL parsing for `zrok share` when using `--backend-mode` proxy (https://github.com/openziti/zrok/issues/211) + New and improved URL handling for proxy backends: + + 9090 -> http://127.0.0.1:9090 + localhost:9090 -> http://127.0.0.1:9090 + https://localhost:9090 -> https://localhost:9090 + CHANGE: Improve usability of `zrok invite` TUI in low-color environments (https://github.com/openziti/zrok/issues/206) CHANGE: Better error responses when `zrok invite` fails due to missing token (https://github.com/openziti/zrok/issues/207)