Commit Graph

5861 Commits

Author SHA1 Message Date
mongodb-dbx-release-bot[bot]
ce5395085c
BUMP 4.9.2
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
2024-10-02 16:20:37 +00:00
Steven Silvester
2ab8a0eae0
PYTHON-4812 Update changelog for 4.9.2 (#1891) 2024-10-02 11:19:41 -05:00
Noah Stapp
24f28debd7
PYTHON-4786 - Fix UpdateResult.did_upsert TypeError (#1878)
(cherry picked from commit 7848feb09a)
2024-10-01 17:49:22 -05:00
Shane Harvey
b74d64335d
PYTHON-4801 Add beta warning to async tutorial (#1884)
(cherry picked from commit 15b22651ec)
2024-10-01 12:36:31 -05:00
Shane Harvey
6a7fae1cb7
PYTHON-4782 Fix deadlock and blocking behavior in _ACondition.wait (#1875)
(cherry picked from commit 821811e80d)
2024-10-01 12:36:15 -05:00
Steven Silvester
d712bc1ec2
PYTHON-4781 Handle errors on Async PyMongo import (#1873)
(cherry picked from commit e03f8f24f2)
2024-10-01 12:36:02 -05:00
Steven Silvester
e4eb174ab6
update branch metadata 2024-10-01 07:35:55 -05:00
mongodb-dbx-release-bot[bot]
9df635f102
BUMP 4.10.0.dev0
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
2024-09-18 22:27:23 +00:00
mongodb-dbx-release-bot[bot]
8b26d4bc09
BUMP 4.9.1
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
2024-09-18 22:10:50 +00:00
Noah Stapp
d0772f2161
PYTHON-4773 - Async PyMongo Beta docs update (#1868) 2024-09-18 17:09:20 -05:00
mongodb-dbx-release-bot[bot]
2ddd16de5a
BUMP 4.10.0.dev0
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
2024-09-18 14:33:00 +00:00
mongodb-dbx-release-bot[bot]
699d962758
BUMP 4.9
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
2024-09-18 14:15:44 +00:00
Noah Stapp
2c432b580b
PYTHON-4768 - Fix atlas connection tests and cleanup uses of raw MongoClients in tests (#1867) 2024-09-18 09:23:07 -04:00
Steven Silvester
6d472a10a1
PYTHON-4738 Skip encryption test_fork on PyPy (#1865) 2024-09-17 20:00:06 -05:00
Shane Harvey
9a71be1615
PYTHON-4740 Convert asyncio.TimeoutError to socket.timeout for compat (#1864) 2024-09-17 17:54:09 -07:00
Iris
c136684047
PYTHON-4585 Cursor.to_list does not apply client's timeoutMS setting (#1860) 2024-09-17 13:38:24 -07:00
Steven Silvester
40ebc1644c
PYTHON-4764 Update to use current supported EVG hosts (#1858) 2024-09-17 15:16:55 -05:00
Noah Stapp
163e3d4a0d
PYTHON-4738 - Make test_encryption.TestClientSimple.test_fork sync-only (#1862) 2024-09-17 12:56:03 -04:00
Noah Stapp
739510214b
PYTHON-4731 - Explicitly close all MongoClients opened during tests (#1855) 2024-09-17 09:22:17 -04:00
Steven Silvester
fb51c11cac
PYTHON-4756 Add changelog note about dropping srv extra (#1861) 2024-09-16 21:23:40 -05:00
Jib
3b21517608
PYTHON-4752 Migrate docs links to Internal Docs Where Possible (#1715)
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
2024-09-16 21:23:09 -05:00
Iris
0c0633da23
PYTHON-4763 Migrate test_change_stream.py to async (#1853) 2024-09-16 10:20:34 -07:00
Noah Stapp
9b9cf73368
PYTHON-4758 - Only emit warnings for unclosed clients after opening (#1856) 2024-09-12 16:19:05 -04:00
Iris
0ca926ccfa
PYTHON-4753 [Build Failure] Async tests missing awaits (#1851) 2024-09-12 08:59:57 -07:00
Noah Stapp
63d957c213
PYTHON-4590 - Fix MRO type guards (#1852) 2024-09-11 11:22:22 -04:00
Noah Stapp
039db2f20a
PYTHON-4590 - Make type guards more compatible (#1850) 2024-09-11 08:46:44 -04:00
Steven Silvester
e6da57ebba
Merge PYTHON-4747 2024-09-10 12:16:07 -05:00
Steven Silvester
8e3e652c39
PYTHON-4747 Sync grid_file.py to master 2024-09-10 12:16:06 -05:00
Steven Silvester
264c6edb9c
PYTHON-4747 Rename gridfs/grid_file.py to gridfs/synchronous/grid_file.py 2024-09-10 12:16:06 -05:00
Steven Silvester
600da067d1
PYTHON-4747 Sync database.py to master 2024-09-10 12:16:06 -05:00
Steven Silvester
4b85f84137
PYTHON-4747 Rename pymongo/database.py to pymongo/synchronous/database.py 2024-09-10 12:16:06 -05:00
Steven Silvester
134d00a102
PYTHON-4747 Sync auth.py to master 2024-09-10 12:16:05 -05:00
Steven Silvester
8b5479c746
PYTHON-4747 Rename pymongo/auth.py to pymongo/synchronous/auth.py 2024-09-10 12:16:05 -05:00
Steven Silvester
731bf9bbc0
PYTHON-4747 Sync cursor.py to master 2024-09-10 12:16:05 -05:00
Steven Silvester
489b2f8a1a
PYTHON-4747 Rename pymongo/cursor.py to pymongo/synchronous/cursor.py 2024-09-10 12:16:05 -05:00
Steven Silvester
96faacb578
PYTHON-4747 Sync change_stream.py to master 2024-09-10 12:16:05 -05:00
Steven Silvester
42e48eaa2a
PYTHON-4747 Rename pymongo/change_stream.py to pymongo/synchronous/change_stream.py 2024-09-10 12:16:04 -05:00
Steven Silvester
8bafdb04e4
PYTHON-4747 Sync mongo_client.py to master 2024-09-10 12:16:04 -05:00
Steven Silvester
1cbcf14e0d
PYTHON-4747 Rename pymongo/mongo_client.py to pymongo/synchronous/mongo_client.py 2024-09-10 12:16:04 -05:00
Steven Silvester
2861be8f81
PYTHON-4747 Sync command_cursor.py to master 2024-09-10 12:16:04 -05:00
Steven Silvester
b3e1f01774
PYTHON-4747 Rename pymongo/command_cursor.py to pymongo/synchronous/command_cursor.py 2024-09-10 12:16:03 -05:00
Steven Silvester
5c6bb0a039
PYTHON-4747 Sync pool.py to master 2024-09-10 12:16:03 -05:00
Steven Silvester
3280769d6f
PYTHON-4747 Rename pymongo/pool.py to pymongo/synchronous/pool.py 2024-09-10 12:16:03 -05:00
Steven Silvester
4e1035ece8
PYTHON-4747 Sync collection.py to master 2024-09-10 12:16:03 -05:00
Steven Silvester
6bdf583f3d
PYTHON-4747 Rename pymongo/collection.py to pymongo/synchronous/collection.py 2024-09-10 12:16:03 -05:00
Steven Silvester
bdf5ac6a5d
PYTHON-4747 Sync auth_oidc.py to master 2024-09-10 12:16:02 -05:00
Steven Silvester
6fc461183e
PYTHON-4747 Rename pymongo/auth_oidc.py to pymongo/synchronous/auth_oidc.py 2024-09-10 12:16:02 -05:00
Steven Silvester
5e4a5e7454
PYTHON-4747 Sync encryption.py to master 2024-09-10 12:16:02 -05:00
Steven Silvester
4ef252bfe3
PYTHON-4747 Rename pymongo/encryption.py to pymongo/synchronous/encryption.py 2024-09-10 12:16:02 -05:00
Steven Silvester
57305e0179
PYTHON-4747 Sync client_session.py to master 2024-09-10 12:16:01 -05:00