Releases: MariaDB/galera
Releases · MariaDB/galera
MariaDB Galera 26.4.25
mariadb-26.4.25 Fix merge error.
MariaDB Galera 26.4.22
mariadb-26.4.22 MariaDB Galera release
MariaDB 26.4.21
Mainly a bug fix release.
GCS protocol is raised to 5 making a rolling downgrade impossible (46dce5e)
This was needed because an incorrect calculation of the commit cut that all nodes perform independently and need to agree on.
Includes:
- Expose versions of all protocols agreed on by quorum via status call.
MariaDB 26.4.20
Improved error messages
MariaDB 26.4.19
- read timefd to prevent galera completely freezing on some systems
- correct packaging on opensuse/sles - universal ssl dependencies used in RPM generation
- corrected voting on quorum
- Add wsrep-API extension to isolate the node on network level so rest of cluster is silent on a node crashing(MDEV-32363)
- Fix memory leak on receiving a commit during voting.
- RHEL7 compilation fix
- Correct error handling during streaming server handshake
- WSREP_KEY_SHARED had insufficiently strict certification rules that may lead to certification test pass where it should fail
- Cleanups and unit tests added