Skip to content

docs: trim the 0.10.0 changelog entry - #54

Merged
rohan-hotdata merged 1 commit into
mainfrom
docs/trim-changelog-0.10.0
Aug 7, 2026
Merged

docs: trim the 0.10.0 changelog entry#54
rohan-hotdata merged 1 commit into
mainfrom
docs/trim-changelog-0.10.0

Conversation

@rohan-hotdata

@rohan-hotdata rohan-hotdata commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Trims the 0.10.0 changelog entry from 46 lines to 6. Docs only — CHANGELOG.md is the single file touched.

The entry was written at the length of a design document, against neighbouring entries of 3–10 lines (0.9.0 = 10, 0.8.0 = 6, 0.7.2 = 3).

Kept: what create_index is, and that it polls the build job because the submit call reports success even when the build later fails — the one genuinely surprising behaviour.

Cut: the metric→distance-function mapping, both vector-index modes, the index_name derivation, the enumerated validation rules, and the verification write-up. All of that already lives in the create_index docstring, CONTRACT.md, and #53.

Also cut: a note about the query planner not using a vector index on a managed database. That describes RuntimeDB's behaviour, not this package's — it did not change in 0.10.0, and nobody would come back to amend this entry when the engine changes. It is being taken to the datafusion-vector-search-ext repo instead, where it can be diagnosed and closed.

Not part of this PR

No version bump, so check-release.py is a no-op and nothing republishes. The GitHub Release body for v0.10.0 has been re-synced from this trimmed entry using scripts/extract-changelog.py, so the two stay byte-identical. The published 0.10.0 sdist keeps its own copy of the longer entry — PyPI artifacts are immutable — and the PyPI page is unaffected either way, since it renders README.md.

@rohan-hotdata
rohan-hotdata requested a review from a team as a code owner August 7, 2026 09:27
@rohan-hotdata
rohan-hotdata requested review from zfarrell and removed request for a team August 7, 2026 09:27
Comment thread CHANGELOG.md Outdated
Comment on lines +21 to +22
- Known issue: a vector index is not yet used by the query planner on a managed
database. Reproduces via the CLI, so it is engine-side; BM25 is unaffected.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: (not blocking) This bullet sits under ### Added, so it reads as "Added: Known issue". The repo otherwise sticks to the Keep a Changelog categories (Added/Changed/Fixed/Removed). Folding it into the create_index bullet as a trailing sentence, or giving it its own ### Known issues subheading, keeps the section headings meaning what they say.

Also, the original wording anchored the observation in time ("when this version was released"); the trimmed present tense ("is not yet used") will silently go stale once the engine fixes it. The dated ## [0.10.0] heading covers this well enough for a changelog, but "as of this release" would make it explicit at no cost in length.

claude[bot]
claude Bot previously approved these changes Aug 7, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs only. Verified the trimmed entry against the source: every claim it makes is accurate, and everything cut is still documented where the PR description says it is — index_name derivation, both vector modes, the metric→distance-function mapping, and the ValueError rules are all in create_index's docstring (hotdata_framework/client.py:478-532) and CONTRACT.md:67. CreateIndexResult is exported (hotdata_framework/init.py:13,47) and listed in the contract surface. One super nit inline.

Note on CI: only "Check release metadata" had reported at review time; the Python 3.12 test job was still pending, so I can't speak to it.

claude[bot]
claude Bot previously approved these changes Aug 7, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prior super nit addressed: the known-issue line is folded into the create_index bullet so ### Added only lists additions, and "as of this release" anchors the observation in time. Docs-only; no further findings.

Comment thread CHANGELOG.md
in the CLI. The build is a background job whose submit call reports success even
when the build later fails, so this polls the job and raises `RuntimeError` with
its error message; `wait=False` returns as soon as the job is accepted. Returns
`CreateIndexResult`, also exported.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: (not blocking) The last commit (86aab61) drops the vector-planner caveat, and after it that limitation is recorded nowhere in the repo. I grepped for it — client.py:67-71 and CONTRACT.md:67 document only the metric mismatch fallback (cosine index vs. l2_distance query), which is a different failure; nothing mentions that a correctly-matched vector index on a managed database still isn't picked up by the planner.

The docstring now reads the other way: client.py:486-487 says vector queries "work without one, but only at full-scan speed", which tells a reader that building the index buys acceleration — the exact expectation the caveat existed to correct.

Two things follow. The PR description still lists "the vector-planner caveat" as one of the three things this entry keeps, so it no longer matches the diff. And if the caveat is going to leave the changelog, the natural home for it is the index_type paragraph in the create_index docstring, next to the full-scan sentence it qualifies — one clause, e.g. "on a managed database the planner does not currently use a vector index, so those queries stay correct but unaccelerated". Trimming the changelog is a fair call; dropping the only record of the limitation is a separate decision, and I don't think it was the intended one.

The entry ran 46 lines for a single added method, against neighbouring
entries of 3-10 (0.9.0 = 10, 0.8.0 = 6, 0.7.2 = 3). Trimmed to 6.

Keeps what a reader scanning the changelog needs: what the method is, and
that it polls the build job because the submit call reports success even
when the build later fails. Everything cut is already documented in the
create_index docstring, CONTRACT.md, and #53.
@rohan-hotdata
rohan-hotdata force-pushed the docs/trim-changelog-0.10.0 branch from 86aab61 to 1b47739 Compare August 7, 2026 09:57

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs-only changelog trim. The remaining entry is accurate against create_index's behaviour (background job, poll-then-raise, wait=False, CreateIndexResult export), the ## [0.10.0] - 2026-08-07 heading and surrounding entries are intact, and no version bump means check-release.py stays a no-op. No blocking issues.

@rohan-hotdata
rohan-hotdata merged commit b95f2a3 into main Aug 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant