diff --git a/fern/products/sdks/overview/go/changelog/2024-09-29.mdx b/fern/products/sdks/overview/go/changelog/2024-09-29.mdx deleted file mode 100644 index 55f4b4282..000000000 --- a/fern/products/sdks/overview/go/changelog/2024-09-29.mdx +++ /dev/null @@ -1,3 +0,0 @@ -## 0.27.0 -**`(feat):`** Add support for SSE (Server-Sent Events) streaming responses. The user-facing interface for streaming responses remains the same between standard HTTP streaming and SSE. - diff --git a/fern/products/sdks/overview/go/changelog/2024-10-25.mdx b/fern/products/sdks/overview/go/changelog/2024-10-25.mdx deleted file mode 100644 index 018ab7ee5..000000000 --- a/fern/products/sdks/overview/go/changelog/2024-10-25.mdx +++ /dev/null @@ -1,4 +0,0 @@ -## 0.28.0 -**`(feat):`** Add support for the exportedClientName configuration, which can be used to customize the generated client name and constructor included in snippets. -Note that this configuration option assumes that the SDK includes a hand-written client constructor defined in the client package. - diff --git a/fern/products/sdks/overview/go/changelog/2024-10-29.mdx b/fern/products/sdks/overview/go/changelog/2024-10-29.mdx deleted file mode 100644 index 43ea2c929..000000000 --- a/fern/products/sdks/overview/go/changelog/2024-10-29.mdx +++ /dev/null @@ -1,7 +0,0 @@ -## 0.28.1 -**`(fix):`** Fix an issue where optional, allow-multiple query parameter snippets were not rendered. - -**`(fix):`** Fix an issue where service headers were not included in the generated in-lined request. - -**`(fix):`** Fix an issue where literal types were included as path parameter arguments. - diff --git a/fern/products/sdks/overview/go/changelog/2025-07-23.mdx b/fern/products/sdks/overview/go/changelog/2025-07-23.mdx new file mode 100644 index 000000000..796814eb5 --- /dev/null +++ b/fern/products/sdks/overview/go/changelog/2025-07-23.mdx @@ -0,0 +1,14 @@ +## 0.28.1 +**`(fix):`** Fix an issue where optional, allow-multiple query parameter snippets were not rendered. + +**`(fix):`** Fix an issue where service headers were not included in the generated in-lined request. + +**`(fix):`** Fix an issue where literal types were included as path parameter arguments. + +## 0.28.0 +**`(feat):`** Add support for the exportedClientName configuration, which can be used to customize the generated client name and constructor included in snippets. +Note that this configuration option assumes that the SDK includes a hand-written client constructor defined in the client package. + +## 0.27.0 +**`(feat):`** Add support for SSE (Server-Sent Events) streaming responses. The user-facing interface for streaming responses remains the same between standard HTTP streaming and SSE. +