Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fern/products/sdks/overview/go/changelog/2026-03-16.mdx
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down
Loading