0.15.0
(feat):
Support custom package path
0.14.2
(fix):
This updates the PHP generator to better support undiscriminated unions that define one or more optional
types.
With this, the generator unwraps each of the optional types, and includes a |null
variant (e.g. array<string, mixed>|Metadata|null
).
0.14.1
(internal):
Upgrade to IRv57.
0.12.0
(feat):
Add support for discriminated unions.
0.11.0
(feat):
The SDK now supports a bodyProperties
and queryParameters
request option, which can be used to add arbitrary properties to the request. This is useful for interacting with alpha or undocumented functionality.
0.8.0
(feat):
Add automatic pagination support for endpoints that return a paginated response.
Here’s an example of how users can use paginated endpoints:
0.5.2
(fix):
Update the endpoint generator to not require the in-lined request wrapper if it’s only composed of optional properties.
(fix):
Update optional query parameters lists to be generated as an optional array instead of an array of optional values.
0.5.0
(feat):
Add the __toString()
magic method to all generated class types.
0.3.1
(fix):
Improve multiline parameter docs by writing them above the tag, e.g.
0.2.3
(fix):
Updates a variety of properties in the generated composer.json file, including:
- Pin guzzlehttp/guzzle to version ^7.4.
- Custom license support.
- Set
memory-limit
to 1G in theanalyze
script.