Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/mongodb-handshake/handshake.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ support the `hello` command, the `helloOk: true` argument is ignored and the leg

## Changelog

- 2025-12-24: Update unified tests to only run on a single mongoses in sharded clusters.
- 2025-09-04: Clarify that drivers do not append the same metadata multiple times.
- 2025-06-09: Add requirement to allow appending to client metadata after `MongoClient` initialization.
- 2024-11-05: Move handshake prose tests from spec file to prose test file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{
"client": {
"id": "client",
"useMultipleMongoses": false,
"observeEvents": [
"commandSucceededEvent",
"commandFailedEvent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ runOnRequirements:
createEntities:
- client:
id: &client client
useMultipleMongoses: false
observeEvents:
- commandSucceededEvent
- commandFailedEvent
Expand Down
Loading