From cc43c3ea1a0c0c4152048b345aaa07f779ac543b Mon Sep 17 00:00:00 2001 From: Andrew Ovens Date: Thu, 28 Jan 2021 11:44:27 -0700 Subject: [PATCH] Update upgrade guide for https proxy setting --- UPGRADE_GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE_GUIDE.md b/UPGRADE_GUIDE.md index 745e804927..fdcff1a6b8 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