mongodb-js/connect-mongodb-session

Regression in 2.0.8: databaseName no longer working

ramicohen303 opened this issue · 2 comments

Until 2.0.7, sending the databaseName property was working properly. Starting with 2.0.8, the exception "Uncaught MongoError: database name must be a string" is thrown. Passing the database name in the Url parameter works fine like before.

Looks like the databaseName property is missing from the new archetype validation.

Fixed and released 2.1.1 👍

Thank you