4.14.0
(feat):
Add support for receiving raw responses from streaming endpoints.
(feat):
Add support for excluding types from the generated __init__.py
files.
4.12.0
(fix):
Resolve issues with paginated endpoints generating incorrect endpoint return types.
4.11.0
(fix):
Always represent nullable as Optional rather than NotRequired, only use
NotRequired for optional in typeddicts.
4.8.0
(feat):
Add support for inlining path parameters
4.7.0
(feat):
Add support for user-agent header
4.6.0
(feat):
Add support for generating legacy wire tests, and disable them by default. These tests will be restored and improved in the future.
Users can opt-in to generating legacy wire tests by setting the include_legacy_wire_tests
flag to true
in their configuration.
4.5.0
(feat):
Add support for websocket code generation.
4.4.0
(feat):
Add support for raw bytes responses.
4.3.21
(fix):
Fix an issue where the default timeout
was not being respected when a custom httpx_client
was provided.
4.3.20
(fix):
Update formatting across all generated files. There are no behavioral changes, but large diffs are expected.