Steven Silvester
|
87876b575b
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-14 17:16:57 -05:00 |
|
Steven Silvester
|
84db915d91
|
PYTHON-5361 Fix timeouts in CSE custom endpoint test (#2426)
|
2025-07-14 12:27:22 -05:00 |
|
Steven Silvester
|
5ce53dc175
|
PYTHON-5374 Assert unset BulkWriteException.partialResult in CRUD prose tests (#2425)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
|
2025-07-14 10:47:38 -05:00 |
|
Steven Silvester
|
e07a6b7e77
|
PYTHON-5439 Remove dead link in PyMongo 4 migration guide (#2428)
|
2025-07-14 10:24:09 -05:00 |
|
Steven Silvester
|
d6b386585d
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-14 10:16:18 -05:00 |
|
Steven Silvester
|
7b82b3582f
|
PYTHON-5440 Use dochub link for index-wildcard (#2427)
|
2025-07-14 10:03:33 -05:00 |
|
Steven Silvester
|
a54d9d0b55
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-14 08:40:09 -05:00 |
|
Steven Silvester
|
f29c7b1f15
|
PYTHON-5315 Mark test_recover_from_initially_erroring_seedlist as flaky (#2424)
|
2025-07-10 06:32:43 -05:00 |
|
Kevin Albertson
|
04f2cc0fa9
|
PYTHON-5373 test client auth on cloud-dev (#2423)
|
2025-07-09 11:56:42 -04:00 |
|
Steven Silvester
|
d07301e296
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-09 10:41:11 -05:00 |
|
Iris
|
c77c15e369
|
PYTHON-5421 continued - update changelog, update docstring, and add testing (#2420)
|
2025-07-07 14:00:11 -07:00 |
|
Noah Stapp
|
11d3488026
|
PYTHON-5415 - Unskip tests that rely on server hostname (#2398)
|
2025-07-07 09:59:48 -04:00 |
|
dependabot[bot]
|
d6ab555b81
|
Bump the actions group with 2 updates (#2422)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-07 07:17:35 -05:00 |
|
Steven Silvester
|
c788c7e0c1
|
PYTHON-5431 Include assume role creds in backport task (#2418)
|
2025-07-03 13:36:22 -05:00 |
|
Steven Silvester
|
d4066166be
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-03 13:08:38 -05:00 |
|
Steven Silvester
|
1d21d27dda
|
PYTHON-5430 Use the zizmor action (#2417)
|
2025-07-03 12:30:35 -05:00 |
|
Steven Silvester
|
888abc7ec7
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-03 10:10:47 -05:00 |
|
rishitb-mongodb
|
dde8837fb2
|
DRIVERS-3105: Update README.md to add mention of SemVer adherence (#2391)
|
2025-07-02 17:04:40 -04:00 |
|
Iris
|
947fbe33ee
|
PYTHON-5421 Make parse_uri() return "options" as a dict rather than _CaseInsensitiveDictionary (#2413)
|
2025-07-02 09:51:50 -07:00 |
|
Steven Silvester
|
2eb18f18b2
|
PYTHON-5428 Mark test_connection_close_does_not_block_other_operations as flaky (#2415)
|
2025-07-02 11:22:12 -05:00 |
|
Steven Silvester
|
c1f91b8211
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-07-01 20:38:35 -05:00 |
|
Steven Silvester
|
0b2900d162
|
PYTHON-5413 Handle flaky tests (#2395)
|
2025-07-01 15:42:58 -05:00 |
|
Steven Silvester
|
354b166cb2
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-06-30 13:56:46 -05:00 |
|
Iris
|
578c6c2ad2
|
PYTHON-5423 Always use subprocess.run instead of subprocess.check_call or subprocess.call (#2412)
|
2025-06-30 11:08:42 -07:00 |
|
dependabot[bot]
|
ed26975926
|
Bump the actions group across 1 directory with 3 updates (#2411)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-30 07:42:55 -05:00 |
|
Iris
|
0e407351a4
|
PYTHON-5392 Better test assertions for comparisons (#2350)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
|
2025-06-27 14:06:00 -07:00 |
|
Noah Stapp
|
6a672d4dd3
|
PYTHON-5382 - Add a test with min dependencies (#2410)
|
2025-06-27 14:41:53 -04:00 |
|
Jib
|
0cb4b2f1a6
|
PYTHON-5287: create CODEOWNERS (#2408)
|
2025-06-27 12:58:11 -04:00 |
|
Noah Stapp
|
244f17d57b
|
PYTHON-5404 - Add docs + justfile target for profiling execution (#2402)
|
2025-06-26 16:37:03 -04:00 |
|
Iris
|
65f7c54208
|
PYTHON-5344 and PYTHON-5403 Allow Instantiated MongoClients to Send Client Metadata On-Demand (#2358)
|
2025-06-24 09:34:53 -07:00 |
|
Noah Stapp
|
e2bfa9a590
|
PYTHON-5248 - Drop support for MongoDB 4.0 (#2353)
|
2025-06-20 14:25:19 -04:00 |
|
Casey Clements
|
4ea0288eaa
|
PYTHON-5126 Updated changelog to reflect breaking change in bson.binary.BinaryVector (#2394)
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
|
2025-06-20 09:40:05 -04:00 |
|
Casey Clements
|
336163aaa0
|
PYTHON-5126 - Implemented new test cases for Binary Vector (#2393)
|
2025-06-18 13:35:23 -04:00 |
|
Steven Silvester
|
c69de56490
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-06-17 08:48:14 -05:00 |
|
Steven Silvester
|
8a94de1c1b
|
PYTHON-5343 Clean up contributing docs (#2390)
|
2025-06-16 11:51:46 -05:00 |
|
Steven Silvester
|
4cd2a64f8b
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-06-16 09:39:18 -05:00 |
|
dependabot[bot]
|
87c015fbcf
|
Bump github/codeql-action from 3.28.19 to 3.29.0 in the actions group (#2388)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-16 06:31:12 -05:00 |
|
Noah Stapp
|
50ea82310d
|
PYTHON 5212 - Use asyncio.loop.sock_connect in _async_create_connection (#2383)
|
2025-06-13 15:30:10 -04:00 |
|
Shane Harvey
|
c16ef0a13e
|
PYTHON-5414 Add test for hostname verification error message regression (#2385)
|
2025-06-13 11:45:47 -07:00 |
|
Shane Harvey
|
e51ac1fd1c
|
PYTHON-5409 Fix test_implicit_sessions_checkout again (#2384)
|
2025-06-13 09:33:32 -07:00 |
|
Maarten Sijm
|
c2aefc2eda
|
PYTHON-5414 Fix "module service_identity has no attribute SICertificateError" when using pyopenssl (#2382)
|
2025-06-12 16:45:18 -07:00 |
|
Jeffrey A. Clark
|
54846cd110
|
PYTHON-5409 Update test_session.py comment (#2381)
|
2025-06-11 19:24:59 -04:00 |
|
Steven Silvester
|
a742aa22d4
|
PYTHON-5411 Add 4.13.1 changelog to master (#2380)
|
2025-06-11 16:42:18 -05:00 |
|
Steven Silvester
|
18588793fe
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-06-11 14:54:57 -05:00 |
|
Jeffrey A. Clark
|
dfd5573c19
|
PYTHON-5002 Include test/ dir in synchro gaurd (#2379)
|
2025-06-11 15:54:32 -04:00 |
|
Noah Stapp
|
8a8cb6f0af
|
PYTHON-5406 - Use correct client for test (#2377)
|
2025-06-11 13:45:54 -04:00 |
|
Steven Silvester
|
7e19515d7b
|
PYTHON-5393 Make link checking more robust (#2374)
|
2025-06-11 10:44:46 -05:00 |
|
Steven Silvester
|
3676c378e5
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-06-10 15:21:06 -05:00 |
|
Steven Silvester
|
f645036d71
|
Fix release metadata (#2372)
|
2025-06-10 12:26:25 -05:00 |
|
Steven Silvester
|
563f98d685
|
Merge branch 'master' of github.com:mongodb/mongo-python-driver
|
2025-06-10 12:16:02 -05:00 |
|