New Feature / Enhancement Checklist
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:
New Feature / Enhancement Checklist
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
Alternatives / Workarounds
n/a
3rd Party References
Some examples of wrapper libraries implementing this: