fastify / workflows

Reusable workflows for use in the Fastify organization
MIT License
9 stars 6 forks source link

feat!: drop node@14 support for mongodb@6 driver #92

Closed climba03003 closed 4 months ago

climba03003 commented 1 year ago

Refs https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0 Refs https://github.com/fastify/fastify-mongodb/pull/219

Checklist

Eomm commented 1 year ago

mmm we have only one release line:

Uzlopak commented 1 year ago

I had somewhere the script for specifying the node version

climba03003 commented 1 year ago

I use the hash version inside fastify-mongodb, so it is not a problem for now.

Fdawgs commented 4 months ago

@climba03003 @gurgunday This may have just been superceded by #124 ?