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/generators/go/changelog/2026-05-11.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.41.0
**`(feat):`** Add a `With<AuthToken>Func` 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
Expand Down
Loading