From ca56a114472734cf82198c5af1e8cd0b6348b43c Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Fri, 1 May 2026 02:55:47 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/generators/go/changelog/2026-04-30.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/products/sdks/generators/go/changelog/2026-04-30.mdx diff --git a/fern/products/sdks/generators/go/changelog/2026-04-30.mdx b/fern/products/sdks/generators/go/changelog/2026-04-30.mdx new file mode 100644 index 000000000..4fb7e37bf --- /dev/null +++ b/fern/products/sdks/generators/go/changelog/2026-04-30.mdx @@ -0,0 +1,8 @@ +## 1.39.2 +**`(fix):`** Fix wire test generator using hard-coded `WithToken` for bearer auth +instead of deriving the option function name from the IR token name. +APIs that name their bearer token field something other than `token` +(e.g. `authToken`) now generate the correct option call (e.g. +`option.WithAuthToken`) in both wire tests and README snippets. + +