-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Description
New Feature / Enhancement Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Current Limitation
The MongoDB driver has added a new specification for wrapping libraries, which has not yet been implemented in Parse Server.
Feature / Enhancement Description
This is part of cross-language efforts by MongoDB to better identify, track, and support all wrapping libraries using its drivers.
Example Use Case
const client = new MongoClient(MONGODB_URI);
client.appendMetadata({
name: 'Parse Server',
version: pkg.version,
});Alternatives / Workarounds
n/a
3rd Party References
Some examples of wrapper libraries implementing this:
Metadata
Metadata
Assignees
Labels
No labels