Skip to content

Commit 5ae855f

Browse files
author
Chris Cho
authored
DOCSP-22462: swift v1.3 compatibility updates (#822)
* DOCSP-22462: swift v1.3 compatibility updates
1 parent 00a44c5 commit 5ae855f

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

source/includes/mongodb-compatibility-table-swift.rst

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@
1313
- MongoDB 4.0
1414
- MongoDB 3.6
1515

16-
* - 1.2.0
16+
* - 1.3.0 [#1.2-1.3-limitations]_
17+
- |checkmark|
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
26+
* - 1.2.0 [#1.2-1.3-limitations]_
1727
-
1828
-
1929
-
@@ -23,7 +33,7 @@
2333
- |checkmark|
2434
- |checkmark|
2535

26-
* - 1.1.0
36+
* - 1.1.0 [#1.0-1.1-limitations]_
2737
-
2838
-
2939
-
@@ -33,18 +43,23 @@
3343
- |checkmark|
3444
- |checkmark|
3545

36-
* - 1.0.0
46+
* - 1.0.0 [#1.0-1.1-limitations]_
3747
-
3848
-
3949
-
4050
-
41-
- |checkmark| (*)
51+
- |checkmark|
4252
- |checkmark|
4353
- |checkmark|
4454
- |checkmark|
4555

4656
The Swift driver is not compatible with MongoDB server versions older than 3.6.
4757

48-
(*) Not all features in MongoDB 4.4 are available in this version of the
49-
driver including OCSP and MONGODB-AWS. These features will be included in
50-
future versions of the driver.
58+
.. [#1.2-1.3-limitations] Versions 1.2 and 1.3 do not include support for
59+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
60+
:manual:`GridFS </core/gridfs/>`, and authentication using AWS IAM roles.
61+
62+
.. [#1.0-1.1-limitations] Versions 1.0 and 1.1 do not include support for
63+
:manual:`OCSP </core/security-transport-encryption/>`,
64+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
65+
:manual:`GridFS </core/gridfs/>`, and authentication using AWS IAM roles.

0 commit comments

Comments
 (0)