Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@slingamn slingamn released this 04 Feb 02:33
v0.2.0

v0.2.0 is a new release of mureq, incorporating feedback from the Python community and patches from new contributors.

Many thanks to @jammon, @mercutiodesign, and @mikeckennedy for contributing patches, and to everyone who contributed feedback.

API breaks

  • json kwarg now accepts an arbitrary object to be serialized as JSON (matching the Requests behavior), instead of already-serialized JSON

Added

  • Added raise_for_status() and json() methods to the Response type, increasing API compatibility with Requests