summaryrefslogtreecommitdiff
path: root/changelog
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-frame Zstandard response decodingRogdham2023-05-141-0/+1
* Release 2.0.22.0.2Seth Michael Larson2023-05-031-3/+0
* Continue reading the response stream if there is buffered decompressed dataSeth Michael Larson2023-05-031-0/+3
* Release 2.0.12.0.1Seth Michael Larson2023-04-302-2/+0
* Improve assert_fingerprint changelog and testsQuentin Pradet2023-04-291-1/+1
* Fix HTTPResponse.read(0) when underlying buffer is empty (#2998)Quentin Pradet2023-04-291-0/+1
* Ensure SSLSocket is closed after failure verifying cert hostname or fingerprintThomas Grainger2023-04-291-0/+1
* Release 2.0.0a42.0.0a4Seth Michael Larson2023-04-255-5/+0
* Add backoff jitter to Retry (#2952)Tom McTiernan2023-04-241-0/+1
* Fix io_refs bug with pyopenssl.WrappedSocket and securetransport.WrappedSocke...Thomas Grainger2023-04-221-0/+1
* Remove dummy setup.py file (#2976)Thomas Grainger2023-04-211-0/+1
* Fix `_idna_encode()` detection of an ASCII hostname for `\x080`Ben Kallus2023-01-291-0/+1
* Remove "!" character from the "unreserved" characters in IPv6 Zone ID parsingBen Kallus2023-01-291-0/+1
* Release 2.0.0a32.0.0a3Quentin Pradet2023-01-113-3/+0
* Fix the type hint of PoolKey.key_retries by adding bool to the unionzhanpon2023-01-021-0/+1
* added changelog entryBastian Venthur2022-12-111-0/+1
* Don't ignore debug logs in pytest, fix log args issueQuentin Pradet2022-12-061-0/+1
* Release 2.0.0a22.0.0a2Seth Michael Larson2022-11-233-4/+0
* Require pyOpenSSL 17.1.0+ to support cryptography 39+Quentin Pradet2022-11-231-0/+1
* Strip leading zeros from portsBastian Venthur2022-11-221-0/+2
* Improve changelog entryQuentin Pradet2022-11-201-2/+1
* Update 2800.bugfix.rstSeth Michael Larson2022-11-201-1/+2
* Prevent issue in HTTPResponse().read() when decoded_content is True and then ...Ousret2022-11-201-0/+1
* Release 2.0.0-alpha12.0.0a1Seth Michael Larson2022-11-1550-137/+0
* Fix socket timeout value when HTTPConnection is reusedSeth Michael Larson2022-11-141-0/+3
* Standardize HTTPResponse.read(X) behavior regardless of compressionQuentin Pradet2022-11-141-0/+7
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-101-0/+22
* Change HTTPConnection.getresponse() to return urllib3.HTTPResponseLevi2022-11-071-0/+3
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-221-0/+12
* Add proxy_assert_hostname and proxy_assert_fingerprint to ProxyManagerJosh Schneier2022-08-171-0/+1
* Don't close ConnectionPools from PoolManager until unreferencedstephan-hof2022-08-161-0/+2
* Add deprecation warnings for pyOpenSSL and the [secure] extraivanllt2022-08-121-0/+1
* Fix links to towncrier docsJosh Schneier2022-08-061-2/+2
* Added deprecation warning for urllib3.contrib.securetransport moduleivanllt2022-08-041-0/+1
* Fix `OverflowError` when TLS is used on some Python versionsIllia Volochii2022-07-191-0/+1
* Add support for configuring header combining with HTTPHeaderDictRaphael Gaschignard2022-07-151-0/+6
* Add missing changelog entries for past PRsSeth Michael Larson2022-07-012-0/+4
* Check for changelog entries in pull requestsQuentin Pradet2022-07-011-2/+5
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-0/+1
* Consistently wrap errors in load_cert_chainSamuel Freilich2022-06-101-0/+1
* Add changelog entry for removing SSLv3 from pyOpenSSLSeth Michael Larson2022-02-261-0/+1
* Add authority property to the Url classNate Prewitt2022-01-101-0/+3
* Enable enforce_content_length=True by defaultNate Prewitt2022-01-021-0/+1
* Make the maximum backoff time configurableNorbert Biczo2022-01-021-0/+5
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-0/+3
* Link to changelog guildelines from contributing docsQuentin Pradet2021-09-171-1/+2
* Add entry for removal default value of request_context to changelogHasan Ramezani2021-09-081-0/+3
* Remove the 'urllib3.request' module (#2398)Seth Michael Larson2021-08-301-0/+4
* Add initial Towncrier newsfragments for 2.0 commits (#2361)Seth Michael Larson2021-08-2927-5/+34
* Default to setting 'SSLContext.minimum_version=TLSVersion.TLSv1_2'Seth Michael Larson2021-08-171-0/+1