Commit Graph

1078 Commits

Author SHA1 Message Date
Steven Silvester
d15d5e7445
Prepare for 4.11.3 release (#2208) 2025-03-18 07:27:43 -05:00
Shane Harvey
0fa3475835
PYTHON-5155 Use dochub link for fork warning (#2173) [v4.11] (#2174) 2025-03-03 12:27:35 -08:00
Shane Harvey
315f3cd1b2
PYTHON-5166 Allow Database.command to run bulkWrite commands (#2164) [v4.11] (#2172) 2025-03-03 11:30:12 -08:00
Steven Silvester
4a6aae8f43
PYTHON-5125 Prep for 4.11.1 release (#2137) 2025-02-10 13:41:26 -06:00
Jib
3c9a248bba
Update ReadTheDocs to include django-mongodb-backend (#2084)
(cherry picked from commit 3b5788906d)
2025-02-06 13:43:07 -06:00
Steven Silvester
9082a4be23
PYTHON-5058 Build linux aarch64 wheel using native runner and omit ppc64le and s390x wheels (#2077) 2025-01-24 17:14:20 -06:00
Steven Silvester
cfe7784db9
PYTHON-4976 Replace hatch with uv as our python environment and workfow tool (#2068) 2025-01-22 08:48:17 -06:00
Steven Silvester
2ff2fde911
PYTHON-5049 Drop support for PyPy 3.9 (#2070) 2025-01-21 12:38:02 -06:00
Steven Silvester
1f22139323
PYTHON-4949 Communicate future minWireVersion bump / 4.0 EoL (#2050) 2025-01-07 12:49:52 -06:00
Steven Silvester
c40283ed09
PYTHON-4840 Add evergreen tests for free-threaded Python 3.13t (#2048) 2025-01-07 12:48:28 -06:00
Steven Silvester
27039c30bf
PYTHON-5003 Update pymongo's pymongocrypt version to >=1.12 (#2043) 2025-01-03 14:15:49 -06:00
Jeffrey A. Clark
2d21035396
PYTHON-2187 Remove easy_install from documentation (#2033) 2024-12-20 12:58:08 -05:00
Navjot
fdcbe2e622
PYTHON-1982 Update Invalid Document error message to include doc (#1854)
Co-authored-by: Navjot Singh <navjot@Navjots-Air.station>
Co-authored-by: Navjot Singh <navjot@Navjots-MacBook-Air.local>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2024-12-03 08:22:06 -06:00
Shane Harvey
32269aac1e
PYTHON-4885 Fix legacy extended JSON encoding of DatetimeMS (#1986) 2024-10-31 14:01:30 -07:00
Steven Silvester
351196b91b
PYTHON-4813 Update specification documentation links (#1977) 2024-10-30 15:46:52 -05:00
Noah Stapp
2332d69328
PYTHON-4807 - Update changelog + remove dead code (#1984) 2024-10-30 15:37:00 -04:00
Steven Silvester
ad3292e39b
PYTHON-4922 Remove Support for MONGODB-CR Authentication (#1978) 2024-10-30 12:57:31 -05:00
Jeffrey A. Clark
5f7afeaed6
PYTHON-4883 Add release date to changelog entries (#1952) 2024-10-22 13:07:56 -04:00
Steven Silvester
6f4258c1cd
PYTHON-4576 Allow update to supply sort option (#1881) 2024-10-16 16:41:14 -05:00
Jeffrey A. Clark
8034baec90
PYTHON-4834 Add __repr__ to IndexModel, SearchIndexModel (#1909) 2024-10-15 18:45:49 -04:00
Noah Stapp
82e673d660
PYTHON-4870 - Update changelog for MongoClient.address fix (#1931) 2024-10-15 14:16:19 -04:00
Shane Harvey
8f26f43911
PYTHON-4450 Support free-threaded Python 3.13t with no-GIL (#1906) 2024-10-10 09:01:27 -07:00
Shane Harvey
ac198af557
PYTHON-4729 Drop support for MongoDB 3.6 (#1905) 2024-10-09 09:58:20 -07:00
Noah Stapp
8f32f3cd24
PYTHON-4831 - Remove pytz from examples (#1904)
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2024-10-08 15:52:16 -04:00
Noah Stapp
5a66e99254
PYTHON-4828 - Drop Python 3.8 support (#1902) 2024-10-08 13:52:14 -05:00
Steven Silvester
2a83349f71
PYTHON-4812 Update changelog for 4.9.2 and 4.9.1 [master] (#1892) 2024-10-02 11:34:43 -05:00
Steven Silvester
1c28430725
PYTHON-4808 Add changelog for 4.10.1 (#1890) 2024-10-01 17:52:16 -05:00
Casey Clements
ae6cfd6d10
[DRIVERS-2926] [PYTHON-4577] BSON Binary Vector Subtype Support (#1813)
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2024-09-30 21:13:09 -05:00
Steven Silvester
545b88cbd3
PYTHON-4800 Add changelog for 4.10.0 (#1883) 2024-09-30 20:42:28 -05:00
Shane Harvey
15b22651ec
PYTHON-4801 Add beta warning to async tutorial (#1884) 2024-09-30 18:28:59 -07:00
Noah Stapp
d0772f2161
PYTHON-4773 - Async PyMongo Beta docs update (#1868) 2024-09-18 17:09:20 -05: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
Steven Silvester
42f2d31057
PYTHON-4750 Add support for Python 3.13 (#1849) 2024-09-10 09:53:07 -05:00
Noah Stapp
2cca2d9e3d
PYTHON-3193 - Add ResourceWarning for unclosed MongoClients in __del__ (#1833) 2024-09-09 12:04:23 -04:00
Steven Silvester
c883012b56
PYTHON-4703 MongoClient should default to connect=False on FaaS environments (#1844) 2024-09-06 15:38:58 -05:00
Shane Harvey
e27b428914
PYTHON-4150 Document compatibility with MongoDB 3.6 will soon be dropped (#1829) 2024-09-04 14:53:32 -07:00
Shane Harvey
653ea8b8d2
PYTHON-4164 Document support for KMIP delegated master_key (#1830) 2024-09-04 14:53:21 -07:00
Shane Harvey
a2059dc9cb
PYTHON-4663 Fix compatibility with dateutil timezones (#1812) 2024-08-28 14:20:55 -07:00
Shane Harvey
4eae7d2d94
PYTHON-4690 Add repr for FixedOffset eg FixedOffset(datetime.timedelta(seconds=3600), '+60')) (#1806) 2024-08-23 09:50:05 -07:00
Shruti Sridhar
4024a1b85d
PYTHON-4668 Improve performance of client.bulk_write (#1800) 2024-08-20 17:18:28 -07:00
Steven Silvester
f16206cb89
PYTHON-4392 Support Range Indexes as GA (#1795) 2024-08-19 14:29:18 -05:00
Shruti Sridhar
768858eed6
PYTHON-4630 Add documentation for MongoClient.bulk_write (#1794) 2024-08-16 15:55:30 -07:00
Steven Silvester
f69d330b25
PYTHON-4654 Clean up Async API to match Motor (#1789) 2024-08-13 19:17:45 -05: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
Noah Stapp
8143f056b5
PYTHON-4571 - Add async examples to PyMongo's tutorial (#1744) 2024-08-01 13:10:47 -05:00
Noah Stapp
17a8154f66
PYTHON-4594 - Add to_list documentation (#1757) 2024-07-31 13:18:04 -07:00
Noah Stapp
a5c0db66a1
PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
Steven Silvester
875688cecc
PYTHON-4483 Use hatch as task runner (#1728)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
2024-07-11 11:56:18 -05:00
Shane Harvey
2d301e2db2
PYTHON-4531 Add back RANGEPREVIEW (#1719) 2024-06-28 12:09:00 -07:00