Skip to content

Commit

Permalink
🌿 ✨ [Scheduled] Upgrade Fern Ruby SDK Generator: (ruby-sdk) (#89)
Browse files Browse the repository at this point in the history
## Upgrading from `0.6.3` to `0.8.2` - Changelog

<dl>
<dd>
<ul>
<strong><code>0.8.2</code></strong>
<li>

<code>fix:</code> The generated endpoint functions no long include
object utilities such as `_field_set` or `additional_properties`.
</li>

<strong><code>0.8.1</code></strong>
<li>

<code>fix:</code> Address serialization issues within iterable types
</li>

<strong><code>0.8.0</code></strong>
<li>

<code>fix:</code> Date snippets now wrap their examples in quotation
marks to correctly use `.parse`
</li>

<strong><code>0.8.0-rc0</code></strong>
<li>

<code>feat:</code> allow users to specify additional dependencies and
dev dependencies for Ruby SDKs.
</li>

<strong><code>0.7.0-rc5</code></strong>
<li>

<code>feat:</code> additional fix for the same issue within 0.7.0-rc4
(regression introduced within the 0.7.0 RCs where the token prefix was
dropped from requests).
</li>
<details>
	<summary><strong>5 additional updates</strong>, see more</summary>

<br/>

	
<strong><code>0.7.0-rc4</code></strong>
<li>

<code>feat:</code> fixes regression introduced within the 0.7.0 RCs
where the token prefix was dropped from requests.
</li>
	
<strong><code>0.7.0-rc3</code></strong>
<li>

<code>fix:</code> Module references are now consistent throughout the
generated SDK, this was a regression in the previous release.
</li>
	
<strong><code>0.7.0-rc2</code></strong>
<li>

<code>feat:</code> the ruby generator now nests types under a type
module to avoid naming conflicts, this is behind a configuration flag
</li>
	
<strong><code>0.7.0-rc1</code></strong>
<li>

<code>feat:</code> Address serialization issues within iterable types
</li>
	
<strong><code>0.7.0-rc0</code></strong>
<li>

<code>feat:</code> Introduce automatic token refresh for OAuth
credentials
</li>
</details></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 853c271 commit 8994ea1
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 @@ -90,7 +90,7 @@ groups:
ruby-sdk:
generators:
- name: fernapi/fern-ruby-sdk
version: 0.6.3
version: 0.8.2
github:
repository: ssoready/ssoready-ruby
mode: pull-request
Expand Down

0 comments on commit 8994ea1

Please sign in to comment.