MaxScale 22.08 MariaDB MaxScale 22.08.15 Release Notes -- 2024-12-09
MariaDB MaxScale 22.08.15 Release Notes -- 2024-12-09
Release 22.08.15 is a GA release.
This document describes the changes in release 22.08.15, when compared to the previous release in the same series.
If you are upgrading from an older major version of MaxScale, please read the upgrading document for this MaxScale version.
For any problems you encounter, please consider submitting a bug report on our Jira.
External CVEs resolved.
- CVE-2023-0437 Fixed by MXS-5400 Upgrade MongoC library to 1.27.5
- CVE-2024-7553 Fixed by MXS-5400 Upgrade MongoC library to 1.27.5
Bug fixes
- MXS-5398 Some log messages are not logged when session_trace is used
- MXS-5394 Empty passwords are shown as non-empty if password encryption is enabled
- MXS-5387 Crash in MariaDBParser::Helper::get_query_info()
- MXS-5378 Nested listener parameters depend on protocol being defined
- MXS-5377 Debug assert if backend fails during multi-packet query
- MXS-5374 Kafkaimporter doesn't work with MariaDB 11
- MXS-5372 timeout in kafkacdc is not a duration type
- MXS-5364 Allow monitor ssh-parameters to be modified at runtime
- MXS-5363 GDB stacktraces may hang
- MXS-5359 Transaction replay may deadlock with switchover
- MXS-5357 Improve MariaDB Monitor documentation on auto_failover and auto_rejoin
- MXS-5355 Switchover may cause two transaction replays to be started
- MXS-5351 XA ROLLBACK is not treated as a rollback in MaxScale
- MXS-5350 XA END is treated as the transaction commit instead of XA PREPARE
- MXS-5344 Kafkaimporter constraint makes it difficult to use with kafkacdc
- MXS-5343 Kafkacdc does not mention row-based replication as a requirement
- MXS-5341 User account manager hangs on shutdown
- MXS-5339 Slow servers may cause OOM situations if prepared statements are used
- MXS-5315 maxctrl destroy session takes only one ID as argument
- MXS-5307 MaxScale kafkacdc logs "notice : Started replicating from [x.x.x.x]:3306 at GTID 'N-N-N' at every timeout/reconnection
- MXS-5302 Prepared statements should never be removed from session command history
- MXS-5298 Kafkacdc always reads last GTID from Kafka on startup
- MXS-5273 The --config-check fails if /var/cache/maxscale cannot be read
- MXS-5268 Read-only error during read-write transaction should trigger transaction replay
- MXS-5264 MaxScale installs scripts with non-standard file permissions
- MXS-5263 Valgrind reports read from uninitialized GWBUF for ccrfilter
- MXS-5259 Retrying of reads on the current primary unnecessarily requires delayed_retry
- MXS-5258 delayed_retry should not retry interrupted writes
- MXS-5256 SET statements multiple values are not parsed correctly
- MXS-5248 Debug assertion due to non-existent dcall ID
- MXS-5247 Remove obsolete prelink script
- MXS-5245 MaxCtrl does not accept dot notation for nested parameters
- MXS-5243 The
No Backslash Escapes
checkbox in the result export dialog is confusing - MXS-5239 Listener with ssl=false allows user accounts created with REQUIRE SSL to log in
- MXS-5236 wsrep_desync behavior is undocumented
- MXS-5229 Master Stickiness status not displayed correctly with use_priority
- MXS-5178 Replicas after maxscale binlog don't get updates
Known Issues and Limitations
In the previous version of MaxScale, maxctrl was implemented as a JavaScript script that was run using the node interpreter on the platform. That introduced a dependency on node that earlier was not present. In this version of MaxScale, maxctrl is again a native executable without that dependency.
There are some limitations and known issues within this version of MaxScale. For more information, please refer to the Limitations document.
Packaging
RPM and Debian packages are provided for the supported Linux distributions.
Packages can be downloaded here.
Source Code
The source code of MaxScale is tagged at GitHub with a tag, which is identical
with the version of MaxScale. For instance, the tag of version X.Y.Z of MaxScale
is maxscale-X.Y.Z
. Further, the default branch is always the latest GA version
of MaxScale.
The source code is available here.