Commit Graph

257 Commits

Author SHA1 Message Date
Noah Stapp
ad16d6e880
PYTHON-4431 - Remove ReadTheDocs Documentation in Favor of Official Docs (#2459) 2025-08-07 12:06:38 -04:00
Shane Harvey
e2e673edeb
PYTHON-5314 Fix default imports for modules that worked in v4.8 (#2300) 2025-04-22 11:44:58 -07:00
Noah Stapp
e6a4a7145e
PYTHON-5310 - Fix uri_parser AttributeError when used directly (#2283) 2025-04-15 08:05:20 -04:00
Jeffrey A. Clark
166821f22c
PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
The Light
44d1d40d65
PYTHON-5115 Type validation errors should include the invalid type name (#2085)
Co-authored-by: Iris Ho <iris.ho@mongodb.com>
2025-01-31 12:01:58 -08:00
Steven Silvester
5e5528238c
PYTHON-4817 Revert import guard on asyncio (#1894) 2024-11-11 13:24:22 -06:00
Jeffrey A. Clark
083359f95f
PYTHON-1714 Add c extension use to client metadata (#1874) 2024-09-30 18:09:57 -05:00
Steven Silvester
e03f8f24f2
PYTHON-4781 Handle errors on Async PyMongo import (#1873) 2024-09-20 16:50:59 -05:00
Noah Stapp
ffa6555485
PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
Noah Stapp
d6bf0e1e78
PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
Steven Silvester
6537415da7
PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
Steven Silvester
9b6f2e18cf
PYTHON-3698 Support mypy 1.2 --strict testing (part 1) (#1371) 2023-09-20 14:29:17 -05:00
Steven Silvester
6f4e617e6d
PYTHON-3905 Use from __future__ import annotations in all files (#1370)
* PYTHON-3905 Use from __future__ import annotations in all files

* cleanup

* cleanup

* cleanup
2023-09-11 10:49:24 -05:00
Steven Silvester
124dee66c3
PYTHON-3565 The docs page appears to be missing a component reference (#1137) 2023-01-18 13:39:38 -06:00
Shane Harvey
0d301f13c5 PYTHON-3295 Improve description of nested timeout() calls 2022-11-08 12:46:52 -08:00
Shane Harvey
c106c08c1d
PYTHON-3295 Add CSOT docs page (#1111) 2022-11-08 11:13:34 -08:00
Steven Silvester
942e28170a
PYTHON-1889 Single-source the version tuple/string (#1079) 2022-10-17 14:49:02 -05:00
Steven Silvester
1c9193f226 BUMP 4.3.1 2022-10-17 09:46:25 -05:00
Steven Silvester
3eb316ed30 BUMP 4.3.0 2022-10-13 17:06:55 -05:00
Shane Harvey
e192c7f85e BUMP 4.2.1.dev0 2022-07-20 08:37:16 -07:00
Shane Harvey
9bc134cf61
BUMP 4.2 (#1016) 2022-07-20 08:33:41 -07:00
Shane Harvey
c43486101f
PYTHON-3291 Add PyMongoError.timeout to identify timeout related errors (#1008) 2022-07-18 15:58:20 -05:00
Steven Silvester
b40f13bf7d
PYTHON-3311 Module "pymongo" does not explicitly export attribute "MongoClient"; implicit reexport disabled (#994) 2022-07-06 18:30:00 -05:00
Steven Silvester
e59a11ef4b back to dev version 2022-06-07 20:24:59 -04:00
Steven Silvester
83ade52b1b bump to 4.2.0b0 2022-06-07 20:24:12 -04:00
Shane Harvey
a6ae852c36
PYTHON-3290 Nested pymongo.timeout() calls only shorten the deadline (#966) 2022-06-07 17:40:46 -04:00
Shane Harvey
70cfe46063
PYTHON-3290 Support nested pymongo.timeout() calls (#962) 2022-06-07 14:29:07 -04:00
Shane Harvey
890cd26e1a
PYTHON-3288 Implement client side operation timeout (#954)
Add timeoutMS URI option and MongoClient keyword argument.
Add provisional/beta pymongo.timeout() api to set a deadline for a block of operations.
2022-06-06 15:36:52 -04:00
Shane Harvey
109eaaff7b BUMP 4.2.0.dev1 2022-04-13 13:32:58 -07:00
Shane Harvey
8b3eaafb40 BUMP 4.1.1 2022-04-13 13:32:58 -07:00
Steven Silvester
a319075ba7
PYTHON-3197 Update docs.mongodb.com links in source, API & Reference documentation (#926) 2022-04-13 14:11:13 -05:00
Shane Harvey
331600d491 BUMP 4.2.0.dev0 2022-04-04 11:06:52 -07:00
Shane Harvey
6e99bf4515 BUMP 4.1.0 2022-04-04 10:57:01 -07:00
Steven Silvester
a0fe7c03af
PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
Steven Silvester
5578999a90
PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
Steven Silvester
dd6c140d43
PYTHON-3060 Add typings to pymongo package (#831) 2022-02-02 21:12:36 -06:00
Shane Harvey
f3a76a703b BUMP 4.1.0.dev0 2021-12-07 11:14:09 -08:00
Shane Harvey
e3d1d6f5b4 BUMP 4.0.1.dev0 2021-11-29 10:32:30 -08:00
Shane Harvey
2c28149a30 BUMP 4.0 2021-11-29 10:31:12 -08:00
Shane Harvey
93a042f2e8
PYTHON-2235 Remove pymongo.GEOHAYSTACK (#694) 2021-08-06 13:13:23 -07:00
Shane Harvey
edda903b5b
PYTHON-2711 Remove profile command helpers (#693) 2021-08-06 12:54:52 -07:00
Prashant Mital
ac61cf87a9
PYTHON-2662 Deprecate database profiler helpers (#617) 2021-05-10 16:47:28 -07:00
Shane Harvey
56925fd97f
PYTHON-1321 Remove MongoReplicaSetClient (#552) 2021-01-15 17:11:15 -08:00
Shane Harvey
ce40d1191e BUMP 4.0.dev0 2020-11-20 10:32:08 -08:00
Prashant Mital
1d651b9be8
BUMP 3.11.1 (#516) 2020-11-16 16:01:14 -08:00
Shane Harvey
add995feb4 BUMP 3.11.1.dev1 2020-07-30 14:04:10 -07:00
Shane Harvey
31949fb7e5 BUMP 3.11 (with proper changelog title) 2020-07-30 13:45:25 -07:00
Shane Harvey
316830d7b5 BUMP 3.11.1.dev0 2020-07-30 13:27:09 -07:00
Shane Harvey
9fa94db01a
BUMP 3.11 (#476) 2020-07-30 13:24:44 -07:00
Prashant Mital
9b69338ef4
BUMP 3.11.0rc1.dev0 2020-07-15 11:07:23 -07:00