diff --git a/Documentation/Release-Notes/MaxScale-2.2.0-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.0-Release-Notes.md index 41a038091..6fa665e98 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.0-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.0-Release-Notes.md @@ -166,6 +166,12 @@ mycommands.txt`). ## New Features +### REST API + +MariaDB MaxScale now exposes a REST-API for obtaining information about +and for manipulating the resources of MaxScale. For more information please +refer to the [REST API](../REST-API/API.md) documentation. + ### MaxCtrl Command Line Client The MaxCtrl is a new command line intended to replace MaxAdmin. This @@ -175,6 +181,13 @@ client is distributed separately in the `maxscale-client` package. For more information, refer to the [MaxCtrl](../Reference/MaxCtrl.md) documentation. +### Limited support from Pluggable Authentication Modules (PAM). + +Pluggable authentication module (PAM) is a general purpose authentication API. +An application using PAM can authenticate a user without knowledge about the +underlying authentication implementation. For more information please refer to +the [PAM Authenticator](../Authenticators/PAM-Authenticator.md) documentation. + ### MySQL Monitor Crash Safety The MySQL monitor keeps a journal of the state of the servers and the currently