Uh oh!
There was an error while loading. Please reload this page.
Version 0.25.0 - #2801
Conversation
lovelydinosaur
commented
Aug 1, 2023
Okay, let's...
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Kar Petrosyan <92274156+karosis88@users.noreply.github.com>
does this mean to simply copy changelog of this version as PR description?
Not sure you are asking me or the maintainers, I have no opinion on this. |
karpetrosyan
commented
Aug 1, 2023
Can we assume that the current version of httpcore is the last one that we will be able to support in this release? Because httpcore changed the response.extensions type in encode/httpcore#762 I'm guessing we'll have type issues with the next httpcore release. |
Yep.
For the 0.x series we're using median point bumps for releases that include API changes. We've only got additions and fixes here, so we probably want a |
lovelydinosaur
commented
Aug 1, 2023
I'm... not sure if the You could issue a draft PR where
|
I'll update the version number according your discussion and decision 🙂 |
trim21
commented
Aug 7, 2023
I think if we want to include #2794, we should create a |
Indeed, yep. I think the TODO list here looks like this(?)...
|
This doesn't need to be in todo list I think, we can drop them later |
Pliner
commented
Aug 9, 2023
trim21
commented
Aug 9, 2023
Now we removed python3.7 support, I think it's definitely |
trim21
commented
Sep 11, 2023
@tomchristie now todo list is empty |
* bump * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Kar Petrosyan <92274156+karosis88@users.noreply.github.com> * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Kar Petrosyan <92274156+karosis88@users.noreply.github.com> Co-authored-by: Tom Christie <tom@tomchristie.com>
0.25.0 (11th Sep, 2023)
Removed
Added
ExtensionsfromMapping[Str, Any]toMutableMapping[Str, Any]. (Change the type ofExtensionsfromMappingtoMutableMapping. #2803)socket_optionsargument tohttpx.HTTPTransportandhttpx.AsyncHTTPTransportclasses. (Addsocket_optionsargument tohttpx.HTTPTransportclass #2716)Response.raise_for_status()method now returns the response instance. For example:data = httpx.get('...').raise_for_status().json(). (Makeraise_for_statuschainable #2776)Fixed
500error response instead of exceptions whenraise_app_exceptions=Falseis set onASGITransport. (Fix exception suppression in asgi transport #2669)WSGITransportenvirons have aSERVER_PROTOCOL. (Ensure all WSGITransport environs have a SERVER_PROTOCOL #2708)%2Fin query parameters (Always encode forward slashes as%2Fin query parameters #2723)httpstatuses.comfor HTTP error reference (Use Mozilla documentation instead ofhttpstatuses.comfor HTTP error reference #2768)