From fb6733ef53e291abe4c0618ac8b9e39d069b2450 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:51:57 +0000 Subject: [PATCH] copy over changelogs --- .../sdks/overview/go/changelog/2024-09-29.mdx | 3 --- .../sdks/overview/go/changelog/2024-10-25.mdx | 4 ---- .../sdks/overview/go/changelog/2024-10-29.mdx | 7 ------- .../sdks/overview/go/changelog/2025-07-23.mdx | 14 ++++++++++++++ 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 fern/products/sdks/overview/go/changelog/2024-09-29.mdx delete mode 100644 fern/products/sdks/overview/go/changelog/2024-10-25.mdx delete mode 100644 fern/products/sdks/overview/go/changelog/2024-10-29.mdx create mode 100644 fern/products/sdks/overview/go/changelog/2025-07-23.mdx 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. +