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
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
9087f00c12
Update 2.3.16 release date
2020-01-17 08:15:05 +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
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
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
44664132bc
MXS-2792 Improve monitor script documentation
...
Apparently the previous script example was not working. Moved the
updated example to Monitor-Common.md.
2019-12-13 10:38:07 +02:00
578004677f
Update 2.3.15 release date
2019-12-05 10:36:48 +02:00
216ce9b4ee
Add 2.3.15 release notes and update change log
2019-12-04 11:29:45 +02:00
1e57c2cb67
MXS-2643: Mention Galera in causal_reads documentation
...
causal_reads does not work with servers that update their state via
mechanisms other than the standard replication. In practice this is just
another Galera limitation.
2019-12-03 09:58:23 +02:00
b5ada0db7e
MXS-2762: Document ssl_version changes
2019-11-29 16:16:35 +02:00
53ee7072ee
MXS-2775 Document semisync limitations with failover
...
The previous content was a bit too positive about semisync replication
ensuring a clean failover.
2019-11-22 12:52:36 +02:00
133a947bb5
Update 2.3.14 release date
2019-11-12 09:10:21 +02:00
27417b5328
Add 2.3.14 release notes and update change log
2019-11-11 09:11:51 +02:00
50292c9f45
Merge branch '2.3.13' into 2.3
2019-10-31 10:06:02 +02:00
40a4ced21e
Update 2.3.13 release date
2019-10-31 10:03:00 +02:00
290d38c67f
Document ColumnStore requirements for authentication
...
One extra grant is required if the backend servers use ColumnStore
binaries.
2019-10-30 09:17:46 +02:00
df6c56e7ca
Update 2.3.13 Change Date
2019-10-29 12:51:31 +02:00
cde0060a20
2.3.13: Add release notes and update change log
2019-10-29 12:29:51 +02:00
54fc154137
Regenerate MaxCtrl documentation
...
Generated the new MaxCtrl documentation with the new help output. The help
output now doesn't auto-wrap which causes lines to be longer but it
prevents broken Markdown formatting. It also makes it more readable on
wider terminals.
2019-10-29 09:26:41 +02:00
fffbb9f791
MXS-2600 Update MariaDB-Monitor documentation
...
Clarified info on privileges.
2019-10-01 15:14:43 +03:00
54ec30cc8e
MXS-2654 Document QC cache statistics
2019-09-26 09:30:52 +03:00
4fbb18535b
MXS-2620 Mention that a normal master server shutdown may lose events
2019-09-23 18:35:41 +03:00
749d20b659
Update 2.3.12 release date
2019-09-19 10:48:23 +03:00
e733403996
Add 2.3.12 release notes and update change log
2019-09-19 10:48:23 +03:00
54109a5a33
Add dependecy on 'gnutls' to the installation document
2019-09-18 12:13:26 +03:00
ea9a823a25
2.3: Add missing documentation link
...
Throttle filter was not linked from contents page.
2019-09-05 16:27:14 +03:00
5389e9e252
MXS-2592 Add documentation on session_trace
2019-08-09 19:36:24 +03:00
f8150b776c
Update 2.3.11 release date
2019-08-02 15:46:03 +03:00
3635592228
Add 2.3.11 release notes and update 2.3 change log
2019-08-02 09:50:01 +03:00
e1a730ed86
Update release date for 2.3.10
2019-08-01 16:06:26 +03:00
18169a17d9
Update 2.3 changelog and add 2.3.10 release notes
2019-08-01 08:24:57 +03:00
9de06a52b0
Allow infinite refreshes of users
...
The hard limit of 10 seconds is too strict when taking into account the
fact that infinite refreshes was possible before the bug was fixed. This
also makes testing a lot easier where rapid reloads are necessary.
2019-07-10 11:06:52 +03:00
1c96dc9769
Update download link
2019-07-08 08:17:48 +03:00
847d673f07
Merge branch '2.3.9' into 2.3
2019-07-04 09:26:47 +03:00
c09a54640d
Update 2.3.9 release date
...
And update Jira list as well.
2019-07-04 08:59:43 +03:00
a3bbba0a3d
Update REST API ETag documentation
...
The ETag docuemntation did not mention what sort of changes triggered ETag
updates.
2019-07-03 10:25:30 +03:00
85bb54ce66
Add missing documentation link
2019-07-02 10:31:38 +03:00
493ce86d87
Add release notes and update changelog for 2.3.9
2019-07-02 08:23:43 +03:00
d8cbdae83d
Remove 2.2 release notes from 2.3 branch
...
By convention, we only retain the release notes for the current
branch.
2019-06-25 11:46:30 +03:00
9d06ff8402
Cleanup basic tutorials
...
Rephrased some of the text. Moved some parts to the general tutorial to avoid
repeating it in the two specialized tutorials.
2019-06-24 12:41:10 +03:00
f9eef8f44c
Fix configuration guide documentation
...
Fixed limitations section, the heading depths and the document name,
corrected localhost_match_wildcard_host, added deprecation notes where
required.
2019-06-24 12:32:58 +03:00
35b5f2099b
Regenerate MaxCtrl documentation
2019-06-19 10:44:16 +03:00
372c9a8350
Fix configuration guide documentation
...
Fixed limitations section, the heading depths and the document name,
corrected localhost_match_wildcard_host, added deprecation notes where
required.
2019-06-17 14:07:52 +03:00
493155127b
Merge branch '2.3.8' into 2.3
2019-06-12 14:27:22 +03:00
208377b262
Update 2.3.8 release date
2019-06-12 14:26:15 +03:00
b98ff222f0
Merge branch '2.3.8' into 2.3
2019-06-12 11:26:33 +03:00
c68cb788cc
MXS-2552 Update DISK plugin documentation
2019-06-11 13:21:17 +03:00