1.11.1
(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.11.0
(feat):
Add config flag exportAllRequestsAtRoot
, which restructures the repo
such that all request types are exposed through the root-level namespace.
1.10.0
(feat):
Adds setter methods for all objects; these also mark their respective fields as required,
such that you can now specify explicit null values for optional fields.
1.9.0
(feat):
Add config flag gettersPassByValue
, which ensures that GetXYZ() methods on responses
return dereferenced versions of optional arguments that are never nil.
1.8.1
(fix):
Add back support for local filesystem output mode.
1.8.0
(feat):
Retries now check Retry-After
and X-RateLimit-Reset
before defaulting to exponential backoff.
1.7.0
(feat):
Add support for the apiName
, disabledFeatures
, and whiteLabel
readme config options.
1.6.7
(fix):
Removes legacy logic for flat package layout.
1.6.6-rc0
(fix):
Fixes the ignoring of a default for page
in pagination requests.
1.6.5-rc0
(fix):
Fix certain instances of fmt.Sprintf’d values failing to be dereferenced.
1.6.4-rc0
(fix):
Redesign the client to share RequestOptions across all subclients.