Skip to content

docs: update spectrum-ts documentation for v11.1.0 - #118

Closed
photon-action-bot[bot] wants to merge 1 commit into
mainfrom
docs/update-spectrum-ts-v11.1.0
Closed

docs: update spectrum-ts documentation for v11.1.0#118
photon-action-bot[bot] wants to merge 1 commit into
mainfrom
docs/update-spectrum-ts-v11.1.0

Conversation

@photon-action-bot

@photon-action-bot photon-action-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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 unsend content, so apps can handle them the same way across providers. asUnsend is 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

  • Docs were refreshed with generated type references and a new iMessage troubleshooting section for cases where Apple delivers text that differs from what the sender sees.

Version: 11.1.0


🤖 This PR was auto-generated by Claude Code via the update-docs action in buildspace.


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with 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:generate is re-run and reviewed; runtime app risk is low since this is dev-only.

Overview
Bumps the spectrum-ts devDependency from 5.2.0 to 11.1.0 and refreshes pnpm-lock.yaml so 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/core no 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.

@github-actions

Copy link
Copy Markdown
Contributor

Superseded by #121 which targets a newer version.

@github-actions github-actions Bot closed this Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants