-
-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.23.0 #2214
Merged
Merged
Version 0.23.0 #2214
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR seems to be resolving this critical vulnerability. Is there any plan for releasing this soon? |
felipecwb
approved these changes
May 12, 2022
hozkok
approved these changes
May 12, 2022
kurbezz
approved these changes
May 12, 2022
Considering switching the settings so that I can merge without further reviews.
|
florimondmanca
approved these changes
May 23, 2022
Thanks @florimondmanca. 🙏🏼 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Drafting up our next release.
Since we're dropping Python 3.6, this needs to be a median point bump.
One thing I'd like to discuss before we push on with this is resolving #2083 (See PR #2165). The median point bump is a good motivator to drop our
charset-normalizer
dependancy, so it seems like an efficient use of time to address it as part of this release, if possible.I'm planning to push on with that by addressing @adriangb's comment, so that we have two alternative approaches for consideration.
Release notes...
0.23.0 (23rd May, 2022)
Changed
utf-8
as the default character set, instead of falling back tocharset-normalizer
for auto-detection. To enable automatic character set detection, see the documentation. (Make charset auto-detection optional. #2165)Fixed
URL.copy_with
for some oddly formed URL cases. (Patchcopy_with
#2185)iter_bytes
never yields zero-length chunks. (Ensure thatiter_bytes
anditer_raw
do not ever yield any zero-length chunks. #2068)Authorization
header for redirects that are to the same origin, but are anhttp
-to-https
upgrade. (Preserve Authorization header on HTTPS redirect (#1850) #2074)<16086 bytes of binary data>
instead. (Suppress binary output on the command line. #2076)--proxies
argument in the command line client help. (Fix cli docs --proxies #2124 #2125).request
onHTTPError
exceptions. (Addrequest
getter/setter toHTTPError
#2158)