Skip to content

Commit fabc80e

Browse files
RUBY-2822 Add support for comment field (#2404)
1 parent 894903c commit fabc80e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/release-notes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ This release includes the following new features:
3535
derived from Object. BSON::DBRef retains all fields, unlike Mongo::DBRef which
3636
only allowed $ref, $id, and $db. BSON::DBRef also reorders the fields if
3737
necessary to place $ref, $id, and $db first, in that order.
38+
- CRUD methods, methods for listing databases, collection, and indexes management
39+
methods now support a new option ``comment``. This option enables users to
40+
specify an arbitrary comment to help trace the operation through the
41+
database profiler, currentOp and logs.
3842

3943
2.17
4044
====

0 commit comments

Comments
 (0)