MySQL Server 8.3.0 and 8.0.36 are now available for download, and in the MySQL HeatWave Service. These are the latest General Availability (GA) releases as of January 16, 2024.

MySQL Server 8.3.0 GA, an innovation release includes:

 
MySQL Server 8.0.36 GA release includes:

 
Both 8.0.36 and 8.3.0 releases come with full production support.

  
What’s new in MySQL Server 8.3.0
 
New! Telemetry for MySQL Enterprise Edition

Security

  •   New! SET_ANY_DEFINER, ALLOW_NONEXISTENT_DEFINER privileges

    • Previously – SET_USER_ID was required

    • This allows for more precise specification

Thread Pool for MySQL Enterprise Edition and MySQL HeatWave

  • Observability for Connections

    • New! tp_connections table, with details about each connection

    • Additional details added to tp_thread_state and tp_pool_state 

Replication

  • Extended format of global transaction identifiers (GTIDs) used in MySQL Replication and Group Replication

  • Adds tags to enable identification of groups of transactions.

  • Change default binlog_transaction_dependency_tracking to WRITESET

    •  WRITESET enables faster and more aggressive parallelization on the applier. 

  • Possible to assign a unique name to the GTIDs of a specific group of transactions.

  • For example,

    • Transactions containing data operations can easily be distinguished from those arising from administrative operations simply by comparing their GTIDs.

Removed deprecated features

  • In preparation for upcoming 8.4 LTS release

  • Improves security, performance, and usability

 
We have also released the 8.3 versions of MySQL Clients, Tools, and Connectors.

  • Provide production support for MySQL Server 8.0, 8.1, 8.2, 8.3

  • Includes support for new server features

 Regardless of server version, always use the latest Client, Tools, and Connectors
 
As always, thank you for using MySQL.