0.59.4
(fix):
Enhance OpenAPI -> IR conversion to properly handle default values in schemas. The converter now correctly extracts
and preserves default values from OpenAPI schemas, ensuring they are properly represented in the generated SDKs.
This improvement allows API providers to specify meaningful defaults that will be respected in client implementations.
0.59.3
(fix):
Improve OpenRPC importer to generate more unique schema IDs for request parameters by combining method name,
“Param” keyword, and parameter name. This prevents naming conflicts when different methods have parameters
with the same name, resulting in more reliable and consistent type generation in the SDKs.