2.8.0
(feat):
Choose to use pnpm
or yarn
as the package manager for the generated SDK.
Configure this in generators.yml like so:
The default is yarn
.
2.7.0
(feat):
Implement inferred bearer authentication.
2.6.8
(fix):
Export BinaryResponse using export type { BinaryResponse } ...
syntax to fix an issue with the SWC compiler.
2.6.6
(fix):
Requests and responses with no body should not be asserted as JSON in wire tests.
2.6.7
(feat):
Improve logging inside of wire tests for when a JSON body fails to parse to JSON.
2.6.5
(fix):
If an enum wire value is not found, use the first enum value as a fallback.
2.6.4
(fix):
Fix inline types inside of multipart-form requests
2.6.3
(fix):
Include root variables in code snippet generation for client instantiation.
2.6.2
(chore):
Update form-data version to 4.0.4 to avoid vulnerability.
2.6.1
(chore):
Add additional query string parameters section to the generated README.md file.
2.6.0
(feat):
Users can now pass in queryParams
as part of the request options.
2.5.1
(chore):
Update README.md generation to be more accurate