Register Stream V6 storage - #62
Closed
robelest wants to merge 1 commit into
Closed
Conversation
Pin the commit-specific @convex-dev/stream preview and Convex 1.43 floor, then add dormant text stream tables and a typed maintenance runner. Existing PTS storage and public behavior remain unchanged so later producer and reader layers can adopt V6 incrementally without migrating legacy data.
Author
|
Closing because the V6 PTS stack is being completed and reviewed locally before any upstream PRs are opened. |
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.
Stack
1. Stream V6 foundation (this PR)
2. Producer and lifecycle routing
3. Engine-aware bounded reader
4. Browser transport
5. React integration
6. Release certification
Supersedes the corresponding foundation portion of #58 with the current Stream V6 API.
Summary
@convex-dev/streampreview from get-convex/stream#1 at commitd253e4f.textStreamsandtextStreamsEventstables through V6defineStream.This layer deliberately changes no active PTS behavior: existing streams/chunks remain the only storage used by current APIs, no data is migrated, and no producer, reader, client, React, or example path is rerouted yet.
Validation
npm run buildnpm run typechecknpm run test(including schema registration)npm run lint -- --quietnpm ls @convex-dev/stream convex convex-testThe Stream preview itself passed its package build, workspace typecheck, and 169 tests.