From eb94da894a816cac1a4eddbaaea9c548f026ed69 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Mon, 11 May 2026 20:03:20 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/generators/go/changelog/2026-05-11.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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