MariaDB 10.6.1 Release Notes

Download 10.6.1 Release Notes Changelog Overview of 10.6

Release date: 21 May 2021

MariaDB 10.6 is the current development series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

MariaDB 10.6.1 is a Beta release.

Do not use beta releases in production!

For an overview of MariaDB 10.6 see the What is MariaDB 10.6? page.

Register now for our MariaDB Community Server 10.6 webinar to be held 2021-06-29 and be one of the first to see the biggest features coming in MariaDB Community Server 10.6, with an exclusive opportunity to have your questions answered by MariaDB engineering and product leads.

Thanks, and enjoy MariaDB!

Notable Changes

Notable changes of this release include:

Atomic DDL

Replication, Galera and Binlog

  • The delay between binary log purges can now be specified with much greater precision. The system variable binlog_expire_logs_seconds is introduced as a form of alias for expire_logs_days, which now accepts a precision of 1/1000000 days (MDEV-19371)
  • Allow transition from unencrypted to TLS Galera cluster communication without cluster downtime (MDEV-22131)
  • DDL information logged on all Galera cluster nodes if wsrep_debug is set to SERVER and wsrep_OSU_method is 'TOI' (MDEV-9609)
  • For the mysqlbinlog / mariadb-binlog --base64-output option, removed the deprecated always option, and changed the default to auto (MDEV-25222)

Oracle Compatibility

Character Sets

  • The utf8 character set (and related collations) is now by default an alias for utf8mb3 rather than the other way around. It can be set to imply utf8mb4 by changing the value of the old_mode system variable (MDEV-8334)

Clients

  • For clients such as mysql / mariadb, the connection property specified via the command line (e.g. --port=3306) will now force its type (MDEV-14974)

Changelog

For a complete list of changes made in MariaDB 10.6.1, with links to detailed information on each push, see the changelog.

Contributors

For a full list of contributors to MariaDB 10.6.1, see the MariaDB Foundation release announcement.

Do not use beta releases in production!


Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the Distributions which Include MariaDB page.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.