Skip to content

docs: blockedReason removed from SDK type (0.11.0), inbound hook retry dedup#30

Open
tuyakhov wants to merge 1 commit into
mainfrom
claude/admiring-mendel-ggm8o2
Open

docs: blockedReason removed from SDK type (0.11.0), inbound hook retry dedup#30
tuyakhov wants to merge 1 commit into
mainfrom
claude/admiring-mendel-ggm8o2

Conversation

@tuyakhov

@tuyakhov tuyakhov commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Reviewed all changes merged to main in senderkit-app and senderkit-sdk since the last documentation review. Two changes affect currently-documented behavior:

@senderkit/sdk@0.11.0Message.blockedReason removed from the SDK type

The June 19 changelog entry said the field was retained (always undefined) on the Message type. It has now been removed from the type entirely, so referencing it is a compile-time error, not a silent undefined. Added a changelog entry for this and cross-linked it from the June 19 entry so readers land on the current state.

Inbound hook delivery retries no longer send duplicate emails

A reliability fix means retried deliveries to a SenderKit inbound hook endpoint (e.g. the Supabase auth email hook) are now deduplicated, so a retry no longer results in a duplicate confirmation/magic-link/recovery email. Added a changelog entry and a note in the Supabase auth-emails guide's "Limits and notes" section.

Everything else in the review window

The remaining merged changes in this window were internal signup-abuse mitigations, admin-only tooling, infrastructure/scaling work, and pure refactors — none of which change documented, customer-facing behavior, so no other doc updates were made.

Files changed

  • changelog.mdx — two new entries (SDK 0.11.0 type change; inbound hook retry dedup) + a cross-link from the existing June 19 entry
  • guides/supabase-auth-emails.mdx — one line added to "Limits and notes"

🤖 Generated with Claude Code


Generated by Claude Code

…y dedup

- Add a changelog entry noting Message.blockedReason is now fully removed
  from the SDK type in @senderkit/sdk@0.11.0 / @senderkit/cli@0.6.4, and
  cross-link it from the June 19 entry that first described the field.
- Add a changelog entry + a Supabase auth-emails guide note documenting
  that retried inbound hook deliveries no longer send duplicate emails.
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.

2 participants