Skip to content

Commit 9bd32b4

Browse files
authored
Copy over changelogs from fern repo (#148)
1 parent 0b2ed97 commit 9bd32b4

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

fern/products/sdks/overview/go/changelog/2024-09-29.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

fern/products/sdks/overview/go/changelog/2024-10-25.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

fern/products/sdks/overview/go/changelog/2024-10-29.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.28.1
2+
**`(fix):`** Fix an issue where optional, allow-multiple query parameter snippets were not rendered.
3+
4+
**`(fix):`** Fix an issue where service headers were not included in the generated in-lined request.
5+
6+
**`(fix):`** Fix an issue where literal types were included as path parameter arguments.
7+
8+
## 0.28.0
9+
**`(feat):`** Add support for the exportedClientName configuration, which can be used to customize the generated client name and constructor included in snippets.
10+
Note that this configuration option assumes that the SDK includes a hand-written client constructor defined in the client package.
11+
12+
## 0.27.0
13+
**`(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.
14+

0 commit comments

Comments
 (0)