You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
4
+
5
+
#### General
6
+
-[ ] Ensure that the Pull Request has a descriptive title.
7
+
-[ ] Ensure there is a link to an issue (except for internal cleanup and flaky test fixes), new features should have an RFC that documents use cases and test cases.
8
+
9
+
#### Tests
10
+
-[ ] Bug fixes should have at least one unit or end-to-end test, enhancement and new features should have a sufficient number of tests.
11
+
12
+
#### Documentation
13
+
-[ ] Apply the `release notes (needs details)` label if users need to know about this change.
14
+
-[ ] New features should be documented.
15
+
-[ ] There should be some code comments as to why things are implemented the way they are.
16
+
-[ ] There should be a comment at the top of each new or modified test to explain what the test does.
17
+
18
+
#### New flags
19
+
-[ ] Is this flag really necessary?
20
+
-[ ] Flag names must be clear and intuitive, use dashes (`-`), and have a clear help text.
21
+
22
+
#### If a workflow is added or modified:
23
+
-[ ] Each item in `Jobs` should be named in order to mark it as `required`.
24
+
-[ ] If the workflow needs to be marked as `required`, the maintainer team must be notified.
25
+
26
+
#### Backward compatibility
27
+
-[ ] Protobuf changes should be wire-compatible.
28
+
-[ ] Changes to `_vt` tables and RPCs need to be backward compatible.
29
+
-[ ] RPC changes should be compatible with vitess-operator
30
+
-[ ] If a flag is removed, then it should also be removed from [vitess-operator](https://github.com/planetscale/vitess-operator) and [arewefastyet](https://github.com/vitessio/arewefastyet), if used there.
31
+
-[ ]`vtctl` command output order should be stable and `awk`-able.
*[release-23.0] fix(backup): propagate file hashes to manifest after retry (#19336) [#19344](https://github.com/vitessio/vitess/pull/19344)
6
+
#### Query Serving
7
+
*[release-23.0] vtgate: defer implicit transaction start until after query planning (#19277) [#19342](https://github.com/vitessio/vitess/pull/19342)
8
+
### CI/Build
9
+
#### Build/CI
10
+
*[release-23.0] Consolidate CI test workflows (#19259) [#19273](https://github.com/vitessio/vitess/pull/19273)
11
+
*[release-23.0] Run tests with gotestsum (#19076) [#19293](https://github.com/vitessio/vitess/pull/19293)
12
+
*[release-23.0] Fix go upgrade tool (#19290) [#19299](https://github.com/vitessio/vitess/pull/19299)
13
+
*[release-23.0] Switch gotestsum output format (#19215) [#19303](https://github.com/vitessio/vitess/pull/19303)
14
+
*[release-23.0] Build boostrap image for local/region example CI (#19310) [#19317](https://github.com/vitessio/vitess/pull/19317)
15
+
*[release-23.0] Don't add "Skip CI" label for Go upgrade PRs (#19307) [#19323](https://github.com/vitessio/vitess/pull/19323)
16
+
*[release-23.0] Explicitly pass local image tags in example CI (#19320) [#19326](https://github.com/vitessio/vitess/pull/19326)
17
+
*[release-23.0] Add lite image build CI job (#19321) [#19330](https://github.com/vitessio/vitess/pull/19330)
18
+
#### Docker
19
+
*[release-23.0] Build bootstrap image locally in ci (#19255) [#19266](https://github.com/vitessio/vitess/pull/19266)
20
+
### Compatibility Bug
21
+
#### VTGate
22
+
*[release-23.0] vtgate: fix handling of session variables on targeted connections (#19318) [#19335](https://github.com/vitessio/vitess/pull/19335)
23
+
### Dependencies
24
+
#### Docker
25
+
*[release-23.0] Upgrade the Golang version to `go1.25.7`[#19304](https://github.com/vitessio/vitess/pull/19304)
26
+
### Enhancement
27
+
#### VTGate
28
+
*[release-23.0] Performance: use `IsSingleShard()` check in `pushDerived` instead of just `engine.EqualUnique` opcode (#18974) [#19346](https://github.com/vitessio/vitess/pull/19346)
29
+
### Release
30
+
#### General
31
+
*[release-23.0] Bump to `v23.0.2-SNAPSHOT` after the `v23.0.1` release [#19288](https://github.com/vitessio/vitess/pull/19288)
32
+
### Testing
33
+
#### Build/CI
34
+
*[release-23.0] Generate race unit tests (#19078) [#19296](https://github.com/vitessio/vitess/pull/19296)
0 commit comments