mongodb-haskell / mongodb

MongoDB driver for Haskell
http://hackage.haskell.org/package/mongoDB
Apache License 2.0
172 stars 47 forks source link

Fix API Functionality for MongoDB >=6.0 #156

Open darycabrera opened 1 month ago

darycabrera commented 1 month ago

As of right now the OP_MSG message functionality is incomplete and/or breaking for Mongo server wire versions > 17. The changes made here restore expected behavior for APIs that broke between the migration from mongoDB version 5.0 to 6.0.

NOTE: EOL of MongoDB 5.0 is October 2024