diff --git a/fern/products/sdks/generators/go/changelog/2026-05-11.mdx b/fern/products/sdks/generators/go/changelog/2026-05-11.mdx index c5a69912d..cfbab0d6b 100644 --- a/fern/products/sdks/generators/go/changelog/2026-05-11.mdx +++ b/fern/products/sdks/generators/go/changelog/2026-05-11.mdx @@ -1,3 +1,9 @@ +## 1.41.0 +**`(feat):`** Add a `WithFunc` option for bearer auth that accepts a `func() (string, error)` callable. +The callable is evaluated at request time when no static token is set, matching the callable +auth behavior available in the Python and TypeScript SDK generators. + + ## 1.40.4 **`(chore):`** Bump the Go SDK and Go model generator containers' Node base image from `node:22.22-alpine3.23` to `node:24.15-alpine3.23`. Aligns the generators