← Back to Products

pnpm

1 updates

developmenttoolsprogramming

6.18.0 (2025-07-22) The MongoDB Node.js team is pleased to announce version 6.18.0 of the mongodb package! Release Notes New appendMetadata API allows clients to add handshake metadata post construction Driver information such as name, version, and platform are allowed: import { MongoClient } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI); client.appendMetadata({ name: 'my library', version: '1.0', platform: 'NodeJS' }); Cursors lazily instantiate sessions In previous ve

Read more →