Skip to content

Commit 2d6b632

Browse files
authored
Define ECC, ECOC, and ESC acronyms within encryptedFields (#1234)
1 parent 2fd6b69 commit 2d6b632

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/client-side-encryption/client-side-encryption.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Client Side Encryption
1010
:Status: Accepted
1111
:Type: Standards
1212
:Minimum Server Version: 4.2
13-
:Last Modified: 2022-05-26
14-
:Version: 1.7.1
13+
:Last Modified: 2022-05-27
14+
:Version: 1.7.2
1515

1616
.. _lmc-c-api: https://github.com/mongodb/libmongocrypt/blob/master/src/mongocrypt.h.in
1717

@@ -128,6 +128,11 @@ encryptedFields
128128
]
129129
}
130130
131+
The acronyms within ``encryptedFields`` are defined as follows:
132+
133+
* ECC: Encrypted Cache Collection
134+
* ECOC: Encrypted Compaction Collection
135+
* ESC: Encrypted State Collection
131136

132137
Introduction
133138
============
@@ -2283,6 +2288,7 @@ Changelog
22832288
:align: left
22842289
22852290
Date, Description
2291+
22-05-27, Define ECC, ECOC, and ESC acronyms within encryptedFields
22862292
22-05-26, Clarify how ``encryptedFields`` interacts with ``create`` and ``drop`` commands
22872293
22-05-24, Add key management API functions
22882294
22-05-18, Add createKey and rewrapManyDataKey

0 commit comments

Comments
 (0)