From 493ce86d871f3db224ea952b53bfa9a11862f2db Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 2 Jul 2019 08:23:43 +0300 Subject: [PATCH 1/2] Add release notes and update changelog for 2.3.9 --- Documentation/Changelog.md | 1 + .../MaxScale-2.3.9-Release-Notes.md | 51 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index b59565b94..e5160d7ae 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -31,6 +31,7 @@ For more details, please refer to: +* [MariaDB MaxScale 2.3.9 Release Notes](Release-Notes/MaxScale-2.3.9-Release-Notes.md) * [MariaDB MaxScale 2.3.8 Release Notes](Release-Notes/MaxScale-2.3.8-Release-Notes.md) * [MariaDB MaxScale 2.3.7 Release Notes](Release-Notes/MaxScale-2.3.7-Release-Notes.md) * [MariaDB MaxScale 2.3.6 Release Notes](Release-Notes/MaxScale-2.3.6-Release-Notes.md) diff --git a/Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md new file mode 100644 index 000000000..1a3d5ac90 --- /dev/null +++ b/Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md @@ -0,0 +1,51 @@ +# MariaDB MaxScale 2.3.9 Release Notes + +Release 2.3.9 is a GA release. + +This document describes the changes in release 2.3.9, when compared to the +previous release in the same series. + +For any problems you encounter, please consider submitting a bug +report on [our Jira](https://jira.mariadb.org/projects/MXS). + +## New Features + +* [MXS-2480](https://jira.mariadb.org/browse/MXS-2480) Write paths to opened sqlite3 databases in log when log_info is set + +## Bug fixes + +* [MXS-2582](https://jira.mariadb.org/browse/MXS-2582) Intermittent unknown statement handler errors from backends +* [MXS-2575](https://jira.mariadb.org/browse/MXS-2575) PATCH with invalid credentials returns no result +* [MXS-2569](https://jira.mariadb.org/browse/MXS-2569) No newline sent with large schemas +* [MXS-2563](https://jira.mariadb.org/browse/MXS-2563) Failing debug assertion at rwsplitsession.cc:1129 : m_expected_responses == 0 +* [MXS-2562](https://jira.mariadb.org/browse/MXS-2562) Oracle's MySQL Connector/ODBC gets packets out-of-order errors with .NET +* [MXS-2560](https://jira.mariadb.org/browse/MXS-2560) KILL with recursive services doesn't work +* [MXS-2551](https://jira.mariadb.org/browse/MXS-2551) Monitors add deprecated parameters to persisted config files +* [MXS-2550](https://jira.mariadb.org/browse/MXS-2550) qlafilter escapes newline with two quotes and a space +* [MXS-2549](https://jira.mariadb.org/browse/MXS-2549) prelink can corrupt maxctrl +* [MXS-2547](https://jira.mariadb.org/browse/MXS-2547) Stop MaxScale during Rest-API query cause process hung +* [MXS-2521](https://jira.mariadb.org/browse/MXS-2521) COM_STMT_EXECUTE maybe return empty result +* [MXS-2490](https://jira.mariadb.org/browse/MXS-2490) Unknown prepared statement handler (0) given to mysqld_stmt_execute +* [MXS-2461](https://jira.mariadb.org/browse/MXS-2461) Unexpected internal state with ReadWriteSplit and proxy_protocol=true +* [MXS-2442](https://jira.mariadb.org/browse/MXS-2442) "Param1 reported as VARIABLE" warnings +* [MXS-2367](https://jira.mariadb.org/browse/MXS-2367) No warning about missing REPLICATION SLAVE + +## Known Issues and Limitations + +There are some limitations and known issues within this version of MaxScale. +For more information, please refer to the [Limitations](../About/Limitations.md) document. + +## Packaging + +RPM and Debian packages are provided for supported the Linux distributions. + +Packages can be downloaded [here](https://mariadb.com/downloads/mariadb-tx/maxscale). + +## 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](https://github.com/mariadb-corporation/MaxScale). From 85bb54ce6639b797ce5d8601a5fa7fa40eeb68fa Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 2 Jul 2019 10:27:15 +0300 Subject: [PATCH 2/2] Add missing documentation link --- Documentation/Documentation-Contents.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Documentation-Contents.md b/Documentation/Documentation-Contents.md index d14b34f5b..69edb949c 100644 --- a/Documentation/Documentation-Contents.md +++ b/Documentation/Documentation-Contents.md @@ -15,6 +15,7 @@ ## Upgrading MariaDB MaxScale +- [Upgrading MariaDB MaxScale from 2.2 to 2.3](Upgrading/Upgrading-To-MaxScale-2.3.md) - [Upgrading MariaDB MaxScale from 2.1 to 2.2](Upgrading/Upgrading-To-MaxScale-2.2.md) - [Upgrading MariaDB MaxScale from 2.0 to 2.1](Upgrading/Upgrading-To-MaxScale-2.1.md) - [Upgrading MariaDB MaxScale from 1.4 to 2.0](Upgrading/Upgrading-To-MaxScale-2.0.md)