vitess.io/vitess@v0.16.2/changelog/7.0/7.0.1/release_notes.md (about)

     1  This update fixes several regressions that were deemed significant enough to be backported to the release branch.
     2  In addition, the experimental feature to set system variables is now behind a flag that disables it by default.
     3  
     4  ## Configuration Changes
     5  * Vtgate: added flag enable_system_settings to enable passthrough system settings, defaults to false #6562
     6  
     7  ## Bugs Fixed
     8  * Vreplication: Materialize should only get schema from source tablets if target is missing tables #6623
     9  * Vtctld UI: mysql port is not displayed in tablet list #6597 #6600
    10  * Vtgate: transaction killer was closing reserved connection after the specified time. Only idle connections should be closed. Idle transactions should be rolled back. #6583
    11  * Vtcompose: docker-compose example was broken by tabletmanager changes #6587
    12  * Vreplication: tablet_picker should respect canceled context. Also, keep trying to find a tablet until context expires. #6567
    13  * Vtgate: vindex update/delete by destination #6541 #6572
    14  * Vtgate: some usages of EXPLAIN were broken #6574 #6581
    15  * Vtgate: handle multiple settings in single SET statement #6504
    16  * Vtgate: cleanup shard session for reserved connection on failure #6563
    17  * Vtgate: if executing DDL on reserved connection, start transaction if needed #6555
    18  * Vtgate: make sure lookup vindexes use same transaction if one is open #6505
    19  * Healthcheck: add diagnostic logging, do not add tablet if it is shutting down #6512