Skip to content

Change response_of to responses_of, bugfixes

Compare
Choose a tag to compare
@kevin1024 kevin1024 released this 02 Dec 00:49
· 1137 commits to master since this release

Change the response_of method to responses_of since cassettes can now contain more than one response for a request. Since this changes the API, I'm bumping the version. Also includes 2 bugfixes: a better error message when attempting to overwrite a cassette file, and a fix for a bug with requests sessions (thanks @msabramo)