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

     1  # Release of Vitess v13.0.1
     2  ## Changelog
     3  
     4  ### Bug fixes
     5  #### Cluster management
     6  * Fix the race between PromoteReplica and replication manager tick #9859
     7  #### Query Serving
     8  * Fix `__sq_has_values1` error with `PulloutSubquery` #9864
     9  * Fix planner panic on derived tables sorting in query builder #9959
    10  * Fix make concatenate and limit concurrent safe #9981
    11  * Fix reserved connection retry logic when vttablet or mysql is down #10005
    12  * Fix Gen4 sub query planning when the outer query is a dual query #10007
    13  * Fix parsing of bind variables in a few places #10015
    14  * Fix route explain tab plan to the proper Keyspace #10029
    15  * Fix Sequence query to ignore reserved and transaction #10054
    16  * Fix dual query with exists clause having system table query in it #10055
    17  * Fix Gen4 only_full_group_by regression #10079
    18  #### VReplication
    19  * VPlayer use stored/binlogged ENUM index value in WHERE clauses #9868
    20  ### CI/Build
    21  #### Security
    22  * Upgrade to `go1.17.9` #10088
    23    The `go1.17.9` version, released 2022-04-12, includes security fixes to the `crypto/elliptic` and `encoding/pem` packages, as well as bug fixes to the linker and runtime). More information [here](https://go.dev/doc/devel/release#go1.17.minor).
    24  ### Enhancement
    25  #### Query Serving
    26  * Fix allow multiple distinct columns on single shards #10047
    27  * Fix add parsing for NOW in DEFAULT clause #10085
    28  
    29  
    30  The release includes 30 commits (excluding merges)
    31  
    32  Thanks to all our contributors: @GuptaManan100, @frouioui, @harshit-gangal, @mattlord, @rohit-nayak-ps, @systay, @vmg