Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
656 stars 90 forks source link

Added support for MongoDB 5.x => insertOne instead of insert #278

Closed KoenLav closed 2 years ago

KoenLav commented 2 years ago

Untested, but as Meteor has probably started using insertOne this should fix #277.

https://docs.mongodb.com/manual/reference/method/db.collection.insertOne/

StorytellerCZ commented 2 years ago

Won't this require api.versionsFrom('2.6')?

StorytellerCZ commented 2 years ago

I'll do a patch release of this tomorrow.