Commit Graph

1661 Commits

Author SHA1 Message Date
Steven Silvester
59a3e3229b
MOTOR-896 Set up pre-commit (#145) 2022-02-16 14:25:52 -06:00
Steven Silvester
1e62b868ea
MOTOR-896 Add automatic code formatting (#144) 2022-02-15 20:29:02 -06:00
Steven Silvester
9c8d95e3d1
MOTOR-895 Restore "Versioned API" language in examples (#143) 2022-02-15 17:34:29 -06:00
Steven Silvester
b7dc13fea6
MOTOR-886 Rename "Versioned API" to "Stable API" in documentation (#142) 2022-02-15 06:27:01 -06:00
Steven Silvester
055f5e05ab
MOTOR-643 Support PyMongo 4.0 (#141)
Co-authored-by: Shane Harvey <shnhrv@gmail.com>
2021-12-23 12:33:43 -06:00
Amin Alaee
66fde7189d MOTOR-857 Test Python 3.10 support 2021-11-08 16:18:18 -08:00
Yasser Tahiri
074d3c31be
chore: misc style/pep8 fixes (#139) 2021-11-08 14:37:40 -08:00
Shane Harvey
e4b0591538 MOTOR-852 Use https:// instead of unauthenticated git:// for git clone 2021-11-01 17:35:16 -07:00
Shane Harvey
79488f33fe BUMP 2.5.2.dev0 2021-08-19 13:16:36 -07:00
Shane Harvey
928c92e0b7
BUMP 2.5.1 (#138) 2021-08-19 12:25:09 -07:00
Shane Harvey
401ebf2baf
MOTOR-813 Test macOS with python.org installed Python 3.6 (#137) 2021-08-19 10:50:02 -07:00
Shane Harvey
baa0bf27c7
MOTOR-808 Fix test_watch_with_start_after on MongoDB 5.1+ (#136) 2021-08-12 09:27:40 -07:00
xiaoqiang
bff55222dc
MOTOR-805 Fix bug where cursor.to_list(N) returned more than N documents (#135) 2021-08-11 10:45:06 -07:00
Prashant Mital
6e29325037
MOTOR-784 Fix typo in versioned API migration example for ecosystem docs 2021-07-29 17:20:17 -07:00
Shane Harvey
d8d91a5b65 BUMP 2.5.1.dev0 2021-07-22 16:00:56 -07:00
Shane Harvey
17e25323ae BUMP 2.5.0 2021-07-22 15:58:06 -07:00
Prashant Mital
8ad5aac086
MOTOR-787 Deprecate APIs that were deprecated in PyMongo 3.12 (#133) 2021-07-22 15:52:55 -07:00
Shane Harvey
db1363b272
MOTOR-659 Limit the use of master terminology (#131)
Migrate doctests to MongoDB 5.0.
Remove travis config, motor is tested on Evergreen.
Require tox>=3.18.
2021-07-22 15:26:54 -07:00
Prashant Mital
2a370562c7
MOTOR-784 Versioned API migration example for ecosystem docs (#127) 2021-07-22 15:13:41 -07:00
Prashant Mital
3dec185017
MOTOR-699 Update PyMongo dependency to 3.12+ (#129) 2021-07-22 14:19:59 -07:00
Shane Harvey
0d82d21e00
MOTOR-745 Document let option for aggregate (#130)
MOTOR-654 Document $out/$merge usage for aggregate
2021-07-22 14:19:14 -07:00
Shane Harvey
94416e8d3a
MOTOR-794 Fix support for Sphinx 4 (#128) 2021-07-22 11:41:20 -07:00
Shane Harvey
c81993e015
MOTOR-781 Fix synchro tests for pymongo 3.12 (#125)
Make motor client/db/collection hashable.
Make cursor close wait for killCursors.
2021-07-22 11:26:40 -07:00
Prashant Mital
b0a79e1e30
MOTOR-735 Versioned API connection examples for ecosystem docs (#126)
* MOTOR-699 Update PyMongo dependency to 3.12
2021-07-22 10:01:27 -07:00
Shane Harvey
d6ed164421
MOTOR-730 Stop testing problematic .js content type (#124) 2021-07-20 16:32:01 -07:00
Shane Harvey
0f83e4c8c5 MOTOR-780 Stop testing tornado@git with Python 3.5 2021-07-16 12:48:41 -07:00
Shane Harvey
bdb970378a
MOTOR-782 Better fix for test_fetch_next_exception (#123) 2021-07-16 12:40:08 -07:00
Shane Harvey
882f076ec5
MOTOR-779 Test against MongoDB 5.0 (#122)
Migrate ubuntu-16 testing to amazon1-2018.
2021-07-15 16:45:15 -07:00
Shane Harvey
30c14023ca
MOTOR-769 MOTOR-770 Fix test_fetch_next_exception and test_exhaust (#119)
Fix test_exhaust due to pymongo 3.12 cursor close and del changes.
2021-07-15 14:05:33 -07:00
Shane Harvey
a9dbf9a4fb
MOTOR-771 Use Sphinx 4 on motor.readthedocs.io (#121) 2021-07-15 13:48:45 -07:00
Shane Harvey
0de9d25803
MOTOR-602 Fix doc failures with sphinx 4 (#118) 2021-07-14 17:57:53 -07:00
Shane Harvey
7956514873
MOTOR-707 Add topology_description to MotorClient (#117) 2021-07-14 17:57:38 -07:00
Shane Harvey
96cd21b30c
MOTOR-747 Update test certs from drivers-evergreen-tools (#116) 2021-06-07 12:13:29 -07:00
Prashant Mital
9a03afec12
(docs) Fix broken links in monitoring example (#115) 2021-05-05 15:48:40 -07:00
vlad doster
afabd0079f
(docs) fix broken link for the monitoring example (#114) 2021-05-05 09:38:23 -07:00
Shane Harvey
8837ab095c
MOTOR-719 Remove NPS survey (#113) 2021-05-04 14:19:01 -07:00
Prashant Mital
512b3cc0a9
BUMP 2.5.0.dev0 (#112) 2021-04-08 17:19:02 -05:00
Prashant Mital
7f4203b5b7
BUMP 2.4.0 (#111) 2021-04-08 16:46:32 -05:00
William Zhou
59fe4116fb
MOTOR-708: Update Changelog for Motor 2.4 (#110) 2021-04-07 16:27:47 -07:00
William Zhou
e953978172
MOTOR-702: Motor tests that run agains PyMongo master should use v3.12 branch (#108) 2021-04-07 13:47:32 -07:00
Prashant Mital
5f0d9cff6f
MOTOR-703 Ensure we are testing against latest pymongo v3.12 commit (#109) 2021-04-07 12:15:42 -05:00
William Zhou
abbbde51e0
MOTOR-701: Require MongoDB 4.2+ to run CSFLE tests (#107) 2021-04-06 15:24:35 -07:00
William Zhou
9bff41c276
MOTOR-622: Add Python 3.9 support (#106) 2021-04-05 11:43:11 -07:00
William Zhou
c05d3eda44
MOTOR-476: Update FLE documentation for community version demonstrating explicit encryption/decryption (#104) 2021-04-02 13:05:42 -07:00
William Zhou
1b5a21a202
MOTOR-689: Add async wrapper for pymongo.encryption.ClientEncryption (#103) 2021-03-31 14:20:52 -07:00
William Zhou
8a8313da76
MOTOR-690: Port PyMongo example to Motor for automatic CSFLE (#102) 2021-03-26 14:59:53 -07:00
Jason Haury
f97d911c3b
Fix documentation examples for gridfs open_upload_stream (#101) 2021-03-02 10:11:05 -08:00
Shane Harvey
0e729fb6f3
MOTOR-674 Fix incorrect doc examples for open_upload_stream (#100) 2021-02-12 11:32:37 -08:00
Prashant Mital
f444e21d8d
BUMP 2.4.0.dev0 (#99) 2021-02-03 16:10:54 -08:00
Prashant Mital
b29ecd0335
BUMP 2.3.1 (#98) 2021-02-02 17:36:48 -08:00