Skip to content

v0.2.0

Choose a tag to compare

@flusflas flusflas released this 24 Jul 18:51
· 43 commits to main since this release
f0e2e6e

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.
  • FilePayload model for file uploads.
  • Format generated code with black.
  • Support for multipart/form-data in 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