mongo-python-driver/pymongo/asynchronous
Noah Stapp dd99f80ce3
PYTHON-5309: [v4.12] AsyncMongoClient doesn't use PyOpenSSL (#2286) (#2319)
Co-authored-by: Iris <58442094+sleepyStick@users.noreply.github.com>
2025-04-28 13:49:21 -04:00
..
__init__.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
aggregation.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth_aws.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth_oidc.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
bulk.py PYTHON-4471 - Logging records should have a standard field order (#2247) 2025-03-31 16:06:31 -04:00
change_stream.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
client_bulk.py PYTHON-4471 - Logging records should have a standard field order (#2247) 2025-03-31 16:06:31 -04:00
client_session.py PYTHON-5135 - Rename WriteConcernFailed code name to WriteConcernTimeout (#2214) 2025-03-24 15:37:00 -04:00
collection.py PYTHON-4933 - Allow drivers to set bypassDocumentValidation: false on… (#2227) 2025-03-28 15:56:37 -04:00
command_cursor.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
cursor.py PYTHON-4745 - Test behavior of async task cancellation (#2136) 2025-02-10 16:50:40 -05:00
database.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
encryption.py PYTHON-5309: [v4.12] AsyncMongoClient doesn't use PyOpenSSL (#2286) (#2319) 2025-04-28 13:49:21 -04:00
helpers.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
mongo_client.py PYTHON-5306: [v4.12] - Fix use of public MongoClient attributes before connection (#2285) (#2311) 2025-04-24 15:08:37 -04:00
monitor.py PYTHON-4471 - Logging records should have a standard field order (#2247) 2025-03-31 16:06:31 -04:00
network.py PYTHON-4471 - Logging records should have a standard field order (#2247) 2025-03-31 16:06:31 -04:00
pool.py PYTHON-5309: [v4.12] AsyncMongoClient doesn't use PyOpenSSL (#2286) (#2319) 2025-04-28 13:49:21 -04:00
server.py PYTHON-4471 - Logging records should have a standard field order (#2247) 2025-03-31 16:06:31 -04:00
settings.py PYTHON-5306: [v4.12] - Fix use of public MongoClient attributes before connection (#2285) (#2311) 2025-04-24 15:08:37 -04:00
srv_resolver.py PYTHON-5288: [v4.12] SRV hostname validation fails when resolver and resolved hostnames are identical with three domain levels (#2276) 2025-04-10 12:52:56 -05:00
topology.py PYTHON-5212 [v4.12] Do not hold Topology lock while resetting pool (#2307) 2025-04-24 11:19:24 -05:00
uri_parser.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00