Commit Graph

89 Commits

Author SHA1 Message Date
dependabot[bot]
820ba59552
Update sphinx requirement from <8,>=5.3 to >=5.3,<9 (#348)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
2025-09-30 10:26:01 -05:00
Noah Stapp
4f1962faf2
MOTOR-1469 - Update the wording of Motor Deprecation Message (#339) 2025-06-26 10:08:37 -04:00
Noah Stapp
e20ae5fe5b
PYTHON-5377 - Further update assets to align with GA release of Async PyMongo (#335) 2025-05-14 13:37:35 -04:00
Steven Silvester
5c77c38016
MOTOR-1177 Add documentation for Type Annotation Support (#306) 2024-09-11 12:13:31 -05:00
Steven Silvester
48f34cbe02
MOTOR-1165 Add documentation for CSOT (#302) 2024-08-29 15:41:41 -05:00
Steven Silvester
8f71800c4a
MOTOR-1210 Update pre-commit to match PyMongo Checks (#232)
* MOTOR-1210 Update pre-commit to match PyMongo Checks

* update doctests
2023-11-08 10:13:38 -06:00
Steven Silvester
684279ed0a
MOTOR-1194 Replace flake8 and isort with ruff (#231)
* adopt ruff

* fixups

* cleanup

* update traceback
2023-10-20 13:45:21 -05:00
Steven Silvester
332360be4a
MOTOR-1168 Update broken specification link (#219) 2023-08-08 15:34:03 -05:00
Shashank Nigam
f77fa40ec5
Update aiohttp example (#197)
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2023-03-15 10:30:58 -05:00
Steven Silvester
32bcfe713f
MOTOR-1054 motor.motor_asyncio is broken for Python 3.11 (#185) 2022-10-25 15:45:23 -05:00
Steven Silvester
19537bbafe
MOTOR-938 Docs for watch() incorrectly call ChangeStream.close() (#163) 2022-04-27 21:13:29 -05:00
Steven Silvester
0c562e940b
MOTOR-902 Since Python 3.10 asyncio.get_event_loop() is deprecated (#155) 2022-04-20 19:47:14 -05:00
Steven Silvester
588951e51e
MOTOR-922 Update docs.mongodb.com links in source, API & Reference documentation (#154) 2022-04-13 14:10:10 -05:00
Steven Silvester
5e07f66799
MOTOR-897 Set up flake8 (#146) 2022-02-17 15:28:07 -06:00
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
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
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
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
Prashant Mital
ed02ce5e75
MOTOR-614 Use Python 3 syntax for super() calls (#89) 2020-09-21 13:14:13 -07:00
Prashant Mital
84f8a051d0
MOTOR-420 Remove legacy APIs/patterns from documentation (#85) 2020-08-13 16:03:48 -07:00
Prashant Mital
d72b4f5847
MOTOR-582 Deprecate Cursor.fetch_next and Cursor.next_object (#80) 2020-08-12 18:12:36 -07:00
Prashant Mital
aa7f55334e
MOTOR-417 Modernize codebase to use async/await syntax (#63) 2020-07-28 19:55:51 -07:00
A. Jesse Jiryu Davis
850539ab63 MOTOR-250 Delete callbacks from code examples 2018-07-01 18:47:29 -04:00
A. Jesse Jiryu Davis
f2454bfaec MOTOR-242 Stray references to authenticate() 2018-06-30 09:19:45 -04:00
A. Jesse Jiryu Davis
6af5bbaf21 MOTOR-242 Drop old CRUD methods 2018-06-27 22:48:01 -04:00
A. Jesse Jiryu Davis
79295cb92a MOTOR-242 Drop 13 deprecated functions
Take the opportunity of the Motor 2.0 release to drop any deprecated
APIs scheduled for removal in PyMongo. Start with the following:

Collection.initialize_unordered_bulk_op and initialize_ordered_bulk_op
Database.authenticate and logout
Database.eval (database.SystemJS never supported)
Helpers for getLastError and friends
MongoClient.get_default_database and kill_cursors
SON manipulators
2018-06-27 22:38:33 -04:00
A. Jesse Jiryu Davis
45f31dc7b5 MOTOR-128 Remove old GridFS classes 2018-06-10 08:10:40 -04:00
A. Jesse Jiryu Davis
80fb63767c MOTOR-241 New count API 2018-06-09 16:29:59 -04:00
A. Jesse Jiryu Davis
d26085c805 MOTOR-202 - Drop aiohttp 2, support aiohttp 3 2018-02-27 11:39:32 -05:00
A. Jesse Jiryu Davis
bd19b56109 MOTOR-185 Example clean shutdown w/ change stream 2018-01-11 16:03:45 -05:00
A. Jesse Jiryu Davis
ec9b313500 MOTOR-156 Change stream example 2017-12-11 14:24:56 -05:00
A. Jesse Jiryu Davis
2c91fa5fcc MOTOR-83 Drop Tornado 3 2017-04-23 23:00:05 -05:00
A. Jesse Jiryu Davis
3d38802446 MOTOR-136 Support aiohttp 2.x, drop 1.x 2017-04-23 21:52:44 -05:00
A. Jesse Jiryu Davis
c6ffc275a5 MOTOR-132 APM example, fix literalinclude 2017-04-01 07:24:25 -04:00
A. Jesse Jiryu Davis
5ee3f00def MOTOR-132 APM example 2017-04-01 06:52:49 -04:00
A. Jesse Jiryu Davis
e2901be3f2 Doc updates for 1.0. 2016-11-02 16:08:43 -04:00
A. Jesse Jiryu Davis
9bb62a8a23 MOTOR-127 Deprecate GridFS for GridFSBucket.
Use GridFSBucket in examples and in motor.web.GridFSHandler. This is a
BREAKING CHANGE to GridFSHandler.get_gridfs_file().
2016-10-31 23:36:06 -04:00
A. Jesse Jiryu Davis
bf7ddaa392 Write bytes, not str, in GridFS examples. 2016-10-31 12:03:23 -04:00
A. Jesse Jiryu Davis
9e74ceeb54 MOTOR-126 Make MotorGridIn a context manager. 2016-10-31 12:02:54 -04:00
A. Jesse Jiryu Davis
1e6ab972b9 MOTOR-122 Make MotorGridOut iterable. 2016-10-31 11:38:29 -04:00
A. Jesse Jiryu Davis
cc9e1b97c4 MOTOR-121 Update aiohttp example. 2016-10-29 18:20:53 -04:00
A. Jesse Jiryu Davis
a54a22626c MOTOR-92 Serve GridFS files with aiohttp. 2016-10-28 21:24:15 -04:00
A. Jesse Jiryu Davis
601e08e660 MOTOR-116 Don't link arg names to unrelated docs. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
b50a8ffe74 MOTOR-79 Document Motor's asyncio API. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
a61cffec1f MOTOR-87 Remove deprecated APIs from docs. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
9176352a2b MOTOR-87 Initial port to PyMongo 3.3. 2016-10-26 06:28:45 -04:00