We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f1334 commit c6b6795Copy full SHA for c6b6795
1 file changed
fern/products/sdks/generators/go/changelog/2026-04-30.mdx
@@ -0,0 +1,8 @@
1
+## 1.39.2
2
+**`(fix):`** Fix wire test generator using hard-coded `WithToken` for bearer auth
3
+instead of deriving the option function name from the IR token name.
4
+APIs that name their bearer token field something other than `token`
5
+(e.g. `authToken`) now generate the correct option call (e.g.
6
+`option.WithAuthToken`) in both wire tests and README snippets.
7
+
8
0 commit comments