We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa32249 commit 1380613Copy full SHA for 1380613
x/mongo/driver/topology/fsm.go
@@ -18,7 +18,7 @@ import (
18
19
var (
20
// SupportedWireVersions is the range of wire versions supported by the driver.
21
- SupportedWireVersions = description.NewVersionRange(2, 15)
+ SupportedWireVersions = description.NewVersionRange(2, 17)
22
)
23
24
const (
0 commit comments