diff --git a/python-httpcore.changes b/python-httpcore.changes index f71e095..0dcefc1 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -7,6 +7,16 @@ Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller * Fix SOCKS support for `http://` URLs. * Resolve race condition around exceptions during streaming a response. +------------------------------------------------------------------- +Mon Feb 21 10:54:40 UTC 2022 - Michael Ströder + +- Update to 0.14.7 + * Requests which raise a PoolTimeout need to be removed from the pool queue. (#502) + * Fix AttributeError that happened when Socks5Connection were terminated. (#501) +- Update to 0.14.6 + * Fix SOCKS support for http:// URLs. (#492) + * Resolve race condition around exceptions during streaming a response. (#491) + ------------------------------------------------------------------- Fri Feb 11 20:38:24 UTC 2022 - Michael Ströder