Releases: balderdashy/sails-mongo
Releases · balderdashy/sails-mongo
v2.1.2
What's Changed
- [feat] add appName to whitelisted connection options by @DominusKelvin in #501
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- [feat] add
maxPoolSize
as whitelisted config by @DominusKelvin in #500
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- [feat]: upgrade to mongodb driver 6 by @DominusKelvin in #499
New Contributors
- @DominusKelvin made their first contribution in #499
Full Changelog: v2.0.1...v2.1.0
v0.12.2
Bug fixes, docs, updates to dependencies, and minor improvements to tests:
- [INTERNAL] Bump and pin dependency versions
- [BUG] Update mongo driver version picking up patches fixes issue with ssl connectivity which was resolved in mongodb[2.1.20]. See #425 for more details. (Thanks @fpanwaskar!)
- [DOCS] Update README to include information about replica sets. (Thanks @luislobo!)