Skip to content

Releases: hapinessjs/mingo-module

v2.2.0 (2019-09-03)

03 Sep 14:53
7615f7f
Compare
Choose a tag to compare

v2.1.2 (2019-08-27)

27 Aug 09:36
628f52f
Compare
Choose a tag to compare
  • Fix: Check if filename exists

v2.1.1 (2019-05-08)

08 May 09:29
a90314b
Compare
Choose a tag to compare
  • Add index on filename

v2.1.0 (2019-04-26)

26 Apr 08:39
516c439
Compare
Choose a tag to compare
  • Handle Not Authenticated error

v2.0.0 (2019-02-15)

19 Feb 14:43
c6410ac
Compare
Choose a tag to compare
  • Breaking Change: Add bucket name in the file document

v1.4.0 (2019-02-14)

14 Feb 12:45
f3dbb81
Compare
Choose a tag to compare
  • Added a new repository layer
  • Implemented a basic retry strategy for compatibility with comsodb error 429. (No impact on mongodb)
  • Added a new optional config option db.maxRetryAttempts: Number to determine max number of retry on cosmo retry strategy. Default is 9.

v1.3.0 (2019-01-30)

30 Jan 10:08
77c61fc
Compare
Choose a tag to compare
  • Update to @hapiness/core 1.6.x
  • Update to @hapiness/minio 2.0.1

v1.2.0 (2018-05-25)

25 Apr 11:52
f7d1dcd
Compare
Choose a tag to compare
  • Update to @hapiness/mongo 2.x

v1.1.2 (2018-02-14)

14 Feb 16:47
c43acb0
Compare
Choose a tag to compare
  • MingoModel now have an id exposed.
  • Fix when calling the toJson method but value returned by mongo is null.

v1.1.1 (2018-02-13)

13 Feb 17:11
b1f8dee
Compare
Choose a tag to compare
  • Fix returned object, now doesn't include mongoose metadata