docs: update spectrum-ts documentation for v11.1.0 - #118
Closed
photon-action-bot[bot] wants to merge 1 commit into
Closed
docs: update spectrum-ts documentation for v11.1.0#118photon-action-bot[bot] wants to merge 1 commit into
photon-action-bot[bot] wants to merge 1 commit into
Conversation
Contributor
|
Superseded by #121 which targets a newer version. |
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.
Documentation Update: spectrum-ts v11.1.0
This PR updates documentation for spectrum-ts based on the v11.1.0 release.
Release Notes
New Features
WhatsApp Business now supports unsending reaction messages. Calling
message.unsend()on a reaction sends Meta’s reaction-removal form.WhatsApp Business reaction removals now come through as portable
unsendcontent, so apps can handle them the same way across providers.asUnsendis also exported from@spectrum-ts/core/authoring.Bug Fixes
WhatsApp Business streams no longer stop when Meta sends a reaction-removal event with an empty emoji. The bad event is mapped or skipped, and later messages keep flowing. ✨
iMessage streams now skip deterministic “poison” events instead of retrying them forever and blocking everything behind them. Retryable mapping errors still retry, so transient gateway issues can recover normally.
iMessage contact-share side effects now run only after a message is successfully converted, avoiding false dedupe burns for skipped events.
Improvement
Version: 11.1.0
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Note
Medium Risk
A six-major-version jump on the docs extraction dependency can change generated types/nav until
docs:generateis re-run and reviewed; runtime app risk is low since this is dev-only.Overview
Bumps the
spectrum-tsdevDependency from 5.2.0 to 11.1.0 and refreshespnpm-lock.yamlso doc generation (docs:generate, Vellum/TypeScript extraction) runs against the v11 API surface.The lockfile shift pulls in
@spectrum-ts/*@11.1.0, newer@photon-ai/otel@3.1.0(optional Undici instrumentation),@photon-ai/advanced-imessage@1.0.0, and@photon-ai/whatsapp-business@0.2.0, while dropping older iMessage paths (@photon-ai/imessage-kit@3.0.0,@parseaple/*).@spectrum-ts/coreno longer lists optional Elysia / Express / Hono peers in the resolved tree.Reviewed by Cursor Bugbot for commit 6fbf2bb. Bugbot is set up for automated code reviews on this repo. Configure here.