Commit Graph

5040 Commits

Author SHA1 Message Date
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
Steven Silvester
77ace9a988
PYTHON-3299 Add Automatic Queryable Encryption Example to Docs (#964) 2022-06-07 17:29:51 -04:00
Steven Silvester
3e8487826a
PYTHON-3294 Depend on PyMongoCrypt 1.3.0b0 tag for beta (#963) 2022-06-07 17:06:54 -04:00
Shane Harvey
09b18244cc
PYTHON-3293 Document Queryable Encryption API is in beta (#965) 2022-06-07 15:46:13 -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
Julius Park
6b088ffa4e
PYTHON-3241 Add Queryable Encryption API to AutoEncryptionOpts (#957) 2022-06-06 12:33:31 -04:00
Shane Harvey
d98e44e27e
PYTHON-3245 Fix docs for index_key_id (#960) 2022-06-03 13:43:47 -07:00
Shane Harvey
154d8787c5
PYTHON-3245 Support explicit queryable encryption (#959) 2022-06-03 13:11:28 -07:00
Shane Harvey
09385be549
PYTHON-2924 Improve test_load_balancing (#955) 2022-06-02 10:55:15 -07:00
Shane Harvey
cf08d46ff9
PYTHON-3277 Rename csfle library to crypt_shared (#956) 2022-06-01 16:48:08 -07:00
Steven Silvester
62a6302181
PYTHON-2683 Convert change stream spec tests to unified test format (#950) 2022-06-01 18:26:52 -05:00
Julius Park
f4fc742ff3
PYTHON-3276 [pymongo] FLE 1.0 shared library (#947) 2022-05-27 12:34:22 -07:00
Shane Harvey
78476d0217
PYTHON-3187 Avoid tight poll() loop on pyopenssl connections (#953) 2022-05-26 15:14:59 -07:00
Steven Silvester
9f191d6bb3
PYTHON-3283 Remove Generic Typing from the ClientSession Class (#952) 2022-05-25 05:55:36 -05:00
Shane Harvey
89d3fd0355
PYTHON-3279 Don't link check flakey wiki.centos.org (#951) 2022-05-23 12:44:44 -07:00
Steven Silvester
e02eb287e8
PYTHON-3254 Bump maxWireVersion for MongoDB 6.0 (#948) 2022-05-12 15:42:06 -05:00
Shane Harvey
a7579b02d2
PYTHON-3259 Improve migration guide for loads/JSONOptions/tz_aware (#946) 2022-05-10 11:05:59 -07:00
Shane Harvey
a624197338
PYTHON-3260 Improve test_transaction_starts_with_batched_write and test_continuous_network_errors (#945) 2022-05-10 10:29:48 -07:00
Shane Harvey
a1c33e0b84
PYTHON-3257 Fix "connection pool paused" errors in child after fork (#944) 2022-05-09 15:37:48 -07:00
Shane Harvey
cbab615231
PYTHON-3065 Ignore SRV polling update when topology is discovered to be a replica set (#943) 2022-05-09 12:01:36 -07:00
Steven Silvester
21ead3a7e5
PYTHON-3189 Change Stream event document missing to field for rename events (#924) 2022-05-06 16:48:02 -05:00
Shane Harvey
3e57bde2ee
PYTHON-3230 Migrate to newer zSeries, POWER8, and ARM platforms (#942) 2022-05-06 13:53:30 -07:00
Julius Park
aa16f1c5fe
PYTHON-3242 Test against MongoDB 6.0 (#940) 2022-05-06 12:02:36 -07:00
Shane Harvey
75685c006c
PYTHON-3235 Drop support for Python 3.6 (#939) 2022-05-05 16:13:41 -07:00
Shane Harvey
502effeeba
PYTHON-3167 Fix mockupdb tests for estimated_document_count (#938) 2022-05-05 10:52:53 -07:00
Shane Harvey
9a829acf2e
PYTHON-3251 Make extra whitespace visible in invalid port exception (#937) 2022-05-04 11:12:58 -07:00
Julius Park
252ed1cef6
PYTHON-3247 Mitigate user issues caused by change in directConnection defaults in 4.x (#935) 2022-05-03 14:49:18 -07:00
Shane Harvey
ede07f44dd
PYTHON-3250 Speed up majority writes in test suite (#936) 2022-05-03 14:41:24 -07:00
Shane Harvey
6e4e90a882
PYTHON-3167 Revert to using the count command for estimated_document_count (#934)
Resolves PYTHON-2885, PYTHON-3166, PYTHON-3224, and PYTHON-3219.
2022-05-02 16:32:05 -07:00
Julius Park
05b55e88df
PYTHON-3038 The doc should clarify that the resulting documents that are produced with upserts are constructed from both the filter and the update params (#933) 2022-05-02 06:21:44 -07:00
Steven Silvester
9e317bf417
PYTHON-3243 Pin version of mypy used (#932) 2022-04-28 11:07:46 -05:00
Steven Silvester
a2606cfc03
PYTHON-3194 Adopt doc8 checker (#931) 2022-04-22 13:44:14 -05:00
Shane Harvey
fe057cf577 PYTHON-3220 Add CSFLE spec test for auto encryption on a collection with no jsonSchema 2022-04-20 12:01:26 -07:00
Steven Silvester
cfa2d990f0
PYTHON-3228 _tmp_session should validate session input (#930) 2022-04-18 20:38:46 -05: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
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
Shane Harvey
ff288faf39
PYTHON-3221 Resync CSFLE spec tests (#929) 2022-04-13 12:20:54 -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
fd512d5c90
PYTHON-3225 Stop testing delete on capped collections (#928) 2022-04-12 17:43:10 -07:00
Shane Harvey
dca72b7884
PYTHON-3222 Fix memory leak in cbson decode_all (#927)
Add decode_all keyword arg for codec_options.
Make decode_all show up in docs.
2022-04-12 17:18:23 -07:00
Shane Harvey
5ccbb4d6d8
PYTHON-3216 Include codec_options.pyi in release distributions (#923) 2022-04-06 12:18:44 -07:00
Shane Harvey
3cb16cae24
PYTHON-3210 Remove flakey string assertion from invalid aws creds FLE test (#922) 2022-04-06 12:09:47 -07:00
Shane Harvey
49c3f9fdfd PYTHON-3215 Add Typing :: Typed trove classifier 2022-04-06 11:47:31 -07:00
Terence Honles
01f983e8ab
PYTHON-3214 Fix typing markers not being included in the distribution (#921) 2022-04-06 11:25:25 -07:00
Shane Harvey
821b5620f7
PYTHON-3198 Fix NameError: name sys is not defined (#920) 2022-04-05 13:07:06 -07: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