From 7499e5fa00f71f542fd75a98132374baa54d6bd9 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Mon, 2 May 2022 17:29:34 +0100 Subject: [PATCH] Release 2022.5.0 --- RELEASE_NOTES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 87ba3c3a..6d94a14f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,16 @@ +2022.5.0 +- 2022-05-02 TUN-6158: Update golang.org/x/crypto +- 2022-04-20 VULN-8383 Bump yaml.v2 to yaml.v3 +- 2022-04-21 TUN-6123: For a given connection with edge, close all datagram sessions through this connection when it's closed +- 2022-04-20 TUN-6015: Add RPC method for pushing local config +- 2022-04-21 TUN-6130: Fix vendoring due to case sensitive typo in package +- 2022-04-27 TUN-6142: Add tunnel details support to RPC +- 2022-04-28 TUN-6014: Add remote config flag as default feature +- 2022-04-12 TUN-6000: Another fix for publishing to brew core +- 2022-04-11 TUN-5990: Add otlp span export to response header +- 2022-04-19 TUN-6070: First connection retries other edge IPs if the error is quic timeout(likely due to firewall blocking UDP) +- 2022-04-11 TUN-6030: Add ttfb span for origin http request + 2022.4.1 - 2022-04-11 TUN-6035: Reduce buffer size when proxying data - 2022-04-11 TUN-6038: Reduce buffer size used for proxying data