From 1ba5abfdb33ddafcb56b8534402f238d599ae203 Mon Sep 17 00:00:00 2001 From: Nick Vollmar Date: Mon, 18 Nov 2019 15:35:06 -0600 Subject: [PATCH] Release 2019.11.1 --- RELEASE_NOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ea7fe24a..55feba36 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,12 @@ +2019.11.1 +- 2019-11-12 Add db-connect, a SQL over HTTPS server +- 2019-11-12 TUN-2053: Add a /healthcheck endpoint to the metrics server +- 2019-11-13 TUN-2178: public API to create new h2mux.MuxedStreamRequest +- 2019-11-13 TUN-2490: respect original representation of HTTP request path +- 2019-11-18 TUN-2547: TunnelRPC definitions for Authenticate flow +- 2019-11-18 TUN-2551: TunnelRPC definitions for ReconnectTunnel flow +- 2019-11-05 TUN-2506: Expose active streams metrics + 2019.11.0 - 2019-11-04 TUN-2502: Switch to go modules - 2019-11-04 TUN-2500: Don't send client registration errors to Sentry