changelog/tooling/templates/release-notes-template.md
This report documents all public-facing API changes, flag modifications, metric additions/removals, and parser enhancements that were merged into Vitess vX.X.X. Based on analysis of XXX pull requests from the vX.X milestone.
| Component | Flag Name | Type | Description | PR |
|---|---|---|---|---|
| component | --flag-name | type | Description of what the flag does | #XXXXX |
| Component | Flag Name | Change Type | Was Deprecated In | Deletion/Deprecation PR |
|---|---|---|---|---|
| component | --old-flag | DEPRECATED | vX.X.X | #XXXXX |
| component | --removed-flag | DELETED | vX.X.X | #XXXXX |
| Name | Dimensions | Description | PR |
|---|---|---|---|
metric_name | dimension1, dimension2 | What this metric measures | #XXXXX |
| Name | Dimensions | Description | PR |
|---|---|---|---|
metric_name | dimension1 | What this metric measures | #XXXXX |
| Component | Metric Name | Change Type | Description | PR |
|---|---|---|---|---|
| component | old_metric | DELETED | Reason for removal | #XXXXX |
| component | modified_metric | MODIFIED | How behavior changed | #XXXXX |
| Component | API Name | Type | Description | PR |
|---|---|---|---|---|
| component | NewEndpoint | gRPC | What the API does | #XXXXX |
| Feature | Description | PR |
|---|---|---|
| SQL syntax | New syntax or compatibility improvement | #XXXXX |
| Change | Description | Impact | PR |
|---|---|---|---|
| Behavior change | How query planning was modified | High/Medium/Low | #XXXXX |
Description of new feature and its impact.
Added in: #XXXXX
Generated from analysis of all vX.X milestone pull requests