From f6f10305a6764ce3ac486a6dd8e07b665c152c85 Mon Sep 17 00:00:00 2001 From: cthuang Date: Mon, 25 Oct 2021 09:38:26 +0100 Subject: [PATCH] Update change log for release 2021.10.4 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7a2942fb..3ec94364 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ **Experimental**: This is a new format for release notes. The format and availability is subject to change. +## 2021.10.4 +### Improvements +- Collect quic transport metrics on RTT, packets and bytes transferred. + +### Bug Fixes +- Fix race condition that was writing to the connection after the http2 handler returns. + ## 2021.9.2 ### New features