diff --git a/Documentation/Release-Notes/MaxScale-2.1.2-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.1.2-Release-Notes.md index b3712049d..04bf2e4b9 100644 --- a/Documentation/Release-Notes/MaxScale-2.1.2-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.1.2-Release-Notes.md @@ -20,6 +20,13 @@ report at [Jira](https://jira.mariadb.org). The MySQLAuth module now supports all types of wildcards for both IP addresses as well as hostnames. +### Configurable Connector-C Plugin Directory + +The Connector-C used by MaxScale can now be configured to load authentication +plugins from a specific directory with the new `connector_plugindir` +parameter. Read the [Configuration Guide](../Getting-Started/Configuration-Guide.md) +for more details about this new parameter. + ## New Features ### IPv6 Support @@ -31,6 +38,8 @@ well as being able to listen on IPv6 addresses. [Here is a list of bugs fixed since the release of MaxScale 2.1.1.](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20in%20(Fixed%2C%20Done)%20AND%20fixVersion%20%3D%202.1.2%20AND%20fixVersion%20NOT%20IN%20(2.1.1)) +* [MXS-1032](https://jira.mariadb.org/browse/MXS-1032) missing mysql_clear_password.so plugin + ## Known Issues and Limitations There are some limitations and known issues within this version of MaxScale.