Skip to content

Commit 4c31482

Browse files
authored
docs(external-storage): mark the TypeScript page as Pre-release (#5008)
External Storage is Public Preview overall, but the TypeScript implementation is not there yet, so the TypeScript page should not inherit the shared stage. Use the type prop rather than featureName. getResolvedType checks FEATURE_RELEASE_TYPES[featureName] before type, so a featureName of externalStorage would keep winning and the override would be silently ignored. Dropping featureName lets type apply, which is how the serverless Worker pages already handle a per-page stage. Go, Python, and the encyclopedia page keep featureName and stay Public Preview.
1 parent cd65bc4 commit 4c31482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/typescript/best-practices/data-handling/external-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Offload large payloads to external storage using the claim check pa
1212

1313
import { ReleaseNoteHeader } from '@site/src/components';
1414

15-
<ReleaseNoteHeader featureName="externalStorage">
15+
<ReleaseNoteHeader type="prerelease">
1616
APIs and configuration may change before General Availability. Join the
1717
[#large-payloads Slack channel](https://temporalio.slack.com/archives/C09VA2DE15Y) to provide feedback or ask for
1818
help.

0 commit comments

Comments
 (0)