mongo-dart / mongo_dart

Mongo_dart: MongoDB driver for Dart programming language
https://pub.dev/packages/mongo_dart
MIT License
446 stars 98 forks source link

Support MongoDB >= 7.* #363

Closed Ahmadre closed 8 months ago

Ahmadre commented 8 months ago

Currently we use CSFLE which is stable for MongoDB 7.0 and above.

Is there any plan to support >= 7.*?

Thx.

giorgiofran commented 8 months ago

I did not yet any test with 7.0, but the driver sohuld work. If you find any issue, please inform me. CSFLE at present is not in my plans.