-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cherry-pick]fix anchors for release notes and summary (#11578) #11590
Conversation
* fix anchors for release notes and summary Signed-off-by: Rameez Sajwani <[email protected]> * adding # to link Signed-off-by: Rameez Sajwani <[email protected]> Signed-off-by: Rameez Sajwani <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
- [vtctl GetSchema --table-schema-only](#vtctl-getschema--table-schema-only) | ||
- [Support for Additional Compressors and Decompressors During Backup & Restore](#support-for-additional-compressors-and-decompressors-during-backup--restore) | ||
- [Independent OLAP and OLTP Transactional Timeouts](#independant-olap-and-oltp-transactional-timeouts) | ||
- [Support for Specifying Group Information in Calls to VTGate](#support-for-specifying-group-information-in-calls-to-vtgate) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be moved to their own sections or be placed under a Misc
/ Other
section. They are not related to vdiff2.
- [Flags](#flags) | ||
- [VTTablet Flag Deletions](#vttablet-flag-deletions) | ||
- [Vindex Interface](#vindex-interface) | ||
- **[Deprecations](#deprecations)** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's not too late, we could change this to deprecations and removals and also note the removal of all legacy sharding related code: #10278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed via Slack, my comments will be addressed in a follow-up PR.
bookmarks (anchor) for release notes and summary doc are broken. This PR will fix them.
Description
Cherry-pick #11578
Related Issue(s)
Checklist
Deployment Notes