diff --git a/doc/releasenotes/9_0_1_release_notes.md b/doc/releasenotes/9_0_1_release_notes.md new file mode 100644 index 00000000000..b60f59042a5 --- /dev/null +++ b/doc/releasenotes/9_0_1_release_notes.md @@ -0,0 +1,38 @@ +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. + +## Bug fixes +### Cluster management + * Backport: Respect -disable_active_reparents in backup/restore #8063 +### Other + * [9.0] fix regression - should be able to plan subquery on top of subquery #7683 +### Query Serving + * [9.0] Fix for reserved connection usage with transaction #7666 + * [9.0] Fix MySQL Workbench failure on login with `select current_user()` #7706 + * [9.0] make sure to handle subqueries on top of subqueries #7776 + * [9.0] make sure to not log sensitive information #7778 + * [9.0] ddl bypass planner #8035 + * [9.0] Memory Sort to close the goroutines when callback returns error #8040 + * [9.0] Fix bug with reserved connections to stale tablets #8041 + * [9.0] Fix for Query Serving when Toposerver is Down #8046 + * ignore the error and log as warn if not able to validate the current system settings value #8062 +### VReplication + * VReplication: fix vreplication timing metrics #8060 + * VReplication: Pad binlog values for binary() columns to match the value returned by mysql selects #8061 +## Documentation +### Other + * 9.0.0 Release Notes #7384 +## Other +### Build/CI + * Fix Dockerfiles for vtexplain and vtctlclient #7418 +### Query Serving + * Fix table parsing on VSchema generation #7511 + * [9.0] Show anywhere plan fix to consider default keyspace #7530 + * [9.0] Reset Session for Reserved Connection when the connection id is not found #7544 + * Healthcheck: update healthy tablets correctly when a stream returns an error or times out #7732 +### VReplication + * MoveTables: Refresh SrvVSchema and source tablets on completion #8059 + + +The release includes 43 commits (excluding merges) +Thanks to all our contributors: @askdba, @deepthi, @dyv, @harshit-gangal, @rafael, @rohit-nayak-ps, @shlomi-noach, @systay + diff --git a/java/client/pom.xml b/java/client/pom.xml index ca4cac809b7..188cea73f35 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 9.0.0 + 9.0.2-SNAPSHOT vitess-client diff --git a/java/example/pom.xml b/java/example/pom.xml index d691745622e..ceef8a55a18 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 9.0.0 + 9.0.2-SNAPSHOT vitess-example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index 9209c9f480b..f53519e6e28 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 9.0.0 + 9.0.2-SNAPSHOT vitess-grpc-client diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 8fbede6e6b4..c6c2a629c91 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 9.0.0 + 9.0.2-SNAPSHOT vitess-jdbc diff --git a/java/pom.xml b/java/pom.xml index 4b469b9efbf..16c1a4b4915 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ io.vitess vitess-parent - 9.0.0 + 9.0.2-SNAPSHOT pom Vitess Java Client libraries [Parent]