[DMS-1194] Document DMS v1.0 Change Queries deferred features for v8.0 release notes#1035
Open
samuellugo-ship-it wants to merge 2 commits into
Open
[DMS-1194] Document DMS v1.0 Change Queries deferred features for v8.0 release notes#1035samuellugo-ship-it wants to merge 2 commits into
samuellugo-ship-it wants to merge 2 commits into
Conversation
2d01caf to
98f01df
Compare
…lease notes Append the proposed v8.0 "What's New" release-note text plus destination and handoff notes to the DMS-1194 design note. The text calls out the deferred Change Queries features (snapshot/Use-Snapshot isolation, no disable option, custom view-based ReadChanges) and the API Publisher --ignoreIsolation guidance, faithful to design-docs/change-queries.md. Release notes are published from the external ed-fi-alliance-oss.github.io repository, so this commit captures the deliverable text in-repo for handoff; applying it to the v8.0 "What's New" page is done in that repo (out of scope). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
98f01df to
e94f6dc
Compare
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
Captures the reviewed DMS v1.0 / Ed-Fi API v8.0 "What's New" release-note text for the Change Queries deferred features as an in-repo handoff artifact, appended to the existing DMS-1194 design note. Documentation only — no runtime, API, ProblemDetails, OpenAPI, authorization, database, or test changes.
Why
DMS v1.0 ships Change Queries but intentionally defers snapshot/read-replica isolation, a way to disable the feature, and custom view-based
ReadChangesauthorization. Operators, Ed-Fi API Publisher users, and implementers must not assume ODS parity in these areas. The v8.0 release notes need to call these out explicitly. Source of truth:reference/design/backend-redesign/design-docs/change-queries.md("Snapshot support is deferred" and "Out of scope").Where the release notes actually live (reviewer: read this first)
This DMS repository has no release-notes/changelog file and no docs-site generator config. The canonical Ed-Fi "What's New" release notes are published from a separate repository:
ed-fi-alliance-oss/ed-fi-alliance-oss.github.ioodsApi_versioned_docs/version-<X>/whats-new/whats-new-in-this-release.md(v8.0 is the "Upcoming" version)Because of that, this PR does not (and cannot) apply the text to the live release notes — that is a follow-up PR in
ed-fi-alliance-oss.github.io, performed by the docs team. This PR captures the reviewed, copy-paste-ready text in version control under the DMS-1194 design note so it is not lost and can be lifted verbatim into the v8.0 page.What to review
change-queries.md:Use-Snapshot, noWarningheader, no snapshot ProblemDetails (lines 1907–1913)--ignoreIsolation=trueoperator guidance (line 1913)Feature DisabledProblemDetails deferred (lines 1108–1112, 1976–1990)ReadChangesunsupported; v8.1 target (lines 1108–1111, 1548)Wording guardrails honored (please sanity-check): Change Queries are not described as disabled/unavailable;
Use-Snapshotis silent-ignore, not an error; noFeature DisabledProblemDetails in v1.0; custom-view auth / snapshots / disable are not promised for v8.0.Proposed release-note text (also in the diff)
Changes
reference/design/backend-redesign/epics/10-update-tracking-change-queries/32-document-v1-release-note-deferrals.md, leaving the original story content intact:.editorconfiginsert_final_newlinecompliance.Verification
git diff --checkclean; single file changed, additions only.Out of scope
Applying the text to
ed-fi-alliance-oss.github.io; any DMS runtime/API/ProblemDetails/OpenAPI/auth/DB/test behavior; implementing snapshot support, a disable flag, or custom view-basedReadChangesauthorization (the v8.1 spikes DMS-1190 / DMS-1191 / DMS-1193).Jira: https://edfi.atlassian.net/browse/DMS-1194
🤖 Generated with Claude Code