Skip to content
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.18.0 #1576

Merged
merged 17 commits into from Apr 27, 2021
Merged

Version 0.18.0 #1576

merged 17 commits into from Apr 27, 2021

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Apr 16, 2021

Changelog is as follows...


0.18.0 (27th April, 2021)

The 0.18.x release series formalises our low-level Transport API, introducing the base classes httpx.BaseTransport and httpx.AsyncBaseTransport.

See the "Writing custom transports" documentation and the httpx.BaseTransport.handle_request() docstring for more complete details on implementing custom transports.

Pull request #1522 includes a checklist of differences from the previous httpcore transport API, for developers implementing custom transports.

The following API changes have been issuing deprecation warnings since 0.17.0 onwards, and are now fully deprecated...

  • You should now use httpx.codes consistently instead of httpx.StatusCodes.
  • Use limits=... instead of pool_limits=....
  • Use proxies={"http://": ...} instead of proxies={"http": ...} for scheme-specific mounting.

Changed

Added

Fixed

@tomchristie tomchristie added this to the v0.18 milestone Apr 16, 2021
@fabaff
Copy link

fabaff commented Apr 23, 2021

Is there a ETA for 0.18.0? Thanks

Don't understand me wrong, I'm just asking.

@tomchristie
Copy link
Member Author

I'd strongly expect it to be sometime this week.

@tomchristie tomchristie marked this pull request as ready for review April 26, 2021 15:00
Copy link
Member

@florimondmanca florimondmanca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting!

CHANGELOG.md Outdated Show resolved Hide resolved
tomchristie and others added 2 commits April 26, 2021 19:52
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
CHANGELOG.md Outdated Show resolved Hide resolved
@tomchristie tomchristie merged commit 0c2cb24 into master Apr 27, 2021
@tomchristie tomchristie deleted the version-0.18 branch April 27, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants