Skip to content

Releases: mindflayer/python-mocket

Introducing `Mocket.request_list()`

08 Jan 16:52
2fa1adf
Compare
Choose a tag to compare

Use Mocket.request_list() instead of Mocket._requests.

First step for helping spotting misconfigurations

01 Dec 19:00
71ffe67
Compare
Choose a tag to compare
Help the user to spot issues (#166)

* Help to detect `register()` misusage.
* Bump version.
* Improve DeepSource scans.

`Entry.collect` gets smarter

25 Nov 12:28
dbe6109
Compare
Choose a tag to compare

Entry.collect() is now able to tell us (but it does not have to) to skip consuming a response and leave the current socket untouched.

Thanks @ykharko for opening issue #158.

Support for Python 3.10

23 Sep 09:11
3bc4d38
Compare
Choose a tag to compare
3.10.0

Fix for version number

Support for `decorator>=5`

31 Aug 11:02
cdb5111
Compare
Choose a tag to compare

Thanks to @micheles for the hints.

Support for `urllib3==1.26.5`

10 Jun 12:32
9110b9e
Compare
Choose a tag to compare

Thanks to @mmoraleda-smartprotection for opening issue #151 and sharing some hints.

Pinning `decorator<5`

21 May 11:35
a109d33
Compare
Choose a tag to compare

Fix for #148, thanks to @WisdomPill for opening the issue.

Increasing support for `asyncio`

21 Jan 16:40
68af0c1
Compare
Choose a tag to compare

Thanks to @fvigo mocket is now able to deal with asyncio.create_connection() and true non-blocking sockets.

3.9.39: Use MocketSocket as context manager (#141)

15 Jan 16:25
35b08a3
Compare
Choose a tag to compare
  • Adding support for using a socket as a context manager as requested by #139.
  • Closing real socket.
  • Bump version.

Thanks to @fvigo for the contribution.

3.9.38

11 Jan 18:42
bce7cde
Compare
Choose a tag to compare
Update __init__.py