STABILITY: promote 13 packages experimental → mostly stable - #51
Open
pequalsnp wants to merge 1 commit into
Open
STABILITY: promote 13 packages experimental → mostly stable#51pequalsnp wants to merge 1 commit into
pequalsnp wants to merge 1 commit into
Conversation
The recent v1-prep waves closed every STABILITY row tracked against
this batch (Valkey-Bloom, Kafka DLQ + per-partition concurrency aside,
admin auth, Parquet replay, typed-client parity, codegen lifts).
Their notes columns no longer carry an open sharp edge, and the
underlying feature surface is exercised by either integration tests
under test/integration/ or e2e tests under test/e2e/.
Holdouts:
- pkg/source/kafka — per-partition concurrency is fresh; needs soak.
- pkg/exec/processor + pkg/exec/lambda/{kinesis,dynamodbstreams,sqs}
— processor's docstring ties its stability to the Lambda runtimes,
which haven't been exercised against real (non-local) AWS yet.
Promote the four together after the real-AWS soak.
- snapshot/mongo + snapshot/dynamodb — open sharp edges.
- monoid/sketch/* — cross-runtime encoding portability not yet proven.
- projection + observability/autoscale — too new.
- pipeline + murmur — author-flagged "expect renames before v1."
- exec/batch/sparkconnect — replace-directive gotcha.
- cmd/murmur-ui — explicitly demo-grade.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Promoted
pkg/state/dynamodb,pkg/state/valkeypkg/exec/streaming,pkg/exec/bootstrap,pkg/exec/replaypkg/source/snapshot/jsonl,pkg/source/snapshot/s3pkg/replay/s3pkg/query/grpc,pkg/query/typedpkg/adminpkg/monoid/composecmd/murmur-codegen-typedHeld back on purpose
pkg/source/kafka— per-partition concurrency is fresh, needs soak.pkg/exec/processor+pkg/exec/lambda/{kinesis,dynamodbstreams,sqs}— processor's docstring ties its stability to the Lambda runtimes, which haven't been exercised against real (non-local) AWS yet. Promote the four together post real-AWS soak.pkg/source/snapshot/mongo,pkg/source/snapshot/dynamodb— open sharp edges still documented.pkg/monoid/sketch/{hll,topk,bloom}— cross-runtime encoding portability not yet proven.pkg/projection,pkg/observability/autoscale— too new.pkg/pipeline,pkg/murmur— author-flagged "expect renames before v1."pkg/exec/batch/sparkconnect—replace-directive gotcha.cmd/murmur-ui— explicitly demo-grade.Test plan
golangci-lint/ unit / integration shouldn't care).🤖 Generated with Claude Code