Skip to content

Commit f8ce8e6

Browse files
author
Chris Cho
authored
DOCSP-22076: CSFLE redirects (#823)
* DOCSP-22076: CSFLE redirects
1 parent 5ae855f commit f8ce8e6

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

config/redirects

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ raw: docs/drivers/go -> https://www.mongodb.com/docs/drivers/go/current/
1010
# Java
1111
raw: docs/drivers/java -> ${base}/java-drivers/
1212

13-
14-
# FLE https://jira.mongodb.org/browse/DOP-1633
15-
raw: docs/drivers/use-cases/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
16-
raw: docs/drivers/use-cases/client-side-field-level-encryption-local-key-to-kms -> ${base}/security/client-side-field-level-encryption-local-key-to-kms/
17-
raw: docs/drivers/use-cases/sensitive-data-encryption -> ${base}/security/client-side-field-level-encryption-guide/
18-
13+
# Manual FLE merge - update URLs after 6.0 release
14+
raw: docs/drivers/security -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
15+
raw: docs/drivers/security/client-side-field-level-encryption-guide -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
16+
raw: docs/drivers/security/client-side-field-level-encryption-local-key-to-kms -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
17+
raw: docs/drivers/use-cases/client-side-field-level-encryption-guide -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
18+
raw: docs/drivers/use-cases/client-side-field-level-encryption-local-key-to-kms -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
19+
raw: docs/drivers/use-cases/sensitive-data-encryption -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
1920

2021
###
2122
### Redirects for Legacy Drivers Content

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,51 +23,51 @@
2323
- ✓
2424
- ✓
2525
* - 2.1 [#2.1-limitation]_
26-
-
27-
-
28-
-
26+
-
27+
-
28+
-
2929
- ✓
3030
- ✓
3131
- ✓
3232
- ✓
3333
- ✓
3434
* - 2.0 [#limitations]_
35-
-
36-
-
37-
-
35+
-
36+
-
37+
-
3838
- ✓
3939
- ✓
4040
- ✓
4141
- ✓
4242
- ✓
4343
* - 1.1 [#limitations]_
44-
-
45-
-
46-
-
47-
-
44+
-
45+
-
46+
-
47+
-
4848
- ✓
4949
- ✓
5050
- ✓
5151
- ✓
5252

5353
The Rust driver is not compatible with MongoDB server versions older than 3.6.
5454

55-
.. [#2.2-limitation] The Rust driver does not support Decimal128,
56-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
55+
.. [#2.2-limitation] The Rust driver does not support Decimal128,
56+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
5757
:manual:`GridFS </core/gridfs/>`, and
5858
:manual:`OCSP </core/security-transport-encryption/>`.
5959
60-
.. [#2.1-limitation] The Rust driver does not support Decimal128,
61-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
62-
:manual:`GridFS </core/gridfs/>`,
63-
:manual:`OCSP </core/security-transport-encryption/>`,
60+
.. [#2.1-limitation] The Rust driver does not support Decimal128,
61+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
62+
:manual:`GridFS </core/gridfs/>`,
63+
:manual:`OCSP </core/security-transport-encryption/>`,
6464
and :ref:`change streams <changeStreams>`.
6565
6666
.. [#limitations] Not all features in MongoDB are available in these driver versions. Unsupported
67-
features include Decimal128,
68-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
69-
:manual:`GridFS </core/gridfs/>`,
70-
:manual:`OCSP </core/security-transport-encryption/>`,
67+
features include Decimal128,
68+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
69+
:manual:`GridFS </core/gridfs/>`,
70+
:manual:`OCSP </core/security-transport-encryption/>`,
7171
:ref:`change streams <changeStreams>`,
7272
:manual:`Causal Consistency </core/causal-consistency-read-write-concerns>`, and
7373
:atlas:`Serverless Instances </reference/serverless-instance-limitations>`.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
- |checkmark|
2525

2626
* - 1.2.0 [#1.2-1.3-limitations]_
27-
-
28-
-
27+
-
28+
-
2929
-
3030
- |checkmark|
3131
- |checkmark|
@@ -34,8 +34,8 @@
3434
- |checkmark|
3535

3636
* - 1.1.0 [#1.0-1.1-limitations]_
37-
-
38-
-
37+
-
38+
-
3939
-
4040
-
4141
- |checkmark|
@@ -44,8 +44,8 @@
4444
- |checkmark|
4545

4646
* - 1.0.0 [#1.0-1.1-limitations]_
47-
-
48-
-
47+
-
48+
-
4949
-
5050
-
5151
- |checkmark|
@@ -60,6 +60,6 @@ The Swift driver is not compatible with MongoDB server versions older than 3.6.
6060
:manual:`GridFS </core/gridfs/>`, and authentication using AWS IAM roles.
6161
6262
.. [#1.0-1.1-limitations] Versions 1.0 and 1.1 do not include support for
63-
:manual:`OCSP </core/security-transport-encryption/>`,
63+
:manual:`OCSP </core/security-transport-encryption/>`,
6464
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
6565
:manual:`GridFS </core/gridfs/>`, and authentication using AWS IAM roles.

0 commit comments

Comments
 (0)