All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
1188 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.0.5 Changes
March 15, 2018๐ Fixed
- Resource leak in SCRAM authentication
-
v2.3.0.4 Changes
February 11, 2018๐ Fixed
- ๐ Benchmark's build
-
v2.3.0.3 Changes
February 10, 2018๐ Fixed
- aggregate requires cursor in mongo 3.6
-
v2.3.0.2 Changes
January 28, 2018๐ Fixed
- Uploading files with GridFS
-
v2.3.0.1 Changes
December 28, 2017โ Removed
- ๐ฒ Log output that littered stdout in modify many commands.
-
v2.2.0 Changes
April 08, 2017โ Added
- GridFS implementation
๐ Fixed
- Write functions hang when the connection is lost.
-
v2.1.1 Changes
August 13, 2016๐ Changed
- โก๏ธ Interfaces of update and delete functions. They don't require MonadBaseControl anymore.
-
v2.1.0 Changes
June 21, 2016โ Added
- TLS implementation. So far it is an experimental feature.
- Insert using command syntax with mongo server >= 2.6
- โก๏ธ UpdateMany and UpdateAll commands. They use bulk operations from mongo version 2.6 and above. With versions below 2.6 it sends many updates.
- โ DeleteAll and DeleteMany functions use bulk operations with mongo server >= 2.6. If mongo server version is below 2.6 then it sends many individual deletes.
๐ Changed
- All messages will be strictly evaluated before sending them to mongodb server. No more closed handles because of bad arguments.
- โก๏ธ Update command is reimplemented in terms of UpdateMany.
- โ delete and deleteOne functions are now implemented using bulk delete functions.
โ Removed
- System.IO.Pipeline module
๐ Fixed
- allCollections request for mongo versions above 3.0
-
v2.0.10 Changes
December 22, 2015๐ Fixed
- SCRAM-SHA-1 authentication for mongolab
-
v2.0.9 Changes
November 07, 2015โ Added
- SCRAM-SHA-1 authentication for mongo 3.0