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
b7d0be97ab
MXS-2211: Auto-generate TOC
...
The link no longer works as the section has been removed. Auto-generating
the TOC solves this.
2020-03-02 17:30:10 +02:00
207882defb
MXS-2277: Document script limitations
...
The script should not interact with the administrative interfaces of
MaxScale.
2020-03-02 17:30:10 +02:00
c1fc7bd742
Document avrorouter diagnostic output
2020-02-18 14:26:29 +02:00
be508fe5d9
MXS-2873: Document more router diagnostics
...
Documented readconnroute and schemarouter router diagnostics. The
duplicated fields that are already in the general service diagnostic
output are not documented with the hopes that they can be eventually
removed.
2020-02-18 09:45:02 +02:00
2bc2ab2196
MXS-2873: Document readwritesplit router diagnostics
...
The REST API output is now documented in the router documentation. The
same will be done for other routers as well.
2020-02-18 09:23:13 +02:00
cb96725a51
MXS-2382: Add TLS setup into server tutorial
...
Given the recent fixes to the TLS configuration, the process of enabling
TLS is rather simple.
2020-02-17 20:15:43 +02:00
ef659b94a6
Update 2.4.7 release date
2020-02-13 14:39:45 +02:00
5cd2254872
Create 2.4.7 release notes and update change log
2020-02-12 15:17:19 +02:00
8b763fb88b
Merge branch '2.3' into 2.4
2020-02-12 08:27:48 +02:00
81e2306811
Update 2.3.17 release date
2020-02-12 08:20:15 +02:00
b549528d0f
MXS-2887: admin_auth can be modified at runtime
...
The parameter can be modified at runtime, as is evident from the unit
tests that test it, and should not be listed in the set of unmodifiable
parameters.
2020-02-11 09:13:57 +02:00
b5dc260d1b
Add 2.3.17 release notes and update change log
2020-02-10 15:34:26 +02:00
043df59ffa
Merge branch '2.3' into 2.4
2020-01-29 14:38:29 +02:00
f53faba795
MXS-2857: Disable peer verification by default
...
The fix to the bug where peer certificates were validated but not required
caused the default behavior to change. The default should've changed at
the same time the fix was made.
2020-01-29 14:35:03 +02:00
f2da2babbf
Update 2.4.6 release date
2020-01-24 08:30:57 +02:00
0b2c0f8432
Add 2.4.6 release notes and update change log
2020-01-21 09:39:07 +02:00
df3ae56952
Merge branch '2.3' into 2.4
2020-01-17 09:26:50 +02:00
b573fcf030
MXS-2839: Make ssl_ca_cert optional
...
Not defining ssl_ca_cert causes the system default verification chain to
be used.
2020-01-17 09:21:06 +02:00
9bd692c7d3
Merge branch '2.3' into 2.4
2020-01-17 08:26:15 +02:00
9087f00c12
Update 2.3.16 release date
2020-01-17 08:15:05 +02:00
e3e92e7d90
Document hintfilter limitations
...
The filter does not support prepared statements.
2020-01-16 14:02:05 +02:00
a7e0142224
Merge branch '2.3' into 2.4
2020-01-15 11:29:37 +02:00
d03d9ae464
Merge branch '2.3' into 2.4
2020-01-15 11:00:59 +02:00
1168ca5045
Add 2.3.16 release notes and update change log
2020-01-15 10:51:34 +02:00
8b29760285
MXS-2812 Document "Auth Error" state
...
It was left out of the main configuration guide.
2020-01-15 10:40:11 +02:00
bb2f0a98cb
Remove Cache filter storage_rocksdb documentation
...
The code is no longer present in MaxScale.
2020-01-15 10:38:41 +02:00
6c14ac7829
MXS-2834: Make retrying of trx deadlocks configurable
...
The behavior is not desirable in all cases and should be enabled only if
needed.
2020-01-11 11:53:01 +02:00
b555115fa2
Merge branch '2.3' into 2.4
2020-01-07 11:12:02 +02:00
edb49d6f35
MXS-2824: Document basic user privileges
...
The documentation was not clear on what the difference between admin and
basic accounts is.
2020-01-07 10:40:41 +02:00
abef18a953
MXS-2798: Document net_write_timeout
2019-12-31 08:09:02 +02:00
08fc4b9146
Document retry_on_failure behavior
...
The feature does not work in 2.4 and should be documented as a
non-functional parameter that will be removed in the future.
2019-12-31 07:56:48 +02:00
946426126b
Update 2.4.5 release date
2019-12-21 15:31:20 +02:00
8cbe886dc5
Update 2.4.5 release notes
2019-12-19 10:16:47 +02:00
b80d6c7305
MXS-2498: Document temp tables in multi-statments
...
When a temporary table is created with a multi-statement query, it won't
be detected by MaxScale.
Also removed the wrong limitations section from the document.
2019-12-19 10:14:00 +02:00
a994fa4aca
Add 2.4.5 release notes and update change log
2019-12-18 13:18:08 +02:00
f39ed6803e
Merge branch '2.3' into 2.4
2019-12-17 14:04:47 +02:00
b3f44adb16
MXS-2797: Fix handle_events documentation
...
The parameter was called handle_server_events when in reality it was
handle_events.
2019-12-17 13:48:51 +02:00
2c44ed0e6c
Merge branch '2.3' into 2.4
2019-12-13 13:57:32 +02:00
fe92c4e408
Remove Cache filter storage_rocksdb documentation
...
The code is no longer present in MaxScale.
2019-12-13 13:57:21 +02:00