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 e896f10 commit ff7af3bCopy full SHA for ff7af3b
1 file changed
fern/products/sdks/overview/go/changelog/2026-03-16.mdx
@@ -1,3 +1,9 @@
1
+## 1.30.3
2
+**`(fix):`** Use `any` instead of `interface{}` for unknown type schemas. Since Go 1.18+,
3
+`any` is the idiomatic alias for `interface{}`. This is a purely cosmetic
4
+modernization with no behavioral change.
5
+
6
7
## 1.30.2
8
**`(fix):`** Fix Basic Auth header not being sent when the username is an empty string.
9
Per RFC 7617, an empty user-id is valid in Basic Auth (e.g., `:password`).
0 commit comments