File tree Expand file tree Collapse file tree 9 files changed +9
-83
lines changed Expand file tree Collapse file tree 9 files changed +9
-83
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,10 @@ from the preceding :ref:`ruby-aggregation-example`:
174
174
Run an Atlas Full-Text Search
175
175
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176
176
177
- .. note:: Only Available on Atlas for MongoDB v4.2 and later
177
+ .. note:: Only Available for Collections with an Atlas Search Index
178
178
179
- This aggregation pipeline operator is only available for collections hosted
180
- on :atlas:`MongoDB Atlas </>` clusters running v4.2 or later that are
181
- covered by an :atlas:`Atlas Search index </reference/atlas-search/index-definitions/>`.
179
+ This aggregation pipeline operator is only available for collections
180
+ with an :atlas:`Atlas Search index </reference/atlas-search/index-definitions/>`.
182
181
183
182
To specify a full-text search of one or more fields, you can create a
184
183
``$search`` pipeline stage.
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Authentication
179
179
- | The mechanism that the {+driver-short+} uses to authenticate the application.
180
180
|
181
181
| **Data Type**: ``Symbol``
182
- | **Default**: ``nil`` if user credentials are not supplied.
183
- | ``:scram256 `` when connecting to MongoDB v4.0 or later.
182
+ | **Default**: ``:scram256``
183
+ | ``nil `` if user credentials are not supplied.
184
184
| **Client Example**: ``auth_mech: :scram256``
185
185
| **Connection URI Example**: ``authMechanism=SCRAM-SHA-256``
186
186
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ Stable API
17
17
.. meta::
18
18
:keywords: compatible, backwards, upgrade
19
19
20
- .. note::
21
-
22
- The Stable API feature requires {+mdb-server+} 5.0 or later.
23
-
24
20
Overview
25
21
--------
26
22
Original file line number Diff line number Diff line change @@ -58,11 +58,6 @@ series data:
58
58
Create a Time Series Collection
59
59
-------------------------------
60
60
61
- .. important:: Server Version for Time Series Collections
62
-
63
- To create and interact with time series collections, you must be
64
- connected to a deployment running {+mdb-server+} 5.0 or later.
65
-
66
61
To create a time series collection, you must pass an options hash that contains
67
62
the specifications for the collection. You can specify the following specifications
68
63
for your time series collection:
Original file line number Diff line number Diff line change 7
7
- MongoDB 8.0
8
8
- MongoDB 7.0
9
9
- MongoDB 6.0
10
- - MongoDB 5.0
11
- - MongoDB 4.4
12
- - MongoDB 4.2
13
- - MongoDB 4.0
14
10
15
11
* - 2.21
16
12
- |checkmark |
17
13
- |checkmark |
18
14
- |checkmark |
19
- - |checkmark |
20
- - |checkmark |
21
- - |checkmark |
22
- - |checkmark |
23
15
24
16
* - 2.19 to 2.20
25
17
-
26
18
- |checkmark |
27
19
- |checkmark |
28
- - |checkmark |
29
- - |checkmark |
30
- - |checkmark |
31
- - |checkmark |
32
20
33
21
* - 2.18
34
22
-
35
23
-
36
24
- |checkmark |
37
- - |checkmark |
38
- - |checkmark |
39
- - |checkmark |
40
- - |checkmark |
41
25
42
26
* - 2.17
43
27
-
44
28
-
45
29
-
46
- - |checkmark |
47
- - |checkmark |
48
- - |checkmark |
49
- - |checkmark |
50
30
51
31
* - 2.16
52
32
-
53
33
-
54
34
-
55
- - |checkmark |
56
- - |checkmark |
57
- - |checkmark |
58
- - |checkmark |
59
35
60
36
* - 2.14 to 2.15
61
37
-
62
38
-
63
39
-
64
- -
65
- - |checkmark |
66
- - |checkmark |
67
- - |checkmark |
68
40
69
41
* - 2.13
70
42
-
71
43
-
72
44
-
73
- -
74
- - |checkmark | [#ocsp ]_
75
- - |checkmark |
76
- - |checkmark |
77
45
78
46
* - 2.12
79
47
-
80
48
-
81
49
-
82
- -
83
- -
84
- - |checkmark |
85
- - |checkmark |
86
50
87
51
* - 2.11
88
52
-
89
53
-
90
54
-
91
- -
92
- -
93
- - |checkmark | [#client-side-encryption ]_
94
- - |checkmark |
95
55
96
56
* - 2.10
97
57
-
98
58
-
99
59
-
100
- -
101
- -
102
- - |checkmark | [#srv-polling ]_ [#client-side-encryption ]_
103
- - |checkmark |
104
60
105
61
* - 2.6 to 2.9
106
62
-
107
63
-
108
64
-
109
- -
110
- -
111
- -
112
- - |checkmark |
113
-
114
- .. [#ocsp ] OCSP verification is implemented as of driver version 2.14.
115
- .. [#srv-polling ] Polling of SRV records in sharded topologies is
116
- implemented as of driver version 2.11.
117
- .. [#client-side-encryption ] Client-side encryption is implemented as of
118
- driver version 2.12.
119
65
120
66
.. include :: /includes/unicode-checkmark.rst
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Collations
15
15
Overview
16
16
--------
17
17
18
- .. versionadded:: 3.4
19
-
20
18
Collations are sets of rules for how to compare strings, typically in a
21
19
particular natural language.
22
20
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ AWS Identity and Access Management
20
20
Overview
21
21
--------
22
22
23
- .. note::
24
-
25
- AWS authentication is available only in the MongoDB Enterprise Edition for MongoDB 4.4
26
- and later.
27
-
28
23
The AWS authentication mechanism uses AWS `Identity and Access Management (IAM)
29
24
<https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html>`_
30
25
and AWS `Security Token Service (STS)
Original file line number Diff line number Diff line change @@ -23,9 +23,7 @@ Overview
23
23
**Salted Challenge Response Authentication Mechanism (SCRAM)** is a family of
24
24
authentication mechanisms that use a challenge-response mechanism to authenticate
25
25
the user. SCRAM-SHA-256, which uses the SHA-256 algorithm to hash your password, is the
26
- default authentication mechanism in {+mdb-server+} version 4.0
27
- and later. SCRAM-SHA-1, which uses the SHA-1 algorithm instead, is the default
28
- authentication mechanism in {+mdb-server+} versions earlier than 4.0.
26
+ default authentication mechanism for all supported server versions.
29
27
30
28
You can use SCRAM to authenticate to MongoDB Atlas, MongoDB
31
29
Enterprise Advanced, and MongoDB Community Edition.
Original file line number Diff line number Diff line change @@ -73,10 +73,9 @@ Encryption </core/queryable-encryption/>` in the {+mdb-server+} manual.
73
73
Client-side Field Level Encryption
74
74
----------------------------------
75
75
76
- Client-side Field Level Encryption (CSFLE) was introduced in {+mdb-server+}
77
- version 4.2 and supports searching encrypted fields for equality.
78
- CSFLE differs from Queryable Encryption in that you can select either a
79
- deterministic or random encryption algorithm to encrypt fields. You can only
76
+ Client-side Field Level Encryption (CSFLE) supports searching encrypted fields
77
+ for equality. CSFLE differs from Queryable Encryption in that you can select either
78
+ a deterministic or random encryption algorithm to encrypt fields. You can only
80
79
query encrypted fields that use a deterministic encryption algorithm when
81
80
using CSFLE. When you use a random encryption algorithm to encrypt
82
81
fields in CSFLE, they can be decrypted, but you cannot perform equality
You can’t perform that action at this time.
0 commit comments