From 962f9ab7129f38024f73a75e2869feaa6eb2d260 Mon Sep 17 00:00:00 2001 From: Andrew Ovens Date: Thu, 23 Dec 2021 00:51:03 +0530 Subject: [PATCH] Update upgrade guide for https proxy setting (#3604) Co-authored-by: Jay --- UPGRADE_GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE_GUIDE.md b/UPGRADE_GUIDE.md index 745e804..fdcff1a 100644 --- a/UPGRADE_GUIDE.md +++ b/UPGRADE_GUIDE.md @@ -1,5 +1,11 @@ # Upgrade Guide +### 0.18.x -> 0.19.0 + +#### HTTPS Proxies + +Routing through an https proxy now requires setting the `protocol` attribute of the proxy configuration to `https` + ### 0.15.x -> 0.16.0 #### `Promise` Type Declarations