Skip to content

Add metadata for MongoDB #9996

@RaschidJFR

Description

@RaschidJFR

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions