We're looking into Elixir but our infrastructure uses Mongo V6. Unfortunately I've been unable to use this library due to the following error ``` ** (Mongo.Error) OP_QUERY is no longer supported. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal 5739101 (mongodb 1.0.0) lib/mongo/cursor.ex:56: anonymous fn/6 in Enumerable.Mongo.Cursor.start_fun/6 (elixir 1.15.5) lib/stream.ex:1612: anonymous fn/5 in Stream.resource/3 (elixir 1.15.5) lib/enum.ex:4387: Enum.reverse/1 (elixir 1.15.5) lib/enum.ex:3702: Enum.to_list/1```
We're looking into Elixir but our infrastructure uses Mongo V6. Unfortunately I've been unable to use this library due to the following error