1.0.0-rc34
(fix): Bump IR version which we are dependent on.
1.0.0-rc33
(fix): Fix the to_h method to correctly serialize nested objects while respecting the api_name parameter.
1.0.0-rc32
(feat): Add support for undiscriminated unions in Ruby v2 SDK generator.
The generator now creates proper union type classes for undiscriminated unions that were previously being skipped.
1.0.0-rc31
(fix): Fix deserialization of API responses with non-snake_case field names (e.g., camelCase, PascalCase, SCREAMING_SNAKE_CASE).
The generator now preserves wire format field names via the api_name parameter when generating field definitions.
1.0.0-rc30
(feat): Add support for custom Gemfiles.
1.0.0-rc29
(feat): Add support for API key (header-based) authentication in Ruby SDK generator.
Supports multiple authentication schemes in the same API.
1.0.0-rc28
(fix): Fix gem versioning when building an SDK locally.
1.0.0-rc27
(fix): Upgrade generator-cli dependency to fix local generation handling of .fernignore files.
1.0.0-rc26
(feat): Add support for custom sections in the README.md via customSections config option.
1.0.0-rc25
(fix): Fixes an issue where the generated usage snippets in the README.md was not prioritizing user defined example values over autogenerated example values.
1.0.0-rc24
(fix): Fix reference to the default environment to use SCREAMING_SNAKE_CASE.
1.0.0-rc23
(fix): Properly fall back to default environment if specified.
1.0.0-rc22
(fix): Fix project file to not import non ruby files.
1.0.0-rc21
(fix): Fix missing path parameter references.