Releases: pnuckowski/aioresponses
Releases · pnuckowski/aioresponses
0.7.4
0.7.3
Merge pull request #200 from marcinsulikowski/allow-binary-bodies Support binary bodies in responses
0.7.2: Merge pull request #186 from pnuckowski/bugfix/version-parsing
Fixed version parsing
Release 0.5.0
- Support repeated executions of mocked requests
- added
timeout
argument to easier test timeouts - use
yaml.URL
as a main url type - regexp support
- RequestMatch object does not hold the response object
Other small changes
- rename
MockedResponse
intoRequestMatch
method_call
->RequestCall
_responses
->_matches
- correct type hints in core use
StrictVersion
in version comparison - simplify matching
- add aiohttp 3.4 to tox
- Add pytest fixture example
- add missing builds in travis
Release 0.4.2
Merge pull request #98 from decaz/feature/fix-aiohttp-client-response Fix building response with aiohttp==3.3.0
Release 0.4.1
- support for aiohttp 3.1.x
Release 0.4.0
- Added support for aiohttp 3.x and dropped support for aiohttp 1.x
0.3.2: Merge pull request #85 from alukach/patch-1
Don't print aiohttp version
Release 0.3.1
Merge pull request #82 from pnuckowski/feature/aiohttp-2_3 fix tests for aiohttp 1.0.x and do not run tests on "master" branch.
Release 0.3.0
Merge pull request #78 from onna/master url can be a URL object