Files
MaxScale/Release-Notes/MaxScale-1.4.0-Release-Notes.md
Markus Makela a131040c2c Moved all limitations to Limitations.md
This removes duplicate information and keeps the list of limitations
in a central place.
2016-03-09 15:00:53 +02:00

3.5 KiB

MariaDB MaxScale 1.4 Release Notes

This document describes the changes in release 1.4, when compared to release 1.3.0.

1.4.0

For any problems you encounter, please consider submitting a bug report at Jira.

New Features

Firewall Filter

SSL

Client-side SSL support has been in MaxScale for some time, but has been known to have been unstable. In 1.4.0, client side SSL is now believed to be stable and fully usable.

POSIX Extended Regular Expression Syntax

The qlafilter, the topfilter and the namedserverfilter now accept extended as a parameter, which enables the POSIX Extended Regular Expression syntax.

Removed Features

MaxScale no longer supports SSLv3.

Bug fixes

Here is a list of bugs fixed since the release of MaxScale 1.3.0.

  • MXS-400: readwritesplit router doesn't allow connect when the only remaining server is master and slave
  • MXS-497: MaxScale does not contemplate client multiple statements (CLIENT_MULTI_STATEMENTS)
  • MXS-504: SSL connection handling needs work
  • MXS-511: ReadWriteSplit router won't choose node as master and logs confusing "RUNNING MASTER" error message
  • MXS-563: Maxscale fails to start
  • MXS-565: Binlog Router doesn't handle 16MB larger transmissions
  • MXS-573: Write permission to systemd service file
  • MXS-574: Wrong parameter name in systemd service file
  • MXS-575: Nagios scripts lack execute permissions
  • MXS-577: Don't install systemd files and init.d scipts at the same time
  • MXS-581: Only the first 8 characters of passwords are used
  • MXS-582: crypt is not thread safe
  • MXS-585: Intermittent connection failure with MaxScale 1.2/1.3 using MariaDB/J 1.3
  • MXS-589: Password encryption looks for the file in the wrong directory
  • MXS-592: Build failure with MariaDB 10.1 when doing a debug build
  • MXS-594: Binlog name gets trunkated
  • MXS-600: Threads=auto parameter configuration fails

Known Issues and Limitations

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 Linux distributions supported by MariaDB Enterprise.

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 X.Y.Z. Further, master always refers to the latest released non-beta version.

The source code is available here.