docs: blockedReason removed from SDK type (0.11.0), inbound hook retry dedup#30
Open
tuyakhov wants to merge 1 commit into
Open
docs: blockedReason removed from SDK type (0.11.0), inbound hook retry dedup#30tuyakhov wants to merge 1 commit into
tuyakhov wants to merge 1 commit into
Conversation
…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.
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.
Summary
Reviewed all changes merged to
maininsenderkit-appandsenderkit-sdksince the last documentation review. Two changes affect currently-documented behavior:@senderkit/sdk@0.11.0—Message.blockedReasonremoved from the SDK typeThe June 19 changelog entry said the field was retained (always
undefined) on theMessagetype. It has now been removed from the type entirely, so referencing it is a compile-time error, not a silentundefined. 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 entryguides/supabase-auth-emails.mdx— one line added to "Limits and notes"🤖 Generated with Claude Code
Generated by Claude Code