File tree Expand file tree Collapse file tree
fern/products/sdks/generators/go/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
316preserves current behavior (408, 429, >= 500). Recommended retries only transient
You can’t perform that action at this time.
0 commit comments