Releases: hapinessjs/mongo-module
Releases · hapinessjs/mongo-module
v2.1.0 (2019-09-03)
v2.0.5 (2019-05-27)
- Fix reconnection issue
v2.0.4 (2019-05-13)
- Fix
mongoose
version to avoir cursor bug onAzure CosmosDB
v2.0.3 (2018-07-16)
- Hide credentials in debug logs
v2.0.2 (2018-04-25)
- More debug and events for mongoose adapter
v2.0.1 (2018-04-17)
- Fix Mongo Utils - prepareUpdateObject
v2.0.0 (2018-04-06)
- Updated
mongoose
to latest version - Removed the call to
createConnection
from the constructor of mongo adapter. - Now catch connection errors and pipe them out to be catch by user later on. No more waiting for timeout to realize there is a connection error.
MongooseGridfsAdapter
is now deprecated. UseMongooseGridfsBucketAdapter
v1.2.0 (2018-04-05)
- Updated packages' versions.
- added support of
OnShutdown
ofHapiness core
- added close functions to adapters.
- Fix typos in documentation.
v1.1.5 (2018-01-29)
- Fix mongod logs option
v1.1.4 (2018-01-29)
- Test utils: option to see mongod logs