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.8.3 #78

Merged
merged 6 commits into from
May 6, 2020
Merged

Version 0.8.3 #78

merged 6 commits into from
May 6, 2020

Conversation

tomchristie
Copy link
Member

@yeraydiazdiaz I guess we don't actually need a httpx 0.13.dev1 - we can just advise pip install httpx --pre -U.

Tho perhaps might want to issue httpcore 0.9 alongside the release version of httpx 0.13, so that we can pin httpx to 0.9+?

@yeraydiazdiaz
Copy link
Contributor

I guess we don't actually need a httpx 0.13.dev1 - we can just advise pip install httpx --pre -U

I think that alone wouldn't upgrade httpcore though. Maybe we should cut the release pinning to >=0.8.3 so it's less confusing?

Tho perhaps might want to issue httpcore 0.9 alongside the release version of httpx 0.13, so that we can pin httpx to 0.9+?

Yup, probably should do that too.

@@ -39,4 +39,4 @@
"WriteError",
"CloseError",
]
__version__ = "0.8.2"
__version__ = "0.8.3"
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably should update the CHANGELOG as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

Blergh, accidentally pushed that to master, but yup.

@tomchristie
Copy link
Member Author

0.8.3 (May 6rd, 2020)

Fixed

  • Include Host and Accept headers on proxy "CONNECT" requests.
  • De-duplicate any headers also contained in proxy_headers.
  • HTTP/2 flag not being passed down to proxy connections.

@tomchristie
Copy link
Member Author

Maybe we should cut the release pinning to >=0.8.3 so it's less confusing?

Sure thing.

@tomchristie tomchristie merged commit 2bde5f6 into master May 6, 2020
@tomchristie tomchristie deleted the version-0.8.3 branch May 6, 2020 13:20
@tomchristie
Copy link
Member Author

Released.

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.

2 participants