github typegoose/mongodb-memory-server v6.0.1

latest releases: v10.0.1, v10.0.1-beta.1, v10.0.0...
4 years ago

6.0.1 (2019-10-22)

Hotfix

It helps in future translate config options to connectionString without introducing breaking changes.

  • MongoMemoryServer: getConnectionString() add ? character to the uri by default (505b7c2)
const uri = await mongoServer.getConnectionString();
- mongodb://127.0.0.1:49891/4a8ffafc-c154-4f6a-bc60-16f8fdc98706
+ mongodb://127.0.0.1:49891/4a8ffafc-c154-4f6a-bc60-16f8fdc98706?

Don't miss a new mongodb-memory-server release

NewReleases is sending notifications on new releases.