vitess.io/vitess@v0.16.2/changelog/14.0/14.0.1/changelog.md (about)

     1  # Changelog of Vitess v14.0.1
     2  
     3  ### Bug fixes
     4  #### Build/CI
     5  * Fixed the release notes CI check helper [#10574](https://github.com/vitessio/vitess/pull/10574)
     6  #### Cluster management
     7  * Fix Online DDL Revert flakiness [#10675](https://github.com/vitessio/vitess/pull/10675)
     8  #### Query Serving
     9  * Use the old planner version flag in v14 upgrade-downgrade tests [#10616](https://github.com/vitessio/vitess/pull/10616)
    10  * BugFix: Keep predicates in join when pushing new ones [#10715](https://github.com/vitessio/vitess/pull/10715)
    11  * [release-14.0] BugFix: Gen4CompareV3 planner reverted to Gen4 on Update queries ([#10722](https://github.com/vitessio/vitess/pull/10722)) [#10723](https://github.com/vitessio/vitess/pull/10723)
    12  * [release-14.0] Auto Detect MySQL Version and Use in vtgate mysql_server_version Flag [#10733](https://github.com/vitessio/vitess/pull/10733)
    13  * fix: evalengine - check compare numeric of same type [#10793](https://github.com/vitessio/vitess/pull/10793)
    14  * Backport v14: reduce ApplySchema complexity, normalize calls to `ReloadSchema` [#10796](https://github.com/vitessio/vitess/pull/10796)
    15  #### VReplication
    16  * VDiff2: ignore errors while attempting to purge vdiff tables  [#10725](https://github.com/vitessio/vitess/pull/10725)
    17  * [release-14.0] Add drop_foreign_keys to v2 MoveTables command ([#10773](https://github.com/vitessio/vitess/pull/10773)) [#10774](https://github.com/vitessio/vitess/pull/10774)
    18  ### CI/Build
    19  #### Build/CI
    20  * Remove the review checklist workflow [#10656](https://github.com/vitessio/vitess/pull/10656)
    21  * looking into onlineddl_vrepl_stress_suite flakiness in CI [#10779](https://github.com/vitessio/vitess/pull/10779)
    22  #### Cluster management
    23  * Fix examples/compose/docker-compose.yml to run healthy vttablets [#10597](https://github.com/vitessio/vitess/pull/10597)
    24  * Fix full status test to work with both MySQL versions and de-flake it [#10677](https://github.com/vitessio/vitess/pull/10677)
    25  #### General
    26  * Upgrade to `go1.18.4` [#10705](https://github.com/vitessio/vitess/pull/10705)
    27  ### Documentation
    28  #### Cluster management
    29  * Add the vtorc discovery bug as a known issue to 14.0 [#10711](https://github.com/vitessio/vitess/pull/10711)
    30  ### Enhancement
    31  #### Build/CI
    32  * Skip CI workflows on `push` for pull requests [#10768](https://github.com/vitessio/vitess/pull/10768)
    33  ### Release
    34  #### Documentation
    35  * release notes: schema tracking no longer experimental [#10611](https://github.com/vitessio/vitess/pull/10611)
    36  #### General
    37  * Release of v14.0.0 on release-14.0 [#10607](https://github.com/vitessio/vitess/pull/10607)
    38  * [14] Addition of the release notes summary for v14.0.1 [#10821](https://github.com/vitessio/vitess/pull/10821)
    39  ### Testing
    40  #### Build/CI
    41  * CI: mysql8 test for schemadiff_vrepl [#10679](https://github.com/vitessio/vitess/pull/10679)
    42  #### Query Serving
    43  * unit test: fix mysql tests to run on MacOS [#10613](https://github.com/vitessio/vitess/pull/10613)
    44  * vtgate e2e: expect different value for mysql80 for a few tests [#10680](https://github.com/vitessio/vitess/pull/10680)
    45  * [14.0] set parameter on vtgate than on vttablet [#10699](https://github.com/vitessio/vitess/pull/10699)
    46  #### web UI
    47  * Fixing flaky vtctld2 web test [#10541](https://github.com/vitessio/vitess/pull/10541)