667a9f1c6f
Merge branch '2.3' into develop
2019-03-15 12:31:08 +02:00
14890cb232
Merge branch '2.2' into 2.3
2019-03-15 12:26:59 +02:00
4400876b46
Update release date
2019-03-15 11:41:13 +02:00
0df7228e5e
Add 2.2.20 release notes
2019-03-13 13:57:16 +02:00
a0d715a39f
MXS-2253 Update general documentation regarding durations
2019-02-14 10:57:55 +02:00
eac478876d
Merge branch '2.3' into develop
2019-02-13 10:24:24 +02:00
e9667dd051
Update 2.3.4 release date
2019-02-13 10:14:41 +02:00
661f1dd4e4
Merge branch '2.3' into develop
2019-02-11 13:14:52 +02:00
f271c5cea1
MXS-2314 Add 'cluster' parameter to service
...
Using the cluster parameter, the servers of a service can be
defined using a monitor.
This change basically only introduces the parameter.
2019-02-11 13:03:18 +02:00
a65bf3e766
Update 2.3.4 release notes
2019-02-11 10:15:09 +02:00
2e270ce1ac
Merge branch '2.3' into develop
2019-02-08 10:39:33 +02:00
c0593936b8
Update change log and release notes for 2.3
2019-02-08 10:38:22 +02:00
05b650ed91
MXS-2273 Update release notes regarding draining
...
TODO: This much explanation in the release notes is a bit too
much, the beef should be moved somewhere else and the release
notes simply refer to that.
2019-01-30 12:16:57 +02:00
9083ea2d02
MXS-2290 Reject use of whitespace in section names
...
Whitespace in section names was deprecated in 2.2 and in 2.4 it
will be rejected.
2019-01-28 12:22:28 +02:00
5afceb1185
MXS-2274 Reserve names starting with @@
for use by MaxScale
...
Names starting with '@@' can now longer be used in configuration files.
Subsequent commits will prevent such names from being used when objects
are created dynamically.
2019-01-24 17:42:29 +02:00
d350589ce1
Update 2.3.3 release date
2019-01-21 13:43:53 +02:00
0dfdff1f95
Update 2.3.3 release notes and change log
2019-01-17 11:11:04 +02:00
34359bdc83
Merge branch '2.2' into 2.3
2019-01-11 13:02:43 +02:00
18c57dc6cc
Update 2.2.19 release date
2019-01-11 12:58:33 +02:00
78ea12b4c1
Merge branch '2.2' into 2.3
2019-01-09 09:13:59 +02:00
27b3ab28e0
Update 2.2.19 release notes
2019-01-09 09:13:07 +02:00
7a7545f8f7
Merge branch '2.2' into 2.3
2019-01-08 15:59:03 +02:00
9cba1bdc37
Update release notes
2019-01-08 15:58:20 +02:00
0859f3caff
Merge branch '2.2' into 2.3
2019-01-07 10:33:34 +02:00
2172c4ca85
MXS-2048: Fix dbfwfilter module command documentation
...
Fixed the command names.
2019-01-06 13:17:32 +02:00
7b6ae4bc13
Add 2.2.19 release notes
...
Generated 2.2.9 release notes and added them to the changelog.
2019-01-06 13:05:42 +02:00
c8d4052aec
Improve release note generation script
...
The script can now be run from outside of the directory it is contained
in.
2019-01-03 13:34:10 +02:00
35d31801bb
Merge branch '2.2' into 2.3
2018-12-17 23:52:56 +02:00
8b6022ee6d
Fix link in 2.3.1 release notes
2018-12-17 09:33:22 +02:00
562bd0c3fb
Update release date
2018-12-13 10:55:08 +02:00
136c0c3062
Add release notes for 2.2.18 and update change log
2018-12-12 12:44:48 +02:00
7872474595
Add missing bug fix to release notes
2018-12-03 15:30:47 +02:00
cd95ca7092
Update 2.3.2 release date
2018-12-03 14:51:40 +02:00
2b25f8522f
Update 2.3 changelog and 2.3.2 release notes
2018-11-28 14:26:15 +02:00
cf66cc6968
Merge branch '2.2' into 2.3
2018-11-28 11:27:44 +02:00
b3a425c048
Update 2.2.17 release date
2018-11-28 11:07:06 +02:00
f87ff431c1
Merge branch '2.2' into 2.3
2018-11-27 11:46:47 +02:00
4efb2672ff
Update 2.2 change log and 2.2.17 release notes
2018-11-27 10:39:14 +02:00
0c77514aaf
Update release notes
...
Explains the default setting of assume_unique_hostnames.
2018-11-27 10:23:36 +02:00
dcf53da209
Enable connection_keepalive by default
...
Enabling the feature by default prevents the master connection from dying
during times when there are very little or no writes. Having a modest ping
interval of 300 seconds serves to minimize the amount of extra work that
both MaxScale and the server have to do while still keeping the
connections in good shape.
2018-11-26 09:42:11 +02:00
dd27fe0c04
Enable the watchdog
...
As the watchdog related problems have now been dealt with, it is
safe to have it enabled by default.
2018-11-21 15:33:14 +02:00
ad7c5dd981
Update release date
2018-11-20 19:25:56 +02:00
c552845fd1
Deprecate old admin modules
...
Added notification messages for the deprecation of the old admin interface
modules. Also added notes into the documentation about their deprecation.
2018-11-20 10:51:49 +02:00
e3ad827288
Do not enable the watchdog by default
...
Any administrative operation, performed using maxadmin or maxctrl,
that takes longer than the watchdog timeout will cause MaxScale to
be killed and restarted by the watchdog.
2018-11-20 10:43:59 +02:00
9263c1cf8d
Correct default watchdog timeout from 30 to 60
...
Documentation change.
2018-11-19 09:39:52 +02:00
9b850cff92
Update changelog and 2.3.1 release notes
2018-11-15 11:05:25 +02:00
ebe41614ad
Add csmon to release notes
2018-11-14 16:23:47 +02:00
16bff06a50
Update release notes and upgrading document
...
Added a section about unknown global parameters being treated as errors to
both documents and fixed the passwd deprecation description in the
upgrading document.
2018-11-14 16:23:47 +02:00
8058e46309
Add link to maxctrl
2018-11-08 13:52:54 +02:00
112c25ab1f
MXS-1780 Update release notes
2018-11-08 13:50:42 +02:00