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`:
174174Run an Atlas Full-Text Search
175175~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176176
177- .. note:: Only Available on Atlas for MongoDB v4.2 and later
177+ .. note:: Only Available for Collections with an Atlas Search Index
178178
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/>`.
182181
183182To specify a full-text search of one or more fields, you can create a
184183``$search`` pipeline stage.
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Authentication
179179 - | The mechanism that the {+driver-short+} uses to authenticate the application.
180180 |
181181 | **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.
184184 | **Client Example**: ``auth_mech: :scram256``
185185 | **Connection URI Example**: ``authMechanism=SCRAM-SHA-256``
186186
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ Stable API
1717.. meta::
1818 :keywords: compatible, backwards, upgrade
1919
20- .. note::
21-
22- The Stable API feature requires {+mdb-server+} 5.0 or later.
23-
2420Overview
2521--------
2622
Original file line number Diff line number Diff line change @@ -58,11 +58,6 @@ series data:
5858Create a Time Series Collection
5959-------------------------------
6060
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-
6661To create a time series collection, you must pass an options hash that contains
6762the specifications for the collection. You can specify the following specifications
6863for your time series collection:
Original file line number Diff line number Diff line change 77 - MongoDB 8.0
88 - MongoDB 7.0
99 - MongoDB 6.0
10- - MongoDB 5.0
11- - MongoDB 4.4
12- - MongoDB 4.2
13- - MongoDB 4.0
1410
1511 * - 2.21
1612 - |checkmark |
1713 - |checkmark |
1814 - |checkmark |
19- - |checkmark |
20- - |checkmark |
21- - |checkmark |
22- - |checkmark |
2315
2416 * - 2.19 to 2.20
2517 -
2618 - |checkmark |
2719 - |checkmark |
28- - |checkmark |
29- - |checkmark |
30- - |checkmark |
31- - |checkmark |
3220
3321 * - 2.18
3422 -
3523 -
3624 - |checkmark |
37- - |checkmark |
38- - |checkmark |
39- - |checkmark |
40- - |checkmark |
4125
4226 * - 2.17
4327 -
4428 -
4529 -
46- - |checkmark |
47- - |checkmark |
48- - |checkmark |
49- - |checkmark |
5030
5131 * - 2.16
5232 -
5333 -
5434 -
55- - |checkmark |
56- - |checkmark |
57- - |checkmark |
58- - |checkmark |
5935
6036 * - 2.14 to 2.15
6137 -
6238 -
6339 -
64- -
65- - |checkmark |
66- - |checkmark |
67- - |checkmark |
6840
6941 * - 2.13
7042 -
7143 -
7244 -
73- -
74- - |checkmark | [#ocsp ]_
75- - |checkmark |
76- - |checkmark |
7745
7846 * - 2.12
7947 -
8048 -
8149 -
82- -
83- -
84- - |checkmark |
85- - |checkmark |
8650
8751 * - 2.11
8852 -
8953 -
9054 -
91- -
92- -
93- - |checkmark | [#client-side-encryption ]_
94- - |checkmark |
9555
9656 * - 2.10
9757 -
9858 -
9959 -
100- -
101- -
102- - |checkmark | [#srv-polling ]_ [#client-side-encryption ]_
103- - |checkmark |
10460
10561 * - 2.6 to 2.9
10662 -
10763 -
10864 -
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.
11965
12066.. include :: /includes/unicode-checkmark.rst
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Collations
1515Overview
1616--------
1717
18- .. versionadded:: 3.4
19-
2018Collations are sets of rules for how to compare strings, typically in a
2119particular natural language.
2220
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ AWS Identity and Access Management
2020Overview
2121--------
2222
23- .. note::
24-
25- AWS authentication is available only in the MongoDB Enterprise Edition for MongoDB 4.4
26- and later.
27-
2823The AWS authentication mechanism uses AWS `Identity and Access Management (IAM)
2924<https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html>`_
3025and AWS `Security Token Service (STS)
Original file line number Diff line number Diff line change @@ -23,9 +23,7 @@ Overview
2323**Salted Challenge Response Authentication Mechanism (SCRAM)** is a family of
2424authentication mechanisms that use a challenge-response mechanism to authenticate
2525the 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.
2927
3028You can use SCRAM to authenticate to MongoDB Atlas, MongoDB
3129Enterprise 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.
7373Client-side Field Level Encryption
7474----------------------------------
7575
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
8079query encrypted fields that use a deterministic encryption algorithm when
8180using CSFLE. When you use a random encryption algorithm to encrypt
8281fields in CSFLE, they can be decrypted, but you cannot perform equality
You can’t perform that action at this time.
0 commit comments