Skip to content

Releases: hapinessjs/mongo-module

v2.1.0 (2019-09-03)

03 Sep 12:39
482b8b4
Compare
Choose a tag to compare
  • Now set by default useNewUrlParser: true, useCreateIndex: true and useFindAndModify: false on the connectionOptions of mongoose.

v2.0.5 (2019-05-27)

27 May 11:35
8b00b82
Compare
Choose a tag to compare
  • Fix reconnection issue

v2.0.4 (2019-05-13)

13 May 08:39
7eacf77
Compare
Choose a tag to compare
  • Fix mongoose version to avoir cursor bug on Azure CosmosDB

v2.0.3 (2018-07-16)

16 Jul 09:09
9d903f4
Compare
Choose a tag to compare
  • Hide credentials in debug logs

v2.0.2 (2018-04-25)

25 Apr 09:27
787e3b6
Compare
Choose a tag to compare
  • More debug and events for mongoose adapter

v2.0.1 (2018-04-17)

17 Apr 09:50
0cbda9d
Compare
Choose a tag to compare
  • Fix Mongo Utils - prepareUpdateObject

v2.0.0 (2018-04-06)

06 Apr 13:52
d578ed2
Compare
Choose a tag to compare
  • 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)

05 Apr 09:52
45ab6fc
Compare
Choose a tag to compare
  • 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)

29 Jan 13:33
a8a759e
Compare
Choose a tag to compare
  • Fix mongod logs option

v1.1.4 (2018-01-29)

29 Jan 13:15
443a729
Compare
Choose a tag to compare
  • Test utils: option to see mongod logs