Steven Silvester
|
bab38dac28
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-21 14:41:40 -05:00 |
|
Steven Silvester
|
7295fe17b7
|
PYTHON-4226 Add Projection with aggregation expressions example (#1803)
|
2024-08-21 14:28:55 -05:00 |
|
Steven Silvester
|
96647216e2
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-21 08:08:45 -05:00 |
|
Shruti Sridhar
|
4024a1b85d
|
PYTHON-4668 Improve performance of client.bulk_write (#1800)
|
2024-08-20 17:18:28 -07:00 |
|
Steven Silvester
|
679a379170
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-20 17:29:02 -05:00 |
|
Steven Silvester
|
c03721c8f5
|
PYTHON-4656 Fix running of enterprise auth tests (#1801)
|
2024-08-20 14:37:00 -05:00 |
|
Steven Silvester
|
50c037aec5
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-19 20:57:13 -05:00 |
|
Shruti Sridhar
|
ad888797cf
|
PYTHON-4666 Fix handling of large documents in client.bulk_write (#1798)
|
2024-08-19 12:57:57 -07:00 |
|
Steven Silvester
|
f16206cb89
|
PYTHON-4392 Support Range Indexes as GA (#1795)
|
2024-08-19 14:29:18 -05:00 |
|
Steven Silvester
|
efcecc9a7f
|
PYTHON-4648 Fix handling of event_loop_policy in tests (#1799)
|
2024-08-19 12:57:15 -05:00 |
|
Steven Silvester
|
cb14e33d30
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-18 16:30:36 -05:00 |
|
Shruti Sridhar
|
559d8b1ea1
|
PYTHON-4596 Only encode each operation document once for MongoClient.bulk_write (#1797)
|
2024-08-16 15:55:57 -07:00 |
|
Shruti Sridhar
|
768858eed6
|
PYTHON-4630 Add documentation for MongoClient.bulk_write (#1794)
|
2024-08-16 15:55:30 -07:00 |
|
Shruti Sridhar
|
ce5c5adb63
|
PYTHON-4578 Benchmark collection and client bulk write (#1796)
|
2024-08-16 14:45:32 -07:00 |
|
Shane Harvey
|
8b44bc4bf3
|
PYTHON-4150 Resync spec tests to bump maxWireVersion (#1787)
|
2024-08-16 14:14:07 -07:00 |
|
Shruti Sridhar
|
297dfe6aa3
|
PYTHON-4660 Fix AttributeError when MongoClient.bulk_write batch fails with InvalidBSON (#1792)
|
2024-08-15 14:13:00 -07:00 |
|
Steven Silvester
|
ff55b8178a
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-15 08:00:42 -05:00 |
|
Steven Silvester
|
adf8817df8
|
PYTHON-4584 Add length option to Cursor.to_list for motor compat (#1791)
|
2024-08-14 13:13:56 -05:00 |
|
Shane Harvey
|
f2f75fc1c8
|
PYTHON-4659 Fix async with TLS (#1793)
|
2024-08-13 18:32:48 -07:00 |
|
Steven Silvester
|
f69d330b25
|
PYTHON-4654 Clean up Async API to match Motor (#1789)
|
2024-08-13 19:17:45 -05:00 |
|
Steven Silvester
|
3c7100c67f
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-13 08:10:23 -05:00 |
|
Shruti Sridhar
|
47b2257028
|
PYTHON-4641 Fix failure in async version of client bulk CSOT test (#1790)
|
2024-08-12 17:59:44 -07:00 |
|
Steven Silvester
|
248448a6a2
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-12 17:23:59 -05:00 |
|
Noah Stapp
|
a232b657d0
|
PYTHON-4613 Skip async tests when testing eventlet/gevent (#1780)
|
2024-08-12 10:23:43 -07:00 |
|
Shruti Sridhar
|
2afbd4b279
|
PYTHON-4650 Fix MongoClient.bulk_write test failure when compression is enabled (#1786)
|
2024-08-12 10:21:09 -07:00 |
|
Shane Harvey
|
30b32d00c4
|
PYTHON-4649 Skip CSOT tests on slow Windows and macOS hosts (#1784)
|
2024-08-12 10:10:19 -07:00 |
|
Steven Silvester
|
4d845eabc2
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-11 20:36:29 -05:00 |
|
Shane Harvey
|
cd9de28c8f
|
PYTHON-4652 Remove duplicate async tests in Github Actions (#1785)
|
2024-08-09 23:19:46 -07:00 |
|
Shane Harvey
|
4742737876
|
PYTHON-4643 Fix test_to_list_tailable (#1783)
|
2024-08-09 23:19:15 -07:00 |
|
Steven Silvester
|
940d2c85fb
|
PYTHON-4616 Remove EVG release scripts (#1776)
|
2024-08-09 16:28:10 -05:00 |
|
Steven Silvester
|
d91393bc83
|
PYTHON-4644 Use a random name for hatchenv (#1782)
|
2024-08-09 16:27:38 -05:00 |
|
Shane Harvey
|
8939ea359c
|
PYTHON-4640 Improve performance of creating ObjectIds with multiple threads (#1781)
|
2024-08-08 19:34:39 -07:00 |
|
Steven Silvester
|
891856a6a5
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-08 19:58:17 -05:00 |
|
Steven Silvester
|
b14420a9df
|
PYTHON-4614 Do not test PyPy with OpenSSL 1.0.2 (#1777)
|
2024-08-08 15:40:18 -05:00 |
|
Steven Silvester
|
6934611879
|
PYTHON-4637 Fix azure kms task variant (#1779)
|
2024-08-08 13:43:51 -05:00 |
|
Shane Harvey
|
0a578b4452
|
PYTHON-4396 Unskip failCommand+appName tests on MongoDB 4.4.7+ (#1735)
|
2024-08-08 11:26:25 -07:00 |
|
Steven Silvester
|
f17f5e286e
|
PYTHON-4379 Test that durations are included on relevant pool events (#1765)
|
2024-08-08 13:18:28 -05:00 |
|
Noah Stapp
|
682f15b21e
|
PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772)
|
2024-08-08 08:21:59 -07:00 |
|
Steven Silvester
|
af61bbd647
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2024-08-07 19:46:05 -05:00 |
|
Shane Harvey
|
13cf110f01
|
PYTHON-4633 Speed up TestCollectionChangeStream.test_uuid_representations (#1775)
|
2024-08-07 16:17:48 -07:00 |
|
Shane Harvey
|
dcaa42bfa4
|
PYTHON-4632 Fix test_connection_timeout_message (#1774)
|
2024-08-07 11:31:23 -07:00 |
|
Steven Silvester
|
000e50c076
|
PYTHON-4266 Migrate Atlas Data Lake tests to unified test format (#1760)
|
2024-08-07 12:14:40 -05:00 |
|
Steven Silvester
|
d4e5ee10fc
|
PYTHON-4601 Address Azure KMS and GCP KMS setup failures (#1766)
|
2024-08-07 08:04:01 -05:00 |
|
Shane Harvey
|
da59318327
|
PYTHON-4610 More robust to_list tests (#1773)
|
2024-08-06 16:29:24 -07:00 |
|
Shruti Sridhar
|
d08fec6342
|
PYTHON-4550 Add MongoClient.bulk_write API (#1745)
|
2024-08-06 11:10:01 -07:00 |
|
Shane Harvey
|
da2465f2c7
|
PYTHON-4611 Prefer non deprecated cryptography apis (#1770)
|
2024-08-06 10:50:52 -07:00 |
|
Shane Harvey
|
a5d519775d
|
PYTHON-4605 Test serverMonitoringMode=poll waits after a successful heartbeat (#1767)
|
2024-08-05 12:26:06 -07:00 |
|
Shane Harvey
|
9c7adf89ef
|
PYTHON-4609 Speed up unified tests (#1768)
|
2024-08-02 16:32:11 -07:00 |
|
Shane Harvey
|
d28ceb2058
|
PYTHON-4021 Fix previous topologyDescription published when closing a client (#1769)
|
2024-08-02 16:31:59 -07:00 |
|
morotti
|
3d936d5c7d
|
PYTHON-4600 Handle round trip time being negative when time.monotonic() is not monotonic (#1758)
Co-authored-by: rmorotti <romain.morotti@man.com>
|
2024-08-02 13:25:32 -07:00 |
|