vitess.io/vitess@v0.16.2/changelog/9.0/9.0.1/release_notes.md (about) 1 This release complies with VEP-3 which removes the upgrade order requirement. Components can be upgraded in any order. It is recommended that the upgrade order should still be followed if possible, except to canary test the new version of VTGate before upgrading the rest of the components. 2 3 ## Bug fixes 4 ### Cluster management 5 * Backport: Respect -disable_active_reparents in backup/restore #8063 6 ### Other 7 * [9.0] fix regression - should be able to plan subquery on top of subquery #7683 8 ### Query Serving 9 * [9.0] Fix for reserved connection usage with transaction #7666 10 * [9.0] Fix MySQL Workbench failure on login with `select current_user()` #7706 11 * [9.0] make sure to handle subqueries on top of subqueries #7776 12 * [9.0] make sure to not log sensitive information #7778 13 * [9.0] ddl bypass planner #8035 14 * [9.0] Memory Sort to close the goroutines when callback returns error #8040 15 * [9.0] Fix bug with reserved connections to stale tablets #8041 16 * [9.0] Fix for Query Serving when Toposerver is Down #8046 17 * ignore the error and log as warn if not able to validate the current system settings value #8062 18 ### VReplication 19 * VReplication: fix vreplication timing metrics #8060 20 * VReplication: Pad binlog values for binary() columns to match the value returned by mysql selects #8061 21 ## Documentation 22 ### Other 23 * 9.0.0 Release Notes #7384 24 ## Other 25 ### Build/CI 26 * Fix Dockerfiles for vtexplain and vtctlclient #7418 27 ### Query Serving 28 * Fix table parsing on VSchema generation #7511 29 * [9.0] Show anywhere plan fix to consider default keyspace #7530 30 * [9.0] Reset Session for Reserved Connection when the connection id is not found #7544 31 * Healthcheck: update healthy tablets correctly when a stream returns an error or times out #7732 32 ### VReplication 33 * MoveTables: Refresh SrvVSchema and source tablets on completion #8059 34 35 36 The release includes 43 commits (excluding merges) 37 Thanks to all our contributors: @askdba, @deepthi, @dyv, @harshit-gangal, @rafael, @rohit-nayak-ps, @shlomi-noach, @systay 38