Skip to content

Commit ed98a2e

Browse files
committed
Updated package and history
1 parent 194bf93 commit ed98a2e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.3.10 2013-06-17
2+
-----------------
3+
- Guard against possible undefined in server::canCheckoutWriter (Issue #992, https://github.com/willyaranda)
4+
- Fixed some duplicate test names (Issue #993, https://github.com/kawanet)
5+
- Introduced write and read concerns for GridFS (Issue #996)
6+
- Fixed commands not correctly respecting Collection level read preference (Issue #995, #999)
7+
- Fixed issue with pool size on replicaset connections (Issue #1000)
8+
- Execute all query commands on master switch (Issue #1002, https://github.com/fogaztuc)
9+
110
1.3.9 2013-06-05
211
----------------
312
- Fixed memory leak when findAndModify errors out on w>1 and chained callbacks not properly cleaned up.

docs/sphinx-docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.3.9'
53+
release = '1.3.10'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "mongodb"
22
, "description" : "A node.js driver for MongoDB"
33
, "keywords" : ["mongodb", "mongo", "driver", "db"]
4-
, "version" : "1.3.9"
4+
, "version" : "1.3.10"
55
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
66
, "contributors" : [ "Aaron Heckmann",
77
"Christoph Pojer",

0 commit comments

Comments
 (0)