4.18.4
(fix):
Fix requirements.txt generation to properly handle dependency version constraints, ensuring compatibility markers are correctly formatted.
4.18.0
(fix):
Add support for self-hosted mode, allowing users to push generated SDKs to their own GitHub repositories.
This feature enables organizations to maintain private SDK repositories with custom configurations.
4.17.1
(fix):
Fix an issue where response headers
were not available in the strongly typed error classes.
4.18.3
(fix):
Install the generator-cli at build time as a fallback if runtime installation fails.
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.