-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Critical - P2
-
None
-
Affects Version/s: 1.11.0
-
Component/s: None
-
None
Summary
The driver version is incompatible with older versions of MongoDB and should be considered a breaking change. The version should be `v2.0.0`.
v1.11.0 (go driver)
v2.6 (mongo server)
How to Reproduce
Try to do anything at all with a mongo server < v3.6. I reproduced running the `mongo:2.6` docker image locally and trying to run a `.Find()` function.
Additional Background
Error message: "server at mongo:27017 reports wire version 2, but this version of the Go driver requires at least 6 (MongoDB 3.6)"
- is caused by
-
GODRIVER-2546 FLE - maxWireVersion should run on Mongo Server 4.0.x
- Closed