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.
1.6.3
(fix):
Update the dynamic snippet generator to handle list values in the request body.
Previously, it would throw an error.
1.6.2
(feat):
Add support for handling default
s for query parameters.
1.6.1
(feat):
Add reference.md doc generation
1.6.0
(feat):
Add support for specifying a custom subdirectory to generate into.
1.5.8
(fix):
Fix named string literals in undiscriminated unions.
1.5.7-rc0
(fix):
Fix go sse event stream handling.
1.5.6
(chore):
Publishing new version after reverting bad commit that released an rc version 1.5.5-rc0.
1.5.4
(fix):
If enum values contain a slash, the go generator now effectively escapes these and makes sure that the
Go SDK will still compile.
1.5.3
(fix):
Fix a regression where the useReaderForBytesRequest
configuration option was not being respected after 1.5.0
.