Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 05260fe

Browse files
committed
3.1.7 release notes
1 parent 8d8ecb4 commit 05260fe

File tree

6 files changed

+2135
-281
lines changed

6 files changed

+2135
-281
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. admonition:: Enterprise Feature
2+
3+
Available in MongoDB Enterprise only.

source/reference/glossary.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -973,13 +973,13 @@ Glossary
973973
See :ref:`read-operations-query-optimization`.
974974

975975
upsert
976-
An option for update operations. If set to true, the update
977-
operation will either update the first document matched by a
978-
query or insert a new document if none matches. The new document
979-
will have the fields implied by the operation. The
980-
:method:`~db.collection.update()` and
981-
:method:`~db.collection.findAndModify()` have the option. See
982-
:ref:`upsert-parameter`.
976+
An option for update operations; e.g.
977+
:method:`~db.collection.update()`,
978+
:method:`~db.collection.findAndModify()`. If set to true, the
979+
update operation will either update the document(s) matched by
980+
the specified query or if no documents match, insert a new
981+
document. The new document will have the fields indicated in the
982+
operation. See :ref:`upsert-parameter`.
983983

984984
virtual memory
985985
An application's working memory, typically residing on both

source/release-notes/3.1-dev-series-configure-encryption.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Features are subject to change. See also
2323
Overview
2424
--------
2525

26+
.. include:: /includes/fact-enterprise-only-admonition.rst
27+
2628
.. important::
2729

2830
Available for the WiredTiger Storage Engine Only.
2931

30-
MongoDB |version-dev| introduces a native encryption option for the
32+
MongoDB Enterprise |version-dev| introduces a native encryption option for the
3133
WiredTiger storage engine. With storage encryption, the secure
3234
management of the encryption keys is critical.
3335

@@ -46,11 +48,11 @@ encryption and key management.
4648
Key Manager
4749
-----------
4850

49-
MongoDB supports secure transfer of keys with compatible key management
50-
appliances. Using a key manager allows for the keys to be stored in the
51-
key manager.
51+
MongoDB Enterprise supports secure transfer of keys with compatible key
52+
management appliances. Using a key manager allows for the keys to be
53+
stored in the key manager.
5254

53-
MongoDB supports secure transfer of keys with Key Management
55+
MongoDB Enterprise supports secure transfer of keys with Key Management
5456
Interoperability Protocol (KMIP) compliant key management appliances.
5557
While any appliance vendor that provides support for KMIP is expected
5658
to be compatible, MongoDB has certified against SafeNet KeySecure and

0 commit comments

Comments
 (0)