Releases: sanic-org/sanic-testing
Releases · sanic-org/sanic-testing
Version 22.3.1
What's Changed
- Add Python 3.10 classifiers by @ChihweiLHBird in #41
- Allow HTTPX 0.23 by @nshaaban-cPacket in #39
New Contributors
- @ChihweiLHBird made their first contribution in #41
- @nshaaban-cPacket made their first contribution in #39
Full Changelog: v22.3.0...v22.3.1
Version 22.3.0
What's Changed
- Allow HTTPX 0.22 by @eric-spitler in #35
- Bump version and 22.3 by @ahopkins in #36
Full Changelog: v0.8.2...v22.3.0
Version 0.8.2
All instances of setting test_mode
to class variable
Version 0.8.1
#31 Allow redirects to flow thru after upgrade to httpx
Version 0.8.0
Version 0.7.0
- Add a new ReusableClient that can manually be started and stopped to allow multiple requests to be made against a since server instance
- Add support for changes in new signals branch in main repo.
Version 0.7.0 Beta 2
Add support for changes in new signals
branch in main repo.
Version 0.7.0 Beta 1
- Add a new
ReusableClient
that can manually be started and stopped to allow multiple requests to be made against a since server instance
Version 0.6.0
- Add ability to run ipv6 tests from client