vitess.io/vitess@v0.16.2/changelog/13.0/13.0.2/changelog.md (about) 1 # Changelog of Vitess v13.0.2 2 3 ### Bug fixes 4 #### Build/CI 5 * Make go version check reliable by using double brackets [#10126](https://github.com/vitessio/vitess/pull/10126) 6 * Fixed the release notes CI check helper [#10574](https://github.com/vitessio/vitess/pull/10574) 7 #### Query Serving 8 * Backport: Only start SQL thread temporarily to WaitForPosition if needed [#10123](https://github.com/vitessio/vitess/pull/10123) 9 * Do not mutate replication state in WaitSourcePos and ignore tablets with SQL_Thread stopped in ERS [#10148](https://github.com/vitessio/vitess/pull/10148) 10 * Fix for empty results when no shards can be found to route to [#10187](https://github.com/vitessio/vitess/pull/10187) 11 * Fix for empty results when no shards can be found to route to [R13, v3] [#10202](https://github.com/vitessio/vitess/pull/10202) 12 * plancache: Lazy sysvar planner functions [#10248](https://github.com/vitessio/vitess/pull/10248) 13 * Do not cache plans that are invalid because of `--no_scatter` [#10283](https://github.com/vitessio/vitess/pull/10283) 14 * Backport R13: concatenate engine primitive [#10343](https://github.com/vitessio/vitess/pull/10343) 15 * BugFix: Keep predicates in join when pushing new ones [#10715](https://github.com/vitessio/vitess/pull/10715) 16 #### VReplication 17 * VStream API: Fix vtgate memory leaks when context gets cancelled [#10571](https://github.com/vitessio/vitess/pull/10571) 18 #### vtexplain 19 * fix: check that all keyspaces loaded successfully before using them [#10396](https://github.com/vitessio/vitess/pull/10396) 20 ### CI/Build 21 #### Build/CI 22 * Fix upgrade-downgrade build on `release-13.0` [#10503](https://github.com/vitessio/vitess/pull/10503) 23 * Take into account `github.ref` when doing upgrade-downgrade tests [#10504](https://github.com/vitessio/vitess/pull/10504) 24 * Remove the review checklist workflow [#10656](https://github.com/vitessio/vitess/pull/10656) 25 #### General 26 * Upgrade to `go1.17.11` on release-13.0 branch [#10461](https://github.com/vitessio/vitess/pull/10461) 27 * Upgrade to `go1.17.12` [#10707](https://github.com/vitessio/vitess/pull/10707) 28 #### Governance 29 * Update the comment for review checklist with an item for CI workflows [#10471](https://github.com/vitessio/vitess/pull/10471) 30 ### Regression 31 #### Query Serving 32 * [13.0] partial dml execution logic enhancement [#10284](https://github.com/vitessio/vitess/pull/10284) 33 ### Release 34 #### Build/CI 35 * Rework how the `release notes` labels are handled by the CI [#10508](https://github.com/vitessio/vitess/pull/10508) 36 * Rework the generation of the release notes [#10510](https://github.com/vitessio/vitess/pull/10510) 37 #### General 38 * Release 13.0.1 [#10096](https://github.com/vitessio/vitess/pull/10096) 39 * [13] Release summary 13.0.2 [#10820](https://github.com/vitessio/vitess/pull/10820) 40 ### Testing 41 #### Query Serving 42 * Flaky test fix: TestFoundRows [#10222](https://github.com/vitessio/vitess/pull/10222) 43 * unit test: fix mysql tests to run on MacOS [#10613](https://github.com/vitessio/vitess/pull/10613) 44 #### web UI 45 * Fixing flaky vtctld2 web test [#10541](https://github.com/vitessio/vitess/pull/10541)