Skip to content

Conversation

@lovelydinosaur
Copy link
Contributor

@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.

"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
Contributor 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.

@lovelydinosaur
Copy link
Contributor 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.

@lovelydinosaur
Copy link
Contributor Author

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

Sure thing.

@lovelydinosaur lovelydinosaur merged commit 2bde5f6 into master May 6, 2020
@lovelydinosaur lovelydinosaur deleted the version-0.8.3 branch May 6, 2020 13:20
@lovelydinosaur
Copy link
Contributor 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.

3 participants