This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Highlights, relay, and chore across a mixed release.
Full changelog
Minor release adding four new platform plugins to the Cloudflare Workers relay.
Highlights
- WhatsApp plugin — Cloud API webhook with HMAC-SHA256 verification and Meta Graph send
- Messenger plugin — same Meta HMAC signing, Facebook Messenger Send API for outbound
- Google Chat plugin — JWT/OIDC inbound verification, optional service-account async reply via the Chat REST API
- Microsoft Teams plugin — Bot Framework inbound, SSRF-hardened auth verification,
adapter.continueConversationAsyncfor server-initiated push - Durable Object hibernation recovery via
getWebSockets()— the relay now survives Worker cold-starts without losing the MulmoClaude WebSocket connection - Subpath exports (
./client,./types) for cleaner downstream imports - Extracted time constants; CodeRabbit / Sourcery review fixes throughout
Breaking changes
None — additive only. Existing LINE + Telegram plugins and the MulmoClaude WebSocket protocol are unchanged.
📦 npm: @mulmobridge/[email protected]
📖 Setup: packages/relay/README.md
What's Changed
- chore: bump client 0.1.2 + mock-server 0.1.1 + relay 0.2.0 by @isamu in https://github.com/receptron/mulmoclaude/pull/626
- feat(relay): add Microsoft Teams platform plugin (#615) by @isamu in https://github.com/receptron/mulmoclaude/pull/618
- docs(relay): document all four webhook platforms + update setup-relay skill by @isamu in https://github.com/receptron/mulmoclaude/pull/605
- feat(relay): add WhatsApp, Messenger, Google Chat webhook plugins by @isamu in https://github.com/receptron/mulmoclaude/pull/591
- update by @isamu in https://github.com/receptron/mulmoclaude/pull/587
- Rename short identifiers in bridge packages by @isamu in https://github.com/receptron/mulmoclaude/pull/549
- feat(relay): add server-side WebSocket client and fix deploy issues by @ystknsh in https://github.com/receptron/mulmoclaude/pull/544
- add .prettierrc by @isamu in https://github.com/receptron/mulmoclaude/pull/540
- refactor: consolidate duplicated utils — 6 patterns (#515) by @isamu in https://github.com/receptron/mulmoclaude/pull/522
- feat: news pipeline notification + concierge prompt (#466) by @isamu in https://github.com/receptron/mulmoclaude/pull/479
- chore: relicense MulmoClaude from AGPL-3.0 to MIT by @snakajima in https://github.com/receptron/mulmoclaude/pull/468
- refactor: relay plugin architecture + tests + developer guide by @isamu in https://github.com/receptron/mulmoclaude/pull/463
Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmobridge/[email protected]...@mulmobridge/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About MulmoClaude
All releases →Related context
Related tools
Earlier breaking changes
- v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.
Beta — feedback welcome: [email protected]