chore: changeset for unreleased read primitives (minor → 1.1.0)#71
Merged
Conversation
Consolidates the unreleased changes since 1.0.1 into one minor changeset: findByIds (#62), searchByEmbedding (#68), populateEmbedding (#70), and the mongodb search field-parity fix (#63). Also sets onlyUpdatePeerDependentsWhenOutOfRange so the fixed package group resolves to a minor (1.1.0) instead of a major peer-dependency cascade.
Merged
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.
What
Adds the consolidated changeset for everything merged since
1.0.1, plus the changeset-config fix that keeps the release a minor (1.1.0) instead of a major.changeset statusconfirms all four packages bump to 1.1.0:Why one changeset
Per the plan to ship one minor changeset covering the stacked PRs rather than one per PR. The unreleased, changeset-less PRs since
1.0.1are:findByIdsread primitive (feat)search()— CF/PG parity (fix)searchByEmbeddingLocal API method (feat)populateEmbeddingonsearch()/searchByEmbedding()+embeddingtyped onVectorSearchResult/EmbeddingRecord(feat)(#61 cf workers-types refactor and #67/#69 docs are internal/non-user-facing and intentionally omitted from the changeset — say the word if you want #61 noted.)
Config change
.changeset/config.jsongains___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.onlyUpdatePeerDependentsWhenOutOfRange: true. Without it, the four-packagefixedgroup's peer-dependency cascade turns thisminorinto a2.0.0major. With it,changeset statusresolves to1.1.0(verified).No code changes — changeset + config only.