We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef4f3f commit 5e09e56Copy full SHA for 5e09e56
source/changelog.txt
@@ -17,6 +17,20 @@ v2.0.0
17
18
*Upcoming*
19
20
+- Added support for these constructors:
21
+
22
+ - :method:`Binary.createFromBase64()`
23
+ - :method:`Binary.createFromHexString()`
24
+ - :method:`ObjectId.createFromBase64()`
25
+ - :method:`ObjectId.createFromHexString()`
26
27
+- ``mongosh`` returns binary values as ``Binary.createFromBase64(
28
+ <base64String> )`` values instead of ``Binary( Buffer.from(
29
+ <base64String> ) )`` values. For example: ``binaryValue:
30
+ Binary.createFromBase64("SGVsbG8gV29ybGQhCg==")``
31
32
+ For additional details, see :method:`Binary.createFromBase64()`.
33
34
- Removes support for :ref:`Free Monitoring <free-monitoring-mongodb>`
35
helper functions:
36
0 commit comments