0.8.2
(fix):
The generated endpoint functions no long include object utilities such as _field_set
or additional_properties
.
(fix):
The generated endpoint functions no long include object utilities such as _field_set
or additional_properties
.
(fix):
Address serialization issues within iterable types
hash
types are recursively resolved in from_json
such that they come back as true hashes, as opposed to structs(fix):
Date snippets now wrap their examples in quotation marks to correctly use .parse
(feat):
allow users to specify additional dependencies and dev dependencies for Ruby SDKs.
(feat):
Introduce automatic token refresh for OAuth credentials
(feat):
Generated SDK snippets now leverage the full function module path.
(internal):
The generator now uses the latest FDR SDK
(feat):
The generated SDK now includes a rakefile to run any tests prefixed with test_
in the test
directory
(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.(feat):
Support rubygems output type within generators.yml