Skip to content

Releases: hapinessjs/mongo-module

v2.1.0 (2019-09-03)

Choose a tag to compare

@fauvillej fauvillej released this 03 Sep 12:39
482b8b4
  • Now set by default useNewUrlParser: true, useCreateIndex: true and useFindAndModify: false on the connectionOptions of mongoose.

v2.0.5 (2019-05-27)

Choose a tag to compare

@fauvillej fauvillej released this 27 May 11:35
8b00b82
  • Fix reconnection issue

v2.0.4 (2019-05-13)

Choose a tag to compare

@akanass akanass released this 13 May 08:39
7eacf77
  • Fix mongoose version to avoir cursor bug on Azure CosmosDB

v2.0.3 (2018-07-16)

Choose a tag to compare

@fauvillej fauvillej released this 16 Jul 09:09
9d903f4
  • Hide credentials in debug logs

v2.0.2 (2018-04-25)

Choose a tag to compare

@fauvillej fauvillej released this 25 Apr 09:27
787e3b6
  • More debug and events for mongoose adapter

v2.0.1 (2018-04-17)

Choose a tag to compare

@fauvillej fauvillej released this 17 Apr 09:50
0cbda9d
  • Fix Mongo Utils - prepareUpdateObject

v2.0.0 (2018-04-06)

Choose a tag to compare

@akanass akanass released this 06 Apr 13:52
d578ed2
  • 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. Use MongooseGridfsBucketAdapter

v1.2.0 (2018-04-05)

Choose a tag to compare

@akanass akanass released this 05 Apr 09:52
45ab6fc
  • Updated packages' versions.
  • added support of OnShutdown of Hapiness core
  • added close functions to adapters.
  • Fix typos in documentation.

v1.1.5 (2018-01-29)

Choose a tag to compare

@fauvillej fauvillej released this 29 Jan 13:33
a8a759e
  • Fix mongod logs option

v1.1.4 (2018-01-29)

Choose a tag to compare

@fauvillej fauvillej released this 29 Jan 13:15
443a729
  • Test utils: option to see mongod logs