This release brings several new features to pyqwest. We always appreciate when users bring up specific use cases that we can better satisfy - special thanks to @mishushakov for driving much of the improvement in this release, thank you!
📈 Enhancements
- Add Proxy class for configurable proxy routing by @mishushakov in #194
- Add httpx-style logging inlined in the HTTP transports by @mishushakov in #197
- Add multipart form support by @mishushakov in #196
🛠️ Bug fixes
- Native classes have been marked
@typing.finalto match their runtime behavior
Full Changelog: v0.7.0...v0.8.0