Commit Graph

3992 Commits

Author SHA1 Message Date
Shane Harvey
a9e2192919 BUMP 3.6.1 2018-02-28 19:00:09 -08:00
Shane Harvey
9cecbb2ae5 PYTHON-1491 Skip failing OP_KILL_CURSORS test 2018-02-28 13:05:05 -08:00
Shane Harvey
79a327b752 PYTHON-1474 Return cursor sessions as quickly as possible
Return implicit sessions to the pool as soon as the cursor is exhausted
instead of waiting for garbage collection.
2018-02-27 16:03:25 -08:00
Bernie Hackett
e7e4833112 PYTHON-1485 - Strongly encourage the use modern TLS protocols 2018-02-27 12:55:32 -08:00
Shane Harvey
3c6ffb895e PYTHON-1471 Disable failing arbiter tests on MongoDB latest 2018-02-27 09:45:56 -08:00
Shane Harvey
0e6b425870 PYTHON-1475 Create shallow copy of session pool before iteration 2018-02-26 16:04:02 -08:00
Shane Harvey
5f3f398ff1 PYTHON-1415 Fail CI when test suite cannot connect 2018-02-26 15:50:56 -08:00
Bernie Hackett
4fa72033dd PYTHON-1488 - Fix auth tests for MongoDB 3.7 2018-02-26 15:32:55 -08:00
Shane Harvey
0aefc6c19b PYTHON-1434 Update max cluster time even when heartbeats fail 2018-02-26 11:00:00 -08:00
Shane Harvey
1fa894d757 PYTHON-1434 Don't resend client metadata on the same socket 2018-02-26 11:00:00 -08:00
Bernie Hackett
2c932dfe77 PYTHON-1477 PYTHON-1478 PYTHON-1480 - Doc improvements 2018-02-22 17:14:28 -08:00
Shane Harvey
b86c1e6019 PYTHON-1482 Fix monotonic time import for Python 2
Add changelog for 3.6.1
2018-02-21 17:01:03 -08:00
Shane Harvey
251df6abd1 PYTHON-1482 Fix maxIdleTime reaper calculation 2018-02-21 17:01:03 -08:00
A. Jesse Jiryu Davis
37778bac3e PYTHON-1479 - Don't add projection to "find" cmd twice, 2 2018-02-21 17:59:06 -05:00
Shane Harvey
77804b1aed PYTHON-1422 Don't update a closed topology 2018-02-20 14:12:32 -08:00
Bernie Hackett
585d0fbd4f PYTHON-1470 - Fix test_create for 3.7+ mongos 2018-02-20 13:46:48 -08:00
Bernie Hackett
1736f702a0 PYTHON-1469 - Ignore unexpected error fields in tests 2018-02-20 13:46:48 -08:00
A. Jesse Jiryu Davis
2ad6117af2 PYTHON-1479 - Don't add projection to "find" cmd twice 2018-02-16 09:46:47 -05:00
Shane Harvey
0779443c9d PYTHON-1428 Respect maxPoolSize when minPoolSize is set 2018-02-13 16:37:26 -08:00
Bernie Hackett
cacc0ab877 PYTHON-1459 - Remove uses of the forceerror command 2018-02-13 09:59:23 -08:00
Bernie Hackett
d190b37d15 PYTHON-1440 - Use with in watch examples 2018-02-13 09:56:44 -08:00
Bernie Hackett
ba7c95a9df PYTHON-1462 - Import ABCs from collections.abc 2018-02-12 19:42:44 -08:00
Bernie Hackett
ad348a2e0b PYTHON-1277 - Port benchmark tests to Evergreen 2018-02-12 19:30:19 -08:00
aherlihy
6656b7c985 Add performance tests 2018-02-12 19:30:19 -08:00
Bernie Hackett
6391d0b499 PYTHON-1455 - Fix fsync test for Python 3.7+ 2018-02-12 19:24:09 -08:00
Bernie Hackett
be629bd884 PYTHON-1441 - Ignore batchSize in agg with $out stage 2018-02-12 19:20:26 -08:00
Bernie Hackett
8929080e7a PYTHON-1445 PYTHON-1446 PYTHON-1448 - More examples 2018-02-12 19:13:44 -08:00
rdb
077fb2041a Allow fields to be a set (#347)
Add test cases for set and tuple projection arguments.
2018-02-12 11:33:36 -08:00
Shane Harvey
1a784e1afb PYTHON-1466 Silence minor complaints from Coverity
Remove useless NULL check as GETSTATE cannot return NULL after
successful initialization.
2018-02-12 11:31:48 -08:00
Derek Frank
fde5b8685e Update tools documentation (#345)
Add testing driver, mongomock.
Add new ORM-like framework, uMongo.
Update no longer maintained ORM-like libraries, MongoKit, MongoAlchemy, 
minimongo, and Manga.
2018-02-12 11:31:41 -08:00
kalvdans
d08c2587f5 Use formatting operator to format error message (#348) 2018-02-12 08:23:22 -08:00
Bernie Hackett
bb24a96582 Start work on 3.6.1 2018-02-01 13:14:47 -08:00
Shane Harvey
5db2048df6 BUMP 3.6.0 2017-12-05 14:39:25 -08:00
nesdis
bc9df037e1 Djongo: A MongoDB connector for Django
Djongo is a connector for using Django with MongoDB as the database backend
2017-12-04 09:58:04 -08:00
nesdis
e1c7fb455f Djongo
A connector for using Django with MongoDB
2017-12-04 09:58:04 -08:00
nesdis
eedbb3ed01 Djongo connector for MongoDB
Djongo is a connector for using   Django with MongoDB as the database backend
2017-12-04 09:58:04 -08:00
nesdis
38fac8c3e3 Update tools.rst 2017-12-04 09:58:04 -08:00
Bernie Hackett
507f954ed4 Update copyright dates 2017-12-01 17:23:39 -08:00
Bernie Hackett
de801be529 Silence various complaints from Coverity 2017-11-30 15:02:20 -08:00
Shane Harvey
96b6f8d0d4 Update changelog and causal docs for 3.6. 2017-11-30 14:55:23 -08:00
Shane Harvey
2a05236f61 PYTHON-1332 Only gossip cluster time on >= 3.6.
Do not add readConcern to explain.
Test explain with collation.
2017-11-30 14:53:14 -08:00
Shane Harvey
36e585bdbf PYTHON-1427 Always initialize Cursor attributes used in __del__.
Prevents attribute errors during garbage collection.
2017-11-29 12:38:40 -08:00
Shane Harvey
b628fcbae2 Fully compare write results in check_result. 2017-11-29 11:15:38 -08:00
Bernie Hackett
e42897e79e PYTHON-1418 - More spec updates 2017-11-29 10:52:05 -08:00
Shane Harvey
e554d6116c PYTHON-1419 Call endSessions on MongoClient.close. 2017-11-28 14:26:25 -08:00
Shane Harvey
8416c73ca7 PYTHON-1421 Ensure Server monitor threads are (re)opened. 2017-11-28 11:56:13 -08:00
Shane Harvey
628cd2d5ef PYTHON-1420 Fix heartbeatFrequencyMS ConfigurationError. 2017-11-28 11:53:25 -08:00
Shane Harvey
9018525ac8 BUMP 3.6rc1.dev0. 2017-11-28 11:51:53 -08:00
Shane Harvey
36a31ff94a BUMP 3.6rc0. 2017-11-20 14:36:38 -08:00
Shane Harvey
47302096f9 PYTHON-1339 Retryable multi-statement writes.
MongoClient with retryWrites=true works when the cluster does not support retryable writes.
2017-11-20 12:18:00 -08:00