|
| 1 | +# MariaDB MaxScale 23.08.12 Release Notes |
| 2 | + |
| 3 | +Release 23.08.12 is a GA release. |
| 4 | + |
| 5 | +This document describes the changes in release 23.08.12, when compared to the |
| 6 | +previous release in the same series. |
| 7 | + |
| 8 | +If you are upgrading from an older major version of MaxScale, please read the |
| 9 | +[upgrading document](https://app.gitbook.com/s/0pSbu5DcMSW4KwAkUcmX/maxscale-management/deployment/upgrading-maxscale) |
| 10 | +for this MaxScale version. |
| 11 | + |
| 12 | +For any problems you encounter, please consider submitting a bug |
| 13 | +report on [our Jira](https://jira.mariadb.org/projects/MXS). |
| 14 | + |
| 15 | +## Bug fixes |
| 16 | + |
| 17 | +* [MXS-6031](https://jira.mariadb.org/browse/MXS-6031) No error message if connection to server fails during start of switchover |
| 18 | +* [MXS-6013](https://jira.mariadb.org/browse/MXS-6013) SHOW CREATE TABLE doesn't detect if a temporary table is used |
| 19 | +* [MXS-6005](https://jira.mariadb.org/browse/MXS-6005) Signal 11 crash |
| 20 | +* [MXS-5983](https://jira.mariadb.org/browse/MXS-5983) Default users_refresh_interval causes repeated user account loading |
| 21 | +* [MXS-5963](https://jira.mariadb.org/browse/MXS-5963) maxctrl create report --archive error reporting produces errors |
| 22 | +* [MXS-5954](https://jira.mariadb.org/browse/MXS-5954) kafkacdc doesn't escape db name identifiers resulting in errors |
| 23 | +* [MXS-5948](https://jira.mariadb.org/browse/MXS-5948) Database names with dashes are not properly escaped when disabling events |
| 24 | +* [MXS-5947](https://jira.mariadb.org/browse/MXS-5947) Fix for MXS-5196 can break "maxctrl create report" |
| 25 | +* [MXS-5946](https://jira.mariadb.org/browse/MXS-5946) MaxKeys usage message is obsolete |
| 26 | +* [MXS-5717](https://jira.mariadb.org/browse/MXS-5717) Rebuild Replica fails when using MaxScale encrypted password for monitor user |
| 27 | +* [MXS-5688](https://jira.mariadb.org/browse/MXS-5688) MariaDBMon should not solely depend on "STOP SLAVE" when doing failover/switchover |
| 28 | + |
| 29 | +## Known Issues and Limitations |
| 30 | + |
| 31 | +There are some limitations and known issues within this version of MaxScale. |
| 32 | +For more information, please refer to the |
| 33 | +[Limitations](https://app.gitbook.com/s/0pSbu5DcMSW4KwAkUcmX/maxscale-management/mariadb-maxscale-limitations-guide) |
| 34 | +document. |
| 35 | + |
| 36 | +## Packaging |
| 37 | + |
| 38 | +RPM and Debian packages are provided for the supported Linux distributions. |
| 39 | + |
| 40 | +Packages can be downloaded [here](https://mariadb.com/downloads). |
| 41 | + |
| 42 | +## Source Code |
| 43 | + |
| 44 | +The source code of MaxScale is tagged at GitHub with a tag, which is identical |
| 45 | +with the version of MaxScale. For instance, the tag of version X.Y.Z of MaxScale |
| 46 | +is `maxscale-X.Y.Z`. Further, the default branch is always the latest GA version |
| 47 | +of MaxScale. |
| 48 | + |
| 49 | +The source code is available [here](https://github.com/mariadb-corporation/MaxScale). |
0 commit comments