MariaDB 10.7.0 Release Notes

You are viewing an old version of this article. View the current version here.

Download Release Notes Changelog Overview of 10.7

Release date: 17 Sep 2021

Do not use alpha releases in production!

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

MariaDB 10.7.0 is not a single release, but is instead a number of feature preview releases based on feature branches. Each should be considered as having a maturity of an Alpha release. Read more about feature preview releases here.

Thanks, and enjoy MariaDB!

Remember, these features are in separate preview packages. The subsection header text corresponds to the preview package name.

Notable changes of this series of releases include:

Provider Plugins

SFORMAT

UUID

Natural Sort

JSON Histograms

Convert Partitions

  • ALTER TABLE ... CONVERT PARTITION .. TO TABLE (MDEV-22166), and
  • ALTER TABLE ... CONVERT TABLE ... TO PARTITION ... (MDEV-22165) as an easy way to convert tables to partitions and back in one command, instead of a sequence of CREATE/EXCHANGE/DROP

Password Reuse

  • password_reuse_check plugin is a new password validation plugin that prevents the new password from being the same as the one being used during the configurable retention period. (MDEV-9245)

InnoDB Bulk Insert

  • In bulk insert, pre-sort and build indexes one page at a time (MDEV-24621)

Misc. Features

Do not use alpha 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.