Skip to content

Commit 31b070e

Browse files
(DOCSP-24130) libmongocrypt patch (#250)
1 parent fdbeb6d commit 31b070e

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1818
driver = "java"
1919
driver-long = "MongoDB Java Driver"
2020
version = "4.7"
21-
full-version = "{+version+}.0"
21+
full-version = "{+version+}.1"
2222

2323
package-name-org = "mongodb-org"
2424
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
2525
stable-api = "Stable API"
26-
mongocrypt-version = "1.5.1.1" # ensure compatibilty with driver version
26+
mongocrypt-version = "1.5.2"

source/whats-new.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 4.7.1 <version-4.7.1>`
1516
* :ref:`Version 4.7 <version-4.7>`
1617
* :ref:`Version 4.6 <version-4.6>`
1718
* :ref:`Version 4.5 <version-4.5>`
@@ -21,6 +22,26 @@ Learn what's new in:
2122
* :ref:`Version 4.1 <version-4.1>`
2223
* :ref:`Version 4.0 <version-4.0>`
2324

25+
.. _version-4.7.1:
26+
27+
What's New in 4.7.1
28+
-------------------
29+
30+
The 4.7.1 driver patches a bug that affects
31+
Client-Side Field Level Encryption and Queryable Encryption.
32+
The bug can cause data corruption when rotating :ref:`Data Encryption Keys <csfle-key-architecture>`
33+
(DEKs) encrypted with a :ref:`Customer Master Key <csfle-key-architecture>`
34+
hosted on Google Cloud Key Management Service or Azure
35+
Key Vault. The bug was present in version 4.7.0 of the driver
36+
in the ``RewrapManyDataKey`` method and causes the
37+
loss of your DEKs.
38+
39+
.. important:: Back Up your Key Vault Collection
40+
41+
Always back up your :ref:`Key Vault Collection <csfle-reference-key-vault>`
42+
before you rotate your DEKs. If you lose your DEKs, you lose access to all
43+
the data encrypted with those keys.
44+
2445
.. _version-4.7:
2546

2647
What's New in 4.7

0 commit comments

Comments
 (0)