diff --git a/fern/products/sdks/overview/go/changelog/2026-03-16.mdx b/fern/products/sdks/overview/go/changelog/2026-03-16.mdx index c7952b7f0a..4dcf7bab0b 100644 --- a/fern/products/sdks/overview/go/changelog/2026-03-16.mdx +++ b/fern/products/sdks/overview/go/changelog/2026-03-16.mdx @@ -1,3 +1,9 @@ +## 1.30.3 +**`(fix):`** Use `any` instead of `interface{}` for unknown type schemas. Since Go 1.18+, +`any` is the idiomatic alias for `interface{}`. This is a purely cosmetic +modernization with no behavioral change. + + ## 1.30.2 **`(fix):`** Fix Basic Auth header not being sent when the username is an empty string. Per RFC 7617, an empty user-id is valid in Basic Auth (e.g., `:password`).