Skip to content

Commit 766355d

Browse files
Update changelogs from fern repo (#5245)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent c436526 commit 766355d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

fern/products/sdks/generators/go/changelog/2026-04-29.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.39.1
2+
**`(fix):`** Fix OAuth token endpoint to use application/x-www-form-urlencoded content type.
3+
Per RFC 6749 §4.4.2, the OAuth 2.0 client credentials token request must be
4+
form-encoded. The generated raw_client.go now emits the correct Content-Type
5+
header for the token endpoint instead of application/json.
6+
7+
8+
**`(fix):`** Fix wire test generation for endpoints with service-level base-path parameters.
9+
The wiremock mapping now includes service and root path parameters alongside
10+
endpoint path parameters, so test verification URLs use actual example values
11+
instead of URL-encoded placeholder syntax.
12+
13+
114
## 1.39.0
215
**`(feat):`** Add `retryStatusCodes` config with `"legacy"` and `"recommended"` modes. Legacy (default)
316
preserves current behavior (408, 429, >= 500). Recommended retries only transient

0 commit comments

Comments
 (0)