Skip to content

Commit 741c4f6

Browse files
chore(typescript): release 3.88.0-rc.0
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 15ea033 commit 741c4f6

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

generators/typescript/sdk/changes/unreleased/invocation-only-dynamic-snippets.yml

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

generators/typescript/sdk/versions.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2+
- version: 3.88.0-rc.0
3+
changelogEntry:
4+
- summary: |
5+
Dynamic snippets can now generate the endpoint invocation on its own (without imports
6+
or client instantiation), so that callers such as documentation code templates can
7+
render a generated SDK call inside code they author themselves. The client variable the
8+
endpoint is invoked on is configurable.
9+
10+
The invocation-only result is a structured object exposing the bare call (`snippet`), the
11+
import block the call requires (`imports`, empty when none), and the generated client class
12+
name (`clientName`), so docs can regenerate the imports and client instantiation and keep
13+
them in sync across SDK renames.
14+
type: feat
15+
createdAt: "2026-08-13"
16+
irVersion: 67
217
- version: 3.87.3
318
changelogEntry:
419
- summary: |

0 commit comments

Comments
 (0)