vitess.io/vitess@v0.16.2/changelog/12.0/12.0.6/changelog.md (about)

     1  # Changelog of Vitess v12.0.6
     2  
     3  ### Bug fixes
     4  #### Query Serving
     5  * Fix AST copying of basic types in release-12.0 [#11053](https://github.com/vitessio/vitess/pull/11053)
     6  * fix: return when instructions are nil in checkThatPlanIsValid [#11070](https://github.com/vitessio/vitess/pull/11070)
     7  #### VReplication
     8  * VStreamer: recompute table plan if a new table is encountered for the same id [#9978](https://github.com/vitessio/vitess/pull/9978)
     9  * VStream API: Fix vtgate memory leaks when context gets cancelled [#10571](https://github.com/vitessio/vitess/pull/10571)
    10  * VStream API: Fix vtgate memory leaks when context gets cancelled [#10923](https://github.com/vitessio/vitess/pull/10923)
    11  ### CI/Build
    12  #### Build/CI
    13  * Fix mariadb102 and mariadb103 tests on release-12.0 [#11025](https://github.com/vitessio/vitess/pull/11025)
    14  * Remove MariaDB 10.2 test from release-12.0 [#11074](https://github.com/vitessio/vitess/pull/11074)
    15  ### Enhancement
    16  #### General
    17  * Upgrade go version to `1.17.13` on `release-12.0` [#11129](https://github.com/vitessio/vitess/pull/11129)
    18  ### Release
    19  #### Documentation
    20  * Addition of the release summary for `v12.0.6` [#11140](https://github.com/vitessio/vitess/pull/11140)
    21  #### General
    22  * Release `v12.0.5` [#10872](https://github.com/vitessio/vitess/pull/10872)
    23  * Include the compose examples in the `do_release` script [#11130](https://github.com/vitessio/vitess/pull/11130)