(feat): additional fix for the same issue within 0.7.0-rc4 (regression introduced within the 0.7.0 RCs where the token prefix was dropped from requests).
(feat): fixes regression introduced within the 0.7.0 RCs where the token prefix was dropped from requests.
(fix): Module references are now consistent throughout the generated SDK, this was a regression in the previous release.
(feat): the ruby generator now nests types under a type module to avoid naming conflicts, this is behind a configuration flag
(feat): Address serialization issues within iterable types
(internal): Release Generator
(internal): Improve logging within the Ruby generator
(fix): fix regression where sometimes the parsed_json variable would not be instantiated, and so there’d be a nil ref in the generated code
(feat): Introduce code snippets and examples for Ruby SDKs
(fix): Call JSON.parse prior to iterating through an iterable response
(feat): The generated SDK now includes a rakefile to run any tests prefixed with test_ in the test directory
test_ in the test directory. A step is also added to CI to run these test. The dummy test now running also provides a sanity check on the health of the build of the gem, even if no tests are added given the gem is imported.