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()
andjson()
methods to theResponse
type, increasing API compatibility with Requests