We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6da5 commit 235cdd4Copy full SHA for 235cdd4
1 file changed
fern/products/sdks/overview/go/changelog/2026-03-16.mdx
@@ -0,0 +1,8 @@
1
+## 1.30.2
2
+**`(fix):`** Fix Basic Auth header not being sent when the username is an empty string.
3
+Per RFC 7617, an empty user-id is valid in Basic Auth (e.g., `:password`).
4
+The condition in `ToHeader()` now uses `||` instead of `&&`, so the
5
+Authorization header is set whenever either the username or password is
6
+non-empty.
7
+
8
0 commit comments