Releases: mindflayer/python-mocket
Releases · mindflayer/python-mocket
Introducing `Mocket.request_list()`
Use Mocket.request_list()
instead of Mocket._requests
.
First step for helping spotting misconfigurations
Help the user to spot issues (#166) * Help to detect `register()` misusage. * Bump version. * Improve DeepSource scans.
`Entry.collect` gets smarter
Support for Python 3.10
3.10.0 Fix for version number
Support for `decorator>=5`
Thanks to @micheles for the hints.
Support for `urllib3==1.26.5`
Thanks to @mmoraleda-smartprotection for opening issue #151 and sharing some hints.
Pinning `decorator<5`
Fix for #148, thanks to @WisdomPill for opening the issue.
Increasing support for `asyncio`
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)
3.9.38
Update __init__.py