From 5d84874d53dc3b6c4b2d68f5f0afcb23a3786af2 Mon Sep 17 00:00:00 2001 From: Nuno Diegues Date: Mon, 21 Jun 2021 12:03:10 +0100 Subject: [PATCH] TUN-4571: Changelog for 2021.6.0 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bf4c8358..28c9ede2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ **Experimental**: This is a new format for release notes. The format and availability is subject to change. +## 2021.6.0 +### Bug Fixes +- Fixes a http2 transport (the new default for Named Tunnels) to work with unix socket origins. + + +## 2021.5.10 +### Bug Fixes +- Fixes a memory leak in h2mux transport that connects cloudflared to Cloudflare edge. + + ## 2021.5.9 ### New Features - Uses new Worker based login helper service to facilitate token exchange in cloudflared flows.