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.13 #971

Merged
merged 9 commits into from
May 22, 2020
Merged

Version 0.13 #971

merged 9 commits into from
May 22, 2020

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented May 21, 2020

Preliminary CHANGELOG and __version__ update for 0.13.

Still required...

Up for reviews onto this in the meantime tho...


0.13.0 (May 22nd, 2020)

This release switches to httpcore for all the internal networking, which means:

  • We're using the same codebase for both our sync and async clients.
  • HTTP/2 support is now available with the sync client.
  • We no longer have a urllib3 dependency for our sync client, although there is still an optional URLLib3Transport class.

It also means we've had to remove our UDS support, since maintaining that would have meant having to push back our work towards a 1.0 release, which isn't a trade-off we wanted to make.

We also now have a public "Transport API", which you can use to implement custom transport implementations against. This formalises and replaces our previously private "Dispatch API".

Changed

Added

Fixed

Removed

@tomchristie tomchristie added this to the v0.13 milestone May 21, 2020
@tomchristie
Copy link
Member Author

Okay, I guess we're ready for reviews from @encode/maintainers.

I'll plan to sit on this one for the rest of today, and then release start-of-working-day tomorrow.

@florimondmanca
Copy link
Member

@tomchristie I'll update this PR with my small multipart fixes. :-)

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.

So glad to see this happen! Congrats all ❤️

@tomchristie tomchristie merged commit 2c2c6a7 into master May 22, 2020
@tomchristie tomchristie deleted the release-0.13 branch May 22, 2020 08:41
@tomchristie
Copy link
Member Author

Now up on PyPI. 👍

@yeraydiazdiaz
Copy link
Contributor

Woohooo!! 🎉

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.

3 participants