Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2019-07-04 09:39:52 +03:00
6 changed files with 29 additions and 12 deletions

View File

@ -232,7 +232,9 @@ English and it uses the server's local timezone.
#### ETag
An identifier for a specific version of a resource. The value of this header
changes whenever a resource is modified.
changes whenever a resource is modified via the REST API. It will not change if
an internal MaxScale event (e.g. server changing state or statistics being
updated) causes a change.
When the client sends the `If-Match` or `If-None-Match` header, the provided
value should be the value of the `ETag` header of an earlier GET.

View File

@ -1,4 +1,4 @@
# MariaDB MaxScale 2.3.9 Release Notes
# MariaDB MaxScale 2.3.9 Release Notes -- 2019-07-04
Release 2.3.9 is a GA release.
@ -15,7 +15,9 @@ report on [our Jira](https://jira.mariadb.org/projects/MXS).
## Bug fixes
* [MXS-2582](https://jira.mariadb.org/browse/MXS-2582) Intermittent unknown statement handler errors from backends
* [MXS-2578](https://jira.mariadb.org/browse/MXS-2578) Maxscale RPM issue PCI Compliancy
* [MXS-2575](https://jira.mariadb.org/browse/MXS-2575) PATCH with invalid credentials returns no result
* [MXS-2574](https://jira.mariadb.org/browse/MXS-2574) maxctrl alter user doesn't work on current user
* [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