File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Command Monitoring
11
11
:Status: Approved
12
12
:Type: Standards
13
13
:Minimum Server Version: 2.4
14
- :Last Modified: 2021-05-05
15
- :Version: 1.9.1
14
+ :Last Modified: 2021-08-30
15
+ :Version: 1.10.0
16
16
17
17
.. contents ::
18
18
@@ -508,3 +508,6 @@ Changelog
508
508
5 MAY 2021
509
509
- Updated to use hello and legacy hello.
510
510
511
+ 30 AUG 2021:
512
+ - Added ``serverConnectionId `` field to ``CommandStartedEvent ``, ``CommandSucceededEvent `` and
513
+ ``CommandFailedEvent ``.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Unified Test Format
3
3
===================
4
4
5
5
:Spec Title: Unified Test Format
6
- :Spec Version: 1.5.6
6
+ :Spec Version: 1.6.0
7
7
:Author: Jeremy Mikola
8
8
:Advisors: Prashant Mital, Isabel Atkinson, Thomas Reggi
9
9
:Status: Accepted
10
10
:Type: Standards
11
11
:Minimum Server Version: N/A
12
- :Last Modified: 2021-08-24
12
+ :Last Modified: 2021-08-30
13
13
14
14
.. contents ::
15
15
@@ -3277,6 +3277,9 @@ spec changes developed in parallel or during the same release cycle.
3277
3277
Change Log
3278
3278
==========
3279
3279
3280
+ :2021-08-30: Add ``hasServerConnectionId `` field to ``commandStartedEvent ``,
3281
+ ``commandSuccededEvent `` and ``commandFailedEvent ``.
3282
+
3280
3283
:2021-08-24: Test runners may create an internal MongoClient for each mongos.
3281
3284
Better clarify how internal MongoClients may be used.
3282
3285
You can’t perform that action at this time.
0 commit comments