Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌿 ✨ [Scheduled] Upgrade Fern Go SDK Generator: (
go-sdk
) (#87)
## Upgrading from `0.28.0` to `0.30.0` - Changelog <dl> <dd> <ul> <strong><code>0.30.0</code></strong> <li> <code>feat:</code> Add support for nil-safe getter methods. Callers can more easily access nested properties by chaining together getter method calls instead of a long series of `!= nil` checks. </li> <strong><code>0.29.0</code></strong> <li> <code>feat:</code> All SDKs now include an exported `FileParam` type that can be used to configure the `Content-Type` of file upload properties. </li> <li> <code>fix:</code> Resolves an issue where multipart/form-data lists were incorrectly serialized as JSON. They are now added as individual parts. </li> <li> <code>internal:</code> Refactor file upload endpoint generation with the new `core.MultipartWriter`. This significantly improves the aesthetics of the generated code. </li> <strong><code>0.28.3</code></strong> <li> <code>internal:</code> Upgrade to IRv53. </li> <strong><code>0.28.2</code></strong> <li> <code>fix:</code> Fix an issue where undiscriminated unions were not round-trippable whenever the union is the zero value of the type (e.g. `0` for `int`). </li> <strong><code>0.28.1</code></strong> <li> <code>fix:</code> Fix an issue where optional, allow-multiple query parameter snippets were not rendered. </li> <li> <code>fix:</code> Fix an issue where service headers were not included in the generated in-lined request. </li> <li> <code>fix:</code> Fix an issue where literal types were included as path parameter arguments. </li> </ul> </dd> </dl> Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
- Loading branch information