v0.2.0
This release adds support for multipart requests, binary responses, improved request handling, and includes various fixes and minor enhancements.
Added
- Enforce body compatibility with request content types.
- Response stream extension.
- Support for binary responses.
- Support for streaming multipart requests.
FilePayloadmodel for file uploads.- Format generated code with black.
- Support for
multipart/form-datain file uploads. - XML request and enhanced Content-Type handling.
- Enhanced Content-Type validation and request preparation.
What's Changed
Full Changelog: v0.1.0...v0.2.0