v1.13.0 documentation, changelog, blog post, and homepage updates#10
Merged
Conversation
reactions don't emit hotsock.messageReactionAdded/Removed events to SNS/EventBridge. they go through the standard hotsock.messagePublished path with event=hotsock.messageReaction in the metadata, and are gated by emitPubSubEvent like any other message (always true on the websocket path, customer-controlled on the http path).
reactions are still in the v1.13.2 binary but need more time to bake before they're publicly documented. all docs, changelog entries, blog post, and homepage references removed for now.
…, history, pub/sub
Reactions are ready. Key differences from the previous iteration:
- react directive accepts true, false, or an array of allowed values
- pub/sub events (hotsock.messageReactionAdded/Removed) are emitted
from the DynamoDB stream processor post-commit, gated by emitPubSubEvent
- TTL-driven reaction deletes don't emit messageReactionRemoved
- pub/sub data shape: {channel, messageId, id, reaction, uid, umd, createdAt, expiresAt}
with dataType "messageReaction"
- metadata: {channel, reaction, trigger, connectionId?, sourceIp?, userAgent?}
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
reactdirective documentation to claims (boolean or array-of-strings form),expandReactionsonlistMessages, andconnection/listReactionsendpoint to the Client HTTP API docs.hotsock.messageReactionAdded,hotsock.messageReactionRemoved,hotsock.memberAdded,hotsock.memberRemoved, andhotsock.memberUpdatedpub/sub event documentation.heartbeatTimeoutclaim and uncomment thehotsock.heartbeatsection in keep-alive docs.Test plan
npm run buildpasses