0.8.2

(fix): The generated endpoint functions no long include object utilities such as _field_set or additional_properties.


0.8.1

(fix): Address serialization issues within iterable types

What’s been fixed

  • Nested hash types are recursively resolved in from_json such that they come back as true hashes, as opposed to structs
  • Pass through additional params from request options even if the original request did not have those types of params (ex: query parameters)


0.8.0-rc0

(feat): allow users to specify additional dependencies and dev dependencies for Ruby SDKs.


0.7.0-rc0

(feat): Introduce automatic token refresh for OAuth credentials

What’s new

  • The Ruby SDK now generates an OAuth client to automate token refresh.

What’s been fixed

  • The Ruby SDK now no longer requires users specify literals in method signatures



0.5.0-rc0

(feat): The generated SDK now includes a rakefile to run any tests prefixed with test_ in the test directory

What’s new

  • Consumers of the SDK can now pass in a base URL override into the root client, as well as the request’s RequestOptions

What’s been fixed

  • This PR includes a number of typing annotation and cleanliness/QOL fixes.

0.4.0

(feat): The generated SDK now includes a rakefile to run any tests prefixed with test_ in the test directory

What’s new

  • The generators now create a rakefile to run any tests prefixed with 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.