c90db9d6c1
Update 2.4.11 release date
2020-07-15 08:50:06 +03:00
4c1b42b9cd
2.4.11 Add release notes and update change log
2020-07-07 09:40:51 +03:00
9e91cfdded
MXS-3039: Document qlafilter log rotation
...
The interaction with the log rotation in MaxScale was not documented.
2020-07-07 09:23:22 +03:00
e1363cee9f
MXS-3020 Remove links to removed documents
...
The documents themselves were removed by MXS-2944, so the links
should not be there. Their presence will also prevent the documents
from being removed in KB.
2020-06-23 14:56:47 +03:00
8799bbbb95
2.4.10 Update release date
2020-06-08 10:50:32 +03:00
a1a4834182
2.4.10 Add release notes and update change log
2020-06-05 10:11:26 +03:00
5ebae9be90
Merge branch '2.3' into 2.4
2020-06-05 09:36:24 +03:00
d78aa39765
Update release date
2020-06-05 09:31:45 +03:00
ddb4064563
Fix typo in documentation
2020-06-05 09:31:45 +03:00
dcf0442127
2.3.20 Add release notes and update change log
2020-06-05 09:31:44 +03:00
da5af75c1c
MXS-3021: Make strictness of dbfwfilter configurable
...
In some cases the dbfwfilter is too strict and SQL that would not match a
rule is blocked due to it not being fully parsed. To allow a more lenient
mode of operation, the requirement for full parsing must be made
configurable.
2020-06-04 08:28:23 +03:00
f74035dc63
MXS-3017 Fix MariaDBMonitor documentation
...
The descriptions of several settings were not updated for 2.4.
2020-06-02 11:16:17 +03:00
727aeb4a08
Merge branch '2.3' into 2.4
2020-06-02 10:53:05 +03:00
11960a1e93
Document transaction_replay_max_size inner workings
...
The documentation didn't explain how to estimate how much memory a
transaction takes and whether it was a global limit or a per session
limit.
2020-06-02 10:17:39 +03:00
65bfda445d
MXS-3013: Document /v1/services/:service/reload
2020-06-01 19:40:49 +03:00
3ef1410f52
MXS-3013: Regenerate MaxCtrl documentation
2020-06-01 12:26:29 +03:00
6cc16ac16b
Document idle session behavior with fail_on_write
...
The behavior is not very obvious. To prevent excessive numbers of idle
sessions, a idle timeout should be configured.
2020-05-25 10:27:52 +03:00
7b4d26e26a
Document prepared statement tmp table limitation
...
Also moved the transaction replay limitations to the limitations section.
2020-05-13 13:48:22 +03:00
deae315dce
Correct PUT /server documentation
...
The stale state was nonsensical and the drain state was missing.
2020-05-11 08:19:48 +03:00
4f964ad039
Clarify CCRFilter documentation
...
The example now states that the effects of the filter are only seen by
individual sessions.
2020-05-11 08:19:48 +03:00
9ad90caf88
2.4.9 Update release date
2020-04-30 11:24:33 +03:00
c82f396ebf
2.4.9 Add release notes and update change log
2020-04-29 10:08:19 +03:00
9106392c12
Merge branch '2.3' into 2.4
2020-04-27 15:55:05 +03:00
25c5c91fea
Update 2.3.19 release date
2020-04-27 15:36:04 +03:00
d3d7054639
Merge branch '2.3' into 2.4
2020-04-24 16:09:20 +03:00
c689aac939
2.3.19 Create release notes and update change log
2020-04-23 14:31:08 +03:00
c8c919be27
Merge branch '2.3' into 2.4
2020-04-09 12:02:44 +03:00
aacae9b508
MXS-2956: Fix use of admin_ssl_ca_cert
...
The parameter is now optional and uses the correct file. If defined, it
defines the CA certificate that would be used to verify client
certificate. Client certificate verification doesn't seem to currently
work as that requires a custom verification callback that interfaces with
GnuTLS.
2020-04-09 11:58:50 +03:00
927db1fc6e
Clarify master_accept_reads
2020-04-09 11:48:46 +03:00
83b03d89b5
MXS-2861: Add ssl_cipher to servers and listeners
...
This allows the set of TLSv1.2 ciphers to be selected which is required to
fulfill certain regulatory requirements.
2020-04-09 11:48:44 +03:00
08bc1ff594
Merge branch '2.3' into 2.4
2020-04-01 09:14:40 +03:00
67a77a2497
MXS-2944: Remove old tutorials
2020-04-01 09:09:28 +03:00
6fdb7ed089
Merge remote-tracking branch 'origin/2.3' into 2.4
2020-03-30 10:23:35 +03:00
a412ed6211
Fix monitor REST API documentation
...
The DELETE documentation had the wrong endpoint.
2020-03-30 08:53:54 +03:00
80a8fd55be
Merge branch '2.3' into 2.4
2020-03-19 15:13:19 +02:00
a8e2584bfc
Fix REST API servers documentation
...
Always use plural form of the objects. PATCH example used PUT.
2020-03-19 15:13:02 +02:00
e92368e3e1
Update 2.4.8 release date
2020-03-18 15:09:40 +02:00
9609f5d180
Revert "MXS-2920: Allow max_slave_replication_lag=0"
...
This reverts commit ca69da49911074a9d218f05936282fd72a674af5 and removes
the bug from the release notes.
2020-03-17 06:58:26 +02:00
d230336cfc
Add 2.4.8 release notes and update change log
2020-03-16 11:24:58 +02:00
d0ab797938
Merge branch '2.3' into 2.4
2020-03-12 10:33:57 +02:00
7efdb5dd28
Update 2.3.18 release date
2020-03-12 10:20:54 +02:00
04533e6293
2.3.18 Create release notes and update change log
2020-03-12 10:20:54 +02:00
fda12c0cb2
Merge branch '2.3' into 2.4
2020-03-05 15:00:37 +02:00
1bf46fadf6
MXS-2891: Log password hash on mismatch
...
By logging the password hash when user authentication fails due to a
password mismatch, we can be certain what the client sent and what is the
currently stored value in MaxScale. This should not be on by default which
is why a new parameter is required.
2020-03-04 17:11:34 +02:00
4a2d3dc55b
MXS-2914 Link to pcre2 syntax page instead of API page
...
More appropriate link.
2020-03-04 16:38:18 +02:00
fda3cf8160
Merge branch '2.3' into 2.4
2020-03-04 09:10:28 +02:00
2f6d003491
MXS-2832: Document failover timing estimates
...
The worst-case time it takes for failover to start is now documented.
2020-03-04 08:49:03 +02:00
4a5293ebba
Merge branch '2.3' into 2.4
2020-03-02 18:05:11 +02:00
e2e220de66
MXS-2726: Document ccrfilter default behavior
...
Added an explicit mention of the way the filter works.
2020-03-02 17:30:11 +02:00
b23edeb111
MXS-2832: Document failover timing estimates
...
The worst-case time it takes for failover to start is now documented.
2020-03-02 17:30:11 +02:00