Skip to content

Releases: pnuckowski/aioresponses

0.7.4

14 Dec 00:03
f330e71
Compare
Choose a tag to compare
Merge pull request #227 from pnuckowski/restore-tests

bump py36 to ubuntu 20.04

0.7.3

14 Dec 00:03
9303268
Compare
Choose a tag to compare
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

13 Apr 12:29
ceab0a5
Compare
Choose a tag to compare

Release 0.5.0

29 Oct 20:37
589cf62
Compare
Choose a tag to compare
  • 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 into RequestMatch 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

06 Jun 07:48
8b594ff
Compare
Choose a tag to compare
Merge pull request #98 from decaz/feature/fix-aiohttp-client-response

Fix building response with aiohttp==3.3.0

Release 0.4.1

27 Mar 20:23
Compare
Choose a tag to compare
  • support for aiohttp 3.1.x

Release 0.4.0

17 Feb 10:03
d73c265
Compare
Choose a tag to compare
  • Added support for aiohttp 3.x and dropped support for aiohttp 1.x

0.3.2: Merge pull request #85 from alukach/patch-1

07 Feb 14:32
b16392d
Compare
Choose a tag to compare

Release 0.3.1

19 Dec 12:35
809907d
Compare
Choose a tag to compare
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

27 Sep 18:08
Compare
Choose a tag to compare
Merge pull request #78 from onna/master

url can be a URL object