Shane Harvey
a2059dc9cb
PYTHON-4663 Fix compatibility with dateutil timezones ( #1812 )
2024-08-28 14:20:55 -07:00
Shruti Sridhar
4024a1b85d
PYTHON-4668 Improve performance of client.bulk_write ( #1800 )
2024-08-20 17:18:28 -07:00
Shruti Sridhar
768858eed6
PYTHON-4630 Add documentation for MongoClient.bulk_write ( #1794 )
2024-08-16 15:55:30 -07:00
Steven Silvester
b83fd991fe
PYTHON-3601 OIDC: Clarify TOKEN_RESOURCE and client_id usage ( #1621 )
...
Co-authored-by: Mike Woofter <108414937+mongoKart@users.noreply.github.com>
2024-04-29 13:22:14 -05:00
Steven Silvester
b6f0081cf9
PYTHON-3601 OIDC: Fix documentation example and remove EKS section ( #1614 )
2024-04-24 12:03:36 -05:00
Steven Silvester
2588ca3782
PYTHON-3601 OIDC: Add Documentation Examples ( #1601 )
...
Co-authored-by: Noah Stapp <noah@noahstapp.com>
2024-04-19 13:29:50 -05:00
Shane Harvey
ff442674e1
PYTHON-4367 Fix link to GCP VM metadata ( #1592 )
2024-04-15 17:48:40 -07:00
Steven Silvester
8194e875f3
PYTHON-4293 Update link to mongodump example ( #1557 )
2024-03-22 09:45:43 -05:00
Zak
bcb75cf5f7
PYTHON-4294 Add Note on Dict Ordering ( #1558 )
2024-03-22 09:28:57 -05:00
Noah Stapp
ebb94b669e
PYTHON-3457 Easier debugging with standardized logging ( #1515 )
...
PYTHON-3458 Add command logging.
PYTHON-3459 Add server selection logging.
PYTHON-3473 Add connection pool logging.
PYTHON-4167 Add documentation and examples.
Co-authored-by: sleepyStick <itsirisho@gmail.com>
2024-02-15 11:35:08 -08:00
Steven Silvester
b185e50e41
PYTHON-4174 Update TLS cheat sheet link ( #1496 )
2024-01-31 13:57:43 -06:00
Shane Harvey
0615df47b5
PYTHON-4112 Support named KMS providers ( #1487 )
...
Requires pymongocrypt >= 1.9.0 and libmongocrypt >= 1.9.0.
2024-01-30 12:00:24 -08:00
Shane Harvey
a09a03e5df
PYTHON-3930 Add docs page for network compression ( #1415 )
2023-11-01 11:53:15 -07:00
Steven Silvester
c146017de1
PYTHON-4012 Adopt more RST static checks ( #1412 )
2023-10-31 07:55:24 -05:00
Shane Harvey
b9bb6f847b
PYTHON-1424 Add repr to write result classes ( #1400 )
2023-10-20 13:52:52 -07:00
Steven Silvester
42d87e2c9c
PYTHON-3985 [Build Failure] TestCollectionChangeStream.test_split_large_change ( #1383 )
2023-10-03 12:29:04 -05:00
Shane Harvey
fd760c2b66
PYTHON-3818 Create unique key vault index in auto QE example ( #1300 )
2023-07-10 15:10:35 -04:00
Shane Harvey
46276439ac
PYTHON-3796 Fix typo in docs and reformat using blacken-docs ( #1284 )
2023-06-30 17:02:36 -04:00
Noah Stapp
82d87dc173
PYTHON-3744 Fix utcnow deprecation build regressions ( #1244 )
2023-06-16 13:30:54 -07:00
Noah Stapp
ec3437849e
PYTHON-3702 Stop using utcnow and utcfromtimestamp ( #1229 )
2023-06-12 15:43:30 -07:00
Shane Harvey
0123d32a20
PYTHON-3709 Remove "beta" from Queryable Encryption Equality API ( #1210 )
2023-05-12 12:17:40 -07:00
Steven Silvester
2752a7dd30
PYTHON-3456 CSFLE/QE Naming ( #1208 )
2023-05-09 20:19:57 -05:00
Jean-Christophe Fillion-Robin
d340710e3d
PYTHON-3703 Fix typos and add codespell pre-commit hook ( #1203 )
...
Update pre-commit config adding "codespell" hook
2023-05-03 14:47:24 -07:00
Shane Harvey
deb0566c3e
PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ ( #1197 )
...
Resync FLE spec tests and update docs for new QE protocol on 7.0.
Add client side error for createEncryptedCollection on MongoDB < 7.0.
KMS timeout errors should always have exc.timeout==True.
PYTHON-3583 Drivers should not create the ECC collection in v2 of queryable encryption.
2023-05-01 09:16:28 -07:00
Shane Harvey
79488d95db
PYTHON-3678 Username/password needs to be escaped with quote_plus to account for '/' ( #1193 )
2023-04-25 11:30:23 -07:00
Shane Harvey
e85a84e3f4
PYTHON-3643 Use mongodb+srv in MONGODB-AWS auth examples ( #1177 )
2023-03-31 13:58:47 -07:00
Julius Park
04c9f87d70
PYTHON-2468 Add pymongoexplain example to pymongo docs ( #1172 )
2023-03-20 15:54:42 -07:00
Steven Silvester
e9a6482c4d
PYTHON-3610 Add blacken-docs to pre-commit hook ( #1170 )
2023-03-14 15:37:45 -05:00
Steven Silvester
a3720d9cea
PYTHON-3568 Intellisense highlights multiple PyMongo methods because of CodecOptions ( #1139 )
2023-01-25 09:41:23 -06:00
Steven Silvester
47686c8f68
PYTHON-3543 Broken Links for ICU Project ( #1129 )
2022-12-20 16:29:43 -06:00
Steven Silvester
363e0b2b2c
PYTHON-2818 Add documentation and changelog ( #1115 )
2022-11-14 15:13:51 -06:00
Steven Silvester
fcb1151450
PYTHON-3517 Add documentation for on-demand KMS providers ( #1113 )
2022-11-11 16:23:03 -06:00
Julius Park
92e6150d84
PYTHON-3493 Bulk Write InsertOne Should Be Parameter Of Collection Type ( #1106 )
2022-11-10 14:19:55 -08:00
Julius Park
87b09847a4
PYTHON-3494 Improve Documentation Surrounding Type-Checking "_id" ( #1104 )
2022-11-10 09:53:19 -08:00
Shane Harvey
c106c08c1d
PYTHON-3295 Add CSOT docs page ( #1111 )
2022-11-08 11:13:34 -08:00
Julius Park
9083821300
PYTHON-3454 Specifying a generic type for a collection does not correctly enforce type safety when inserting data ( #1081 )
2022-11-01 14:33:21 -07:00
Steven Silvester
3fc301cd22
PYTHON-3256 Obtain AWS credentials for CSFLE in the same way as for MONGODB-AWS ( #1035 )
2022-10-24 14:55:58 -05:00
Shane Harvey
45b809e41c
Mention crypt_shared in encryption examples pages and fix formatting ( #1088 )
2022-10-20 16:07:39 -07:00
Steven Silvester
5dec36195a
PYTHON-3474 Improve documentation about credential handling ( #1080 )
2022-10-17 19:12:41 -05:00
Steven Silvester
f3fc409e24
PYTHON-3474 Document changes to AWS Credential Handling ( #1077 )
2022-10-13 16:44:43 -05:00
Ben Warner
46673c3705
PYTHON-3379 Refactored DatetimeConversionOpts to DatetimeConversion ( #1031 )
2022-08-04 12:53:57 -07:00
Ben Warner
92a6fa79b6
PYTHON-3376/PYTHON-3378 Update FAQ about OverflowError when decoding out of range datetimes ( #1025 )
2022-08-03 16:53:50 -07:00
Ben Warner
14002a5a0d
PYTHON-1824 Allow encoding/decoding out-of-range datetimes via DatetimeMS and datetime_conversion ( #981 )
...
https://jira.mongodb.org/browse/PYTHON-1824
Co-authored-by: Ben Warner <ben.warner@mongodb.com>
2022-07-27 16:53:52 -07:00
Julius Park
bacaf7fa50
PYTHON-3309 Explicit Queryable Encryption doc example needs to utilize index_key_Id ( #986 )
2022-06-29 13:11:25 -07:00
Julius Park
f45f00b4e5
PYTHON-3300 Fix Explicit Queryable Encryption Example ( #975 )
2022-06-15 13:16:07 -07:00
Julius Park
dc21a083f4
PYTHON-3300 Add Explicit Queryable Encryption Example to Docs ( #973 )
2022-06-15 12:25:11 -07:00
Steven Silvester
77ace9a988
PYTHON-3299 Add Automatic Queryable Encryption Example to Docs ( #964 )
2022-06-07 17:29:51 -04:00
Shane Harvey
75685c006c
PYTHON-3235 Drop support for Python 3.6 ( #939 )
2022-05-05 16:13:41 -07:00
Julius Park
868b3f77f3
PYTHON-3080 Add section to troubleshooting FAQ per driver with top SEO results ( #918 )
2022-04-13 13:03:37 -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