Skip to content

Commit 54bf722

Browse files
Update changelogs from fern repo (#4615)
Co-authored-by: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com>
1 parent dc4c674 commit 54bf722

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 1.1.7
2+
**`(fix):`** Add explicit `base64` gem dependency for APIs using Basic Auth.
3+
The gemspec now conditionally includes `spec.add_dependency "base64"`
4+
when the API definition contains a basic auth scheme, ensuring the
5+
`Base64.strict_encode64` call in the generated client works on all
6+
Ruby versions where `base64` is a bundled gem.
7+
8+

0 commit comments

Comments
 (0)