Update changelog and 2.3.1 release notes

This commit is contained in:
Johan Wikman
2018-11-15 11:05:25 +02:00
parent 52b9cc59d5
commit 9b850cff92
2 changed files with 40 additions and 8 deletions

View File

@ -30,6 +30,7 @@
For more details, please refer to: For more details, please refer to:
* [MariaDB MaxScale 2.3.1 Release Notes](Release-Notes/MaxScale-2.3.1-Release-Notes.md)
* [MariaDB MaxScale 2.3.0 Release Notes](Release-Notes/MaxScale-2.3.0-Release-Notes.md) * [MariaDB MaxScale 2.3.0 Release Notes](Release-Notes/MaxScale-2.3.0-Release-Notes.md)
## MariaDB MaxScale 2.2 ## MariaDB MaxScale 2.2

View File

@ -2,11 +2,11 @@
Release 2.3.1 is a Beta release. Release 2.3.1 is a Beta release.
This document describes the changes in release 2.3.1, when compared to This document describes the changes in release 2.3.1, when compared to the
release 2.3.0. previous release in the same series.
For any problems you encounter, please consider submitting a bug For any problems you encounter, please consider submitting a bug
report at [Jira](https://jira.mariadb.org). report on [our Jira](https://jira.mariadb.org/projects/MXS).
## Changed Features ## Changed Features
@ -82,9 +82,40 @@ should be sent to the master).
The global configuration parameter `retain_last_statements` can now The global configuration parameter `retain_last_statements` can now
also be specified separately for individual services. also be specified separately for individual services.
### Watchdog
If MaxScale is running as a systemd service, the systemd Watchdog can be
enabled and MaxScale will behave accordingly. Please see the
[documentation](Getting-Started/Configuration-Guide.md#systemd-watchdog)
for more details.
By default there will be a watchdog timeout of 30 seconds. That is, if
MaxScale is hung, then systemd will detect that and restart MaxScale after
slightly more than 30 seconds.
### Miscellaneous
* [MXS-2141](https://jira.mariadb.org/browse/MXS-2141) Retry read on master when causal_reads timeout is exceeded
* [MXS-2122](https://jira.mariadb.org/browse/MXS-2122) Immediately close the listening socket when a listener is destroyed
* [MXS-2077](https://jira.mariadb.org/browse/MXS-2077) Provide more information in list clients output.
* [MXS-1976](https://jira.mariadb.org/browse/MXS-1976) MaxAdmin Shutting Down A Service should specify / warn that new session requests are neither accepted nor denied.
## Bug fixes ## Bug fixes
[Here is a list of bugs fixed in MaxScale 2.3.1.](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%202.3.1) * [MXS-2147](https://jira.mariadb.org/browse/MXS-2147) Luafilter is missing symbols
* [MXS-2144](https://jira.mariadb.org/browse/MXS-2144) Doing a controlled shutdown doesn't trigger query retrying
* [MXS-2142](https://jira.mariadb.org/browse/MXS-2142) Default timeout value for causal_reads is excessive
* [MXS-2140](https://jira.mariadb.org/browse/MXS-2140) Enabling transaction_replay at runtime doesn't enable implicit parameters
* [MXS-2139](https://jira.mariadb.org/browse/MXS-2139) transaction_replay doesn't implicitly enable master_failure_mode=fail_on_write
* [MXS-2136](https://jira.mariadb.org/browse/MXS-2136) passwd errors out as a attribute in [monitor] and [service] in maxscale.cnf
* [MXS-2121](https://jira.mariadb.org/browse/MXS-2121) Listeners defined in the configuration cannot be destroyed
* [MXS-2109](https://jira.mariadb.org/browse/MXS-2109) query_classifier_cache_size is per thread
* [MXS-2107](https://jira.mariadb.org/browse/MXS-2107) writeq_high_water doesn't work
* [MXS-2100](https://jira.mariadb.org/browse/MXS-2100) Unknown global parameters are not detected
* [MXS-2098](https://jira.mariadb.org/browse/MXS-2098) maintenance_on_low_disk_space does not work
* [MXS-2096](https://jira.mariadb.org/browse/MXS-2096) SELECT ... INTO OUTFILE is routed to all back end servers
* [MXS-2055](https://jira.mariadb.org/browse/MXS-2055) Monitor REST-API documentation
* [MXS-1978](https://jira.mariadb.org/browse/MXS-1978) SELECT INTO OUTFILE is routed to all servers
## Known Issues and Limitations ## Known Issues and Limitations
@ -93,15 +124,15 @@ For more information, please refer to the [Limitations](../About/Limitations.md)
## Packaging ## Packaging
RPM and Debian packages are provided for the Linux distributions supported RPM and Debian packages are provided for supported the Linux distributions.
by MariaDB Enterprise.
Packages can be downloaded [here](https://mariadb.com/resources/downloads). Packages can be downloaded [here](https://mariadb.com/downloads/mariadb-tx/maxscale).
## Source Code ## Source Code
The source code of MaxScale is tagged at GitHub with a tag, which is identical 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 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. 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). The source code is available [here](https://github.com/mariadb-corporation/MaxScale).