Skip to content

Commit

Permalink
🌿 ✨ [Scheduled] Upgrade Fern Go SDK Generator: (go-sdk) (#87)
Browse files Browse the repository at this point in the history
## 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
fern-api[bot] authored Nov 14, 2024
1 parent e84d3dc commit 853c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ groups:
go-sdk:
generators:
- name: fernapi/fern-go-sdk
version: 0.28.0
version: 0.30.0
github:
repository: ssoready/ssoready-go
mode: pull-request
Expand Down

0 comments on commit 853c271

Please sign in to comment.