From 079631ccea861331eb11d868f03e6774b3012085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveirinha?= Date: Wed, 1 Feb 2023 11:44:27 +0000 Subject: [PATCH] TUN-7151: Update changes file with latest release notices --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e1a87d89..e5ea9ddf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +## 2023.2.2 +### Notices +- Legacy tunnels were officially deprecated on December 1, 2022. Starting with this version, cloudflared no longer supports connecting legacy tunnels. +- h2mux tunnel connection protocol is no longer supported. Any tunnels still configured to use this protocol will alert and use http2 tunnel protocol instead. We recommend using quic protocol for all tunnels going forward. + +## 2023.2.1 +### Bug fixes +- Fixed a bug in TCP connection proxy that could result in the connection being closed before all data was written. +- cloudflared now correctly aborts body write if connection to origin service fails after response headers were sent already. +- Fixed a bug introduced in the previous release where debug endpoints were removed. + ## 2022.12.0 ### Improvements - cloudflared now attempts to try other edge addresses before falling back to a lower protoocol.