Skip to content

Releases: slingamn/mureq

v0.2.0

04 Feb 02:33
v0.2.0
Compare
Choose a tag to compare

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

v0.1.0

17 Jan 06:43
v0.1.0
Compare
Choose a tag to compare

mureq v0.1.0 is the initial release of mureq.