File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ CommandStartedEvent
86
86
"RequestID": ...,
87
87
"ConnectionID": "...",
88
88
"ServerConnectionID": ...,
89
- "ServerConnectionID64": ...,
90
89
"ServiceID": "..."
91
90
}
92
91
@@ -104,7 +103,6 @@ CommandSucceededEvent
104
103
"RequestID": 13,
105
104
"ConnectionID": "...",
106
105
"ServerConnectionID": ...,
107
- "ServerConnectionID64": ...,
108
106
"ServiceID": null,
109
107
"Reply": "..."
110
108
}
@@ -123,7 +121,6 @@ CommandFailedEvent
123
121
"RequestID": 13,
124
122
"ConnectionID": "...",
125
123
"ServerConnectionID": ...,
126
- "ServerConnectionID64": ...,
127
124
"ServiceID": null,
128
125
"Failure": "..."
129
126
}
Original file line number Diff line number Diff line change @@ -55,6 +55,19 @@ What's New in 2.0
55
55
:ref:`Connection Example Code <go-connection-example-code>` in the
56
56
Connection Guide.
57
57
58
+ The 2.0 {+driver-short+} release includes the following improvements and fixes:
59
+
60
+ - Updates to monitoring event documents:
61
+
62
+ - The ``CommandStartedEvent`` and ``CommandFinishedEvent`` structs
63
+ have a single ``ServerConnectionID`` field of type ``int64`` to
64
+ capture the connection ID.
65
+
66
+ - The ``ConnectionID`` field of the ``PoolEvent``
67
+ struct takes a value of type ``int64`` instead of ``uint64``.
68
+
69
+ To view sample event documents, see the :ref:`golang-monitoring` guides.
70
+
58
71
.. _version-1.13:
59
72
60
73
What's New in 1.13
You can’t perform that action at this time.
0 commit comments