v1.12.0 changelog, documentation, and blog post#7
Merged
Conversation
- Add v1.12.0 changelog covering channel storage, umd updates,
memberUpdated/connectionUpdated events, getChannelInfo, and admin APIs
- Add blog post for v1.12.0 release
- Add channel storage docs page with usage guide and examples
- Add server-side channels API docs (GET /channels/{name} and storage)
- Add getInfo channel directive, channelStorageList, getChannelInfo,
channelStorageGet, channelStorageSet client HTTP API endpoints
- Add emitPubSubEvent storage directive and channelStorageUpdated event docs
- Add permissions section to client HTTP API docs
- Improve overview, standard, and presence channel pages
- Remove emojis from doc page titles
Change :::type Title to :::type[Title] for proper Docusaurus markdown admonition syntax.
TTL expirations do not notify WebSocket observers because DynamoDB TTL cleanup can lag up to 48 hours, making it unsuitable for real-time notifications. Recommend scheduled messages or explicit nullification instead.
Document the new scheduleBefore storage key directive for scheduling storage writes for future delivery via WebSocket, Client HTTP API, and server-side publish APIs.
This reverts commit 560b4b1.
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
hotsock.umdUpdate),hotsock.memberUpdated/hotsock.connectionUpdatedevents,getChannelInfoendpoint, and admin channel APIsdocs/channels/storage.mdx) and server-side channels API (docs/server-api/channels.mdx)getInfo,umdUpdate,umdPropagate, storage directives includingemitPubSubEvent), client HTTP API endpoints (channelStorageGet/Set/List,getChannelInfo,umdUpdate), andhotsock.channelStorageUpdated/hotsock.connectionUpdatedpub/sub eventsTest plan
npx docusaurus buildsucceeds