MaxScale-2.1.0-Release-Notes update

MaxScale-2.1.0-Release-Notes update
This commit is contained in:
MassimilianoPinto 2017-02-07 12:38:14 +01:00
parent 2bceb1128d
commit 147ffcce02

View File

@ -132,6 +132,12 @@ For more details, read the [Galeramon documentation](../Monitors/Galera-Monitor.
MaxAdmin now defaults to Emacs editing mode instead of VIM. To activate
with VIM-mode start MaxAdmin with option -i.
### Named Server Filter
The source option can now handle wildcards such as:
192.168.%.%
For more details, read the [Named Server Filter documentation](../Filters/Named-Server-Filter.md).
## New Features
### Dynamic configuration
@ -274,6 +280,16 @@ to large sets of data with a single query.
For more information, refer to the [Maxrows](../Filters/Maxrows.md)
documentation.
### Galeramon Monitor new option
The `set_donor_nodes` option allows the setting of _global variable_ _wsrep_sst_donor_ with a list the preferred donor nodes (among slave ones).
For more details, read the [Galeramon documentation](../Monitors/Galera-Monitor.md).
### Binlog Server encrypted binlogs
The binlog server can optionally encrypt the events received from the master server: the setup requires MariaDB 10.1 master (with Encryption active) and the `mariadb10-compatibility=1` option set.
For more details, read the [Binlogrouter documentation](../Routers/Binlogrouter.md).
## Bug fixes
[Here is a list of bugs fixed since the release of MaxScale 2.0.4.](https://jira.mariadb.org/browse/MXS-951?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20in%20(Fixed%2C%20Done)%20AND%20fixVersion%20%3D%202.1.0%20AND%20fixVersion%20!%3D%202.0.1%20AND%20fixVersion%20!%3D%202.0.2%20AND%20fixVersion%20!%3D%202.0.3%20AND%20fixVersion%20!%3D%202.0.4)