docs: prepare v1.4.0 evolution API release - #248
Conversation
|
@copilot review |
There was a problem hiding this comment.
Pull request overview
This PR updates release documentation for the newly merged public schema package surface, specifically adding/expanding documentation for the typed schema-evolution DDL API and recording the change in the Unreleased changelog for the upcoming v1.4.0 release.
Changes:
- Documented the public schema-evolution API (typed operations, capability reporting, and batch execution contract) in
docs/public-ddl-api.md. - Added an Unreleased changelog entry describing the public schema-evolution DDL API and its compatibility characteristics.
- Corrected/clarified downstream minimum Go version expectations for consuming the module.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/public-ddl-api.md | Adds a new “Schema evolution” section describing the public evolution API, its typed unsupported behavior, and batch execution contract. |
| CHANGELOG.md | Adds an Unreleased “Added” entry announcing the public schema-evolution DDL API and noting the renderer version bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Addressed both issues from the review in commit
|
|
@copilot review |
The PR is clean. Both issues from the earlier automated review are resolved in
No new issues found. |
Summary
Release scope
This PR prepares release documentation only. It does not tag or publish v1.4.0.
Validation
go test ./...go build -trimpath -o /private/tmp/smt-v1.4.0-docs ./cmd/smtgit diff --check