4.17.0
(feat):
Add support for retrieving response headers for each page of paginated responses, instead of just the first page.
4.16.2
(fix):
Fixed an issue introduced in 4.14.0, where bytes
and text
responses were not handled correctly.
4.16.0
(feat):
Add support for retrieving response headers from the generated ApiError
class.
4.14.6
(fix):
Fixed an issue where multipart/form-data content types are now explicitly sent when configured in the API definition.
4.14.5
(fix):
Fixed an issue introduced in 4.14.0, where SSE streaming responses were not yielded correctly.
4.14.3
(fix):
Add support for receiving raw responses from pagination endpoints.
4.14.2
(fix):
Fix an issue where TypedDicts with circular references were not correctly serialized.
This issue only affected users that enabled use_typeddict_requests
.
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.