MariaDB 10.11.1 Release Notes
The most recent release of MariaDB 10.11 is:MariaDB 10.11.11 Stable (GA) Download NowAlternate download from mariadb.org
Download 10.11.1Release NotesChangelogOverview of 10.11
Release date: 17 Nov 2022
Do not use non-stable (non-GA) releases in production!
MariaDB 10.11 is a current development series of MariaDB. It is an evolution of MariaDB 10.10 with several entirely new features.
MariaDB 10.11.1 is a Release Candidate (RC) release.
For an overview of MariaDB 10.11 see theWhat is MariaDB 10.11? page.
Thanks, and enjoy MariaDB!
Notable Items
Authentication
bind_address now accepts a comma-separated list of addresses to bind to (MDEV-24377)
InnoDB
Allow innodb_undo_tablespaces to be changed after database creation (MDEV-19229)
Replication
Formerly only a server option, replicate_rewrite_db is now a global system variable (MDEV-15530)
Repositories
Beginning with the next release (Q1 2023), our Yum, DNF, and Zypper repositories for Red Hat, Fedora, and SUSE will be migrated to being signed with a new GPG key. The key we are migrating to is the same one we already use for our Debian and Ubuntu Repositories.
The short Key ID is:
0xC74CD1D8
The long Key ID is:
0xF1656F24C74CD1D8
The full fingerprint of the key is:
177F 4010 FE56 CA33 3630 0305 F165 6F24 C74C D1D8
The key can be imported now in preparation for this change using the following command:
sudo rpm --import https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY
Docker Official Image
The following changes have been made to the docker.io/library/mariadb
container image.
The number of gpg packages packages has been removed, leaving enough to
apt-get update
, butdirmngr
that would fetch keys has been removed. (inspired by issue #469)The environment variable
LANG=C.UTF-8
has been added for those that exec into containers and copy paste UTF8 characters (fixes issue #468).Adds OCI labels to image (fixes issue 436 and users need for version)
MariaDB config: skip-host-cache and skip-name-resolve moved to
/etc/mysql/mariadb.conf.d/05-skipcache.cnf
Security
Fixes for the following security vulnerabilities:
CVE-`-```
Changelog
For a complete list of changes made in MariaDB 10.11.1, with links to detailed information on each push, see the changelog.
Contributors
For a full list of contributors to MariaDB 10.11.1, see the MariaDB Foundation release announcement.
Do not use non-stable (non-GA) 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 theDistributions which Include MariaDB page.
Last updated
Was this helpful?