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 c935228 commit a179f7bCopy full SHA for a179f7b
x/mongo/driver/topology/fsm.go
@@ -21,7 +21,7 @@ var (
21
MinSupportedMongoDBVersion = "3.6"
22
23
// SupportedWireVersions is the range of wire versions supported by the driver.
24
- SupportedWireVersions = description.NewVersionRange(6, 17)
+ SupportedWireVersions = description.NewVersionRange(6, 21)
25
)
26
27
type fsm struct {
0 commit comments