Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fern/products/sdks/overview/ruby/changelog/2026-03-26.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 1.1.4
**`(fix):`** Add Basic Auth support. Previously, the generated client did not
accept username/password constructor parameters and did not set
the `Authorization: Basic <base64>` header on outgoing requests.
The client now accepts username/password keyword arguments and
wires them into the Authorization header automatically.


Loading