We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf87ba6 commit cbe86f9Copy full SHA for cbe86f9
1 file changed
fern/products/sdks/overview/ruby/changelog/2026-03-26.mdx
@@ -0,0 +1,8 @@
1
+## 1.1.4
2
+**`(fix):`** Add Basic Auth support. Previously, the generated client did not
3
+accept username/password constructor parameters and did not set
4
+the `Authorization: Basic <base64>` header on outgoing requests.
5
+The client now accepts username/password keyword arguments and
6
+wires them into the Authorization header automatically.
7
+
8
0 commit comments