From d05c02458523fe5b038722d2796abf15e693c8e0 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 15 Jan 2019 12:31:57 -0800 Subject: [PATCH] Added changelog entry for proxy auth. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82c87a..098651e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ * Avoid checking for proxy config if `https.proxyHost` is set. This matches existing behavior when `http.proxyHost` is set. +* Added support for proxy authentication. A deployment must also use the + `com.threerings.getdown.spi.ProxyAuth` service provider interface to persist the proxy + credentials supplied by the user. Otherwise they will be requested every time Getdown runs, which + is not a viable user experience. + ## 1.8.2 - Nov 27, 2018 * Fixed a data corruption bug introduced at last minute into 1.8.1 release. Oops.