From a088bb1e754aed2ccfd96918186eb20e412c9990 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:26:09 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/go/changelog/2026-03-16.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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`).