From 5f4facba460d06c5aafbead70490f812e4cbf2bd Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Mon, 23 Mar 2015 07:55:43 +0200 Subject: [PATCH] Changed Changelog.md description to better describe that it is a work-in-progress rather than the official change log. --- Documentation/Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index a9079f5cd..887615e68 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,6 +1,6 @@ #Changelog -These are the changes introduced in MaxScale version 1.0.6 +These are the changes introduced in the next MaxScale version. This is not the official change log and the latest changelog can always be found in here: [MaxScale 1.1 Release Notes](Release-Notes/MaxScale-1.1-Release-Notes.md) * New modules added * Binlog router @@ -9,9 +9,12 @@ These are the changes introduced in MaxScale version 1.0.6 * RabbitMQ logging filter * Added option to use high precision timestamps in logging. * Readwritesplit router now returns the master server's response. +* New readwritesplit router option added. It is now possible to control the amount of memory readwritesplit sessions will consume by limiting the amount of session modifying statements they can execute. * Minimum required CMake version is now 2.8.12 for package building. * Session idle timeout added for services. * Monitor API is updated to 2.0.0. Monitors with earlier versions of the API no longer work with this version of MaxScale. * MaxScale now requires libcurl and libcurl development headers. * Nagios plugins added. * Notification service added. +* Readconnrouter has a new "running" router_option. This allows it to use any running server as a valid backend server. +* Database names can be stripped of escape characters with the `strip_db_esc` service parameter.