Skip to content

Releases: balderdashy/sails-mongo

v2.1.1

26 Apr 16:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Dec 20:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v0.12.2

10 Dec 02:45
feb4760
Compare
Choose a tag to compare

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!)

v0.12.1

28 Jul 16:51
Compare
Choose a tag to compare

Sets the reconnectInterval to the mongo default and adds a reconnectTries configuration option. See #118 for more details. Thanks @luislobo for the patch!

v0.12.0

25 Jan 21:23
Compare
Choose a tag to compare

Adds support for toggling case sensitivity on string queries. See updated CHANGELOG for more information.

v0.11.7

25 Jan 21:13
Compare
Choose a tag to compare

Some much needed enhancements and added stability to dependencies. See the newly created CHANGELOG for a full list.