Skip to content

Version 0.10.0 - #691

Merged
lovelydinosaur merged 5 commits into
masterfrom
version-0.10.0
Dec 29, 2019
Merged

Version 0.10.0#691
lovelydinosaur merged 5 commits into
masterfrom
version-0.10.0

Conversation

@lovelydinosaur

@lovelydinosaurlovelydinosaur commented Dec 29, 2019

Copy link
Copy Markdown
Contributor

Closes #667

0.10.0 (December 29th, 2019)

The 0.10.0 makes some changes that will allow us to support both sync and async interfaces.

In particular with streaming responses the response.read() method becomes response.aread(), and the response.close() method becomes response.aclose().

If following redirects explicitly the response.next() method becomes response.anext().

Fixed

Changed

Removed

  • When using a client instance, the per-request usage of verify, cert, and trust_env have now escalated from raising a warning to raising an error. You should set these arguments on the client instead. (Pull Drop per-request cert, verify, and trust_env #617)
  • Removed the undocumented request.read(), since end users should not require it.

@lovelydinosaurlovelydinosaur added the docs Changes to the documentation label Dec 29, 2019
@lovelydinosaurlovelydinosaur added this to the 0.10.0 milestone Dec 29, 2019

@florimondmancaflorimondmanca left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for putting this up!

Comment threadCHANGELOG.md Outdated
Comment threadCHANGELOG.md
@lovelydinosaur

Copy link
Copy Markdown
ContributorAuthor

Updated the release notes on the assumption that we'll merge #692 once approved, and then this, and then release. 👍

@florimondmancaflorimondmanca left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

💯

@lovelydinosaur
lovelydinosaur merged commit 35b7516 into masterDec 29, 2019
@lovelydinosaur
lovelydinosaur deleted the version-0.10.0 branch December 29, 2019 17:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsChanges to the documentation

Development

Successfully merging this pull request may close these issues.

Version 0.10.0

2 participants

@lovelydinosaur@florimondmanca