Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 22 additions & 11 deletions content/en/blog/2020-10-27-announcing-vitess-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,28 @@ In this release, we have continued to make important improvements to the Vitess
Our ongoing work to make sure that Vitess accepts all queries that MySQL accepts. In particular, work has focused on SET and information_schema queries. Reserved connections are still not on by default, and you might need to enable it to see all queries and frameworks well supported.

We are proud to announce that we have initial support for:
* WordPress
* MySQL Workbench
* SQLAlchemy
* Mycli
* Gorm
* Ruby on Rails - ActiveRecord
* JVM - JDBC and Hibernate
* Django
* JavaScript - TypeORM and Sequelize
* PyMySQL
* Rust MySQL
* PHP
* WordPress
* Mysqli
* JavaScript
* TypeORM
* Sequelize
* Python
* Django
* PyMySQL
* SQLAlchemy
* Ruby
* Rails/ActiveRecord
* Java
* JDBC
* Hibernate
* Rust
* MySQL
* mysql_async
* SQLx
* Tooling
* MySQL Workbench
* Mycli

### Migration
Performance and error metrics and improved logging related to VReplication workflows have been added for more visibility into operational issues. Additional vtctld commands VExec and Workflow allow easier inspection and manipulation of VReplication streams.
Expand Down