chilts / mongodb-queue

Message queues which uses MongoDB.
209 stars 91 forks source link

Update to enable mongodb 5 driver #51

Open rbliss opened 8 months ago

rbliss commented 8 months ago

Updates mongodb-queue to work with the MongoDB 5 driver. Preserves the existing API of mongodb-queue. Works with latest versions of MongoDB 3.7.X, 4.X.X, and 5.X.X. Also:

All tests are passing.

chilts commented 8 months ago

Hi @rbliss, thank you so much for this. I will look at this soon, but probably not today or tomorrow. I just want to checkout the entire thing and re-test some things, esp. since I haven't used this project for a long time. Thanks again and feel free to ping me here if you need anything else.

rbliss commented 8 months ago

@chilts No problem! And thank you for creating this project and maintaining it. Happy to make any changes