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.12 #849

Merged
merged 2 commits into from
Mar 6, 2020
Merged

Version 0.12 #849

merged 2 commits into from
Mar 6, 2020

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Mar 5, 2020

Closes #829

0.12.0 (March 5th, 2020)

The 0.12 release tightens up the API expectations for httpx by switching to private module names to enforce better clarity around public API.

All imports of httpx should import from the top-level package only, such as from httpx import Request, rather than importing from privately namespaced modules such as from httpx._models import Request.

Added

Changed

Fixed

@tomchristie tomchristie added the docs Changes to the documentation label Mar 5, 2020
@florimondmanca florimondmanca self-requested a review March 5, 2020 12:31
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.

💯

@tomchristie tomchristie merged commit 9708866 into master Mar 6, 2020
@tomchristie tomchristie deleted the version-0.12.0 branch March 6, 2020 09:10
@tomchristie tomchristie mentioned this pull request Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Changes to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 0.12
2 participants