Skip to content

Commit afd2708

Browse files
authored
Update changelogs from fern repo (#3328)
1 parent c15bddf commit afd2708

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fern/products/sdks/overview/ruby/changelog/2026-01-28.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.0.0-rc84
2+
**`(fix):`** Fix packageName being incorrectly used for folder/module naming. The packageName from
3+
publish config (e.g., output.publish.rubygems.packageName) is now only used for the
4+
gemspec spec.name field, not for folder structure or Ruby module names. This fixes
5+
issues where gems with special characters in their package name (e.g., "square.rb")
6+
would have incorrect folder structures (lib/square_rb/ instead of lib/square/) and
7+
normalized gemspec names. The folder and module naming now correctly uses only the
8+
custom config moduleName option or the organization name as fallback.
9+
10+
11+
**`(fix):`** Fix organization names with digits (e.g., "auth0") being incorrectly transformed to
12+
"auth_0" in folder names. The snake_case transformation now preserves letter-digit
13+
sequences, so "auth0" stays "auth0" and "OAuth2" becomes "oauth2" instead of "o_auth_2".
14+
15+
116
## 1.0.0-rc83
217
**`(fix):`** Fix request body serialization bug where path/query/header parameters were incorrectly
318
serialized as nil values in the request body. For endpoints with inlined request bodies

0 commit comments

Comments
 (0)