diff --git a/fern/pages/changelogs/go-sdk/2024-11-18.mdx b/fern/pages/changelogs/go-sdk/2024-11-18.mdx index e01066fab48..4aebd9bb3cf 100644 --- a/fern/pages/changelogs/go-sdk/2024-11-18.mdx +++ b/fern/pages/changelogs/go-sdk/2024-11-18.mdx @@ -1,7 +1,3 @@ -## 0.32.0 -**`(feat):`** Add support for the `inlineFileProperties` configuration option, which generates file properties in the generated request type instead of as separate positional parameters. - -**`(fix):`** Fixes an issue where the new `core.MultipartWriter` was generated for SDKs that didn't define any file upload endpoints. - -**`(internal):`** Simplify the generated code from the new `core.MultipartWriter` introduced in 0.29.0 by refactoring `internal.WithMultipartContentType` as `internal.WithDefaultContentType`. +## 0.31.3 +**`(fix):`** Updates the retrier to stop retrying on `409 Conflict` HTTP status codes by default.