Releases: mindflayer/python-mocket
Releases · mindflayer/python-mocket
First beta version after huge refactor
What's Changed
- Build and publish pure python wheel by @wilhelmklopp in #260
- Refactor absolute imports and remove compat by @mindflayer in #262
- Refactoring and Typing by @betaboon in #261
- Refactor: split modules by @betaboon in #263
- Refactor: introduce state object by @betaboon in #264
- Refactor split socket and ssl socket by @betaboon in #265
- Refactor rename ssl classes by @betaboon in #266
- improve injection code, make backwards compat explicit, make ssl-api explicit by @betaboon in #268
- Refactor introduce recording storage by @betaboon in #274
- Target
make safetest
got broken by @mindflayer in #273
New Contributors
- @wilhelmklopp made their first contribution in #260
- @betaboon made their first contribution in #261
Full Changelog: 3.13.2...3.13.3b1
Introducing `MocketTcpConnector` for when things go wrong with `aiohttp`
What's Changed
- Test the plugin for
pook
separately by @mindflayer in #256 - Refactoring FakeSSLContext by @mindflayer in #257
- Increasing readability of Mocket core by @mindflayer in #258
aiohttp
reuses SSLContext instances created at import-time by @mindflayer in #259
Full Changelog: 3.13.1...3.13.2
Switching to using `puremagic` for identifying MIME types
What's Changed
- No need to keep multiple dirs for tests by @mindflayer in #245
- Back to testing
doctest
by @mindflayer in #246 - Pinning the version of
aiohttp
by @mindflayer in #248 - Test with the official stable Python 3.13 by @mindflayer in #253
- Switching to using
puremagic
for identifying MIME types by @mindflayer in #255
Full Changelog: 3.13.0...3.13.1
3.13.0
3.12.9
3.12.8
3.12.7
What's Changed
- Begin mypy type-checking by @Kilo59 in #229
- Make Mocket work with big requests by @mindflayer in #234
New Contributors
Full Changelog: 3.12.6...3.12.7
3.12.6
What's Changed
- Strict mode check should accept a location as
str
by @mindflayer in #230
Full Changelog: 3.12.5...3.12.6
3.12.5
3.12.4
What's Changed
- When creating true socket connection, use host and port stored in instance variables, not in the Mocket class's variable by @ento in #222
- Switching to Compose v2 by @mindflayer in #223
- Add allowed locations (whitelist) for STRICT mode by @mindflayer (refactoring of #214 from @ento) in #224
Full Changelog: 3.12.3...3.12.4