Releases: hapinessjs/mingo-module
Releases · hapinessjs/mingo-module
v2.2.0 (2019-09-03)
v2.1.2 (2019-08-27)
- Fix: Check if filename exists
v2.1.1 (2019-05-08)
- Add index on filename
v2.1.0 (2019-04-26)
- Handle Not Authenticated error
v2.0.0 (2019-02-15)
- Breaking Change: Add bucket name in the file document
v1.4.0 (2019-02-14)
- 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)
- Update to @hapiness/core 1.6.x
- Update to @hapiness/minio 2.0.1
v1.2.0 (2018-05-25)
- Update to @hapiness/mongo 2.x
v1.1.2 (2018-02-14)
- 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)
- Fix returned object, now doesn't include mongoose metadata