vitess.io/vitess@v0.16.2/changelog/13.0/13.0.3/changelog.md (about)

     1  # Changelog of Vitess v13.0.3
     2  
     3  ### Bug fixes
     4  #### Backup and Restore
     5  * BugFix: Using backups from v14 should work with v13 [#10917](https://github.com/vitessio/vitess/pull/10917)
     6  #### Query Serving
     7  * Only use the special NoRoute handling mode when needed [#11020](https://github.com/vitessio/vitess/pull/11020)
     8  * Fix AST copying of basic types in release-13.0 [#11052](https://github.com/vitessio/vitess/pull/11052)
     9  * fix: return when instructions are nil in checkThatPlanIsValid [#11070](https://github.com/vitessio/vitess/pull/11070)
    10  #### VReplication
    11  * VStreamer: recompute table plan if a new table is encountered for the same id [#9978](https://github.com/vitessio/vitess/pull/9978)
    12  ### CI/Build
    13  #### Backup and Restore
    14  * Backport: Pin MySQL at 8.0.29 for upgrade/downgrade manual backup test [#10922](https://github.com/vitessio/vitess/pull/10922)
    15  #### Build/CI
    16  * Add more robust go version handling [#11001](https://github.com/vitessio/vitess/pull/11001)
    17  * Fix mariadb103 ci [#11015](https://github.com/vitessio/vitess/pull/11015)
    18  * Add upgrade-downgrade tests for next releases (release-13.0) [#11040](https://github.com/vitessio/vitess/pull/11040)
    19  * Remove MariaDB 10.2 test from release-13.0 [#11073](https://github.com/vitessio/vitess/pull/11073)
    20  #### Query Serving
    21  * CI Fix: Collation tests [#10839](https://github.com/vitessio/vitess/pull/10839)
    22  ### Enhancement
    23  #### Build/CI
    24  * Skip CI workflows on `push` for pull requests [#10768](https://github.com/vitessio/vitess/pull/10768)
    25  #### General
    26  * Upgrade go version to `1.17.13` on `release-13.0` [#11145](https://github.com/vitessio/vitess/pull/11145)
    27  ### Release
    28  #### Documentation
    29  * Addition of the release summary for `v13.0.3` [#11141](https://github.com/vitessio/vitess/pull/11141)
    30  #### General
    31  * Post release `v13.0.2` [#10848](https://github.com/vitessio/vitess/pull/10848)
    32  * Include the compose examples in the `do_release` script [#11130](https://github.com/vitessio/vitess/pull/11130)
    33  ### Testing
    34  #### Query Serving
    35  * Remove an unwanted change made in #11078 to the upgrade downgrade tests [#11143](https://github.com/vitessio/vitess/pull/11143)
    36