refactor(typescript): update /develop/typescript to restructure info#4179
Merged
flippedcoder merged 22 commits intomm/restructure-sdk-contentfrom Mar 27, 2026
Merged
refactor(typescript): update /develop/typescript to restructure info#4179flippedcoder merged 22 commits intomm/restructure-sdk-contentfrom
flippedcoder merged 22 commits intomm/restructure-sdk-contentfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
a406bc5 to
7cfa9a8
Compare
7cfa9a8 to
c22e1c1
Compare
81de832 to
1eacc9b
Compare
1eacc9b to
6bbfd3c
Compare
6bbfd3c to
a6c0a28
Compare
a6c0a28 to
f4c60a8
Compare
f4c60a8 to
49899be
Compare
49899be to
5727a6d
Compare
2f328e8 to
42583d3
Compare
42583d3 to
b849811
Compare
* fix(task queues): updated pricing info for fairness * chore(task queues): clean up based on feedback
* Clarify message idempotency section * v2 * v3 * Apply suggestion from @flippedcoder * Apply suggestion from @flippedcoder --------- Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com>
…nd workflow IDs (#4301) * Strengthen Search Attribute guidance on sensitive data and PII Elevate the existing note about unencrypted Search Attributes to a caution admonition with expanded guidance covering both attribute names and values. Add reasoning about compliance risk (GDPR, HIPAA, SOC 2) and recommend using opaque identifiers instead. Cross-reference the warning from the Default Search Attributes section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * drop line about hashing * drop heavy handed redirect * Add sensitive data warning to Workflow Id documentation Workflow Ids and other user-defined identifiers (Workflow Type, Task Queue, Activity, Signal/Query/Update names) are stored in plain text and bypass the Payload Codec. Add a caution admonition warning against using PII directly as a Workflow Id, with compliance reasoning (GDPR, HIPAA, SOC 2). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add admonition in custom search attribute section in visibility * docs: use more specific anchors --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Lenny Chen <lenny.chen@temporal.io>
df0af86 to
b1ad20b
Compare
lennessyy
approved these changes
Mar 24, 2026
|
|
ab6996c
into
mm/restructure-sdk-content
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This refactors the
/develop/typescriptsection of the docs to change how we organized content.activities,client,nexus,workflows,workers, andbest practicessub-sectionscore-applicationspage into multiple pages that are distributed to the above sub-sectionsNotes to reviewers
┆Attachments: EDU-5874 refactor(typescript): update /develop/typescript to restructure info