- Update to 4.15.3:
* Queryable Encryption text queries beta
* Decimal128 encoding/decoding
* Preliminary support for Python 3.14, including free-threading
* New method: append_metadata
* Server selection performance improved when selecting a server
* Fixed a bug where AsyncMongoClient would block the event loop while
creating new connections, potentially significantly increasing latency
for ongoing operations.
* Fixed a bug that resulted in confusing error messages after hostname
verification errors when using PyOpenSSL.
* Fixed a bug that could raise ServerSelectionTimeoutError when using
timeouts with AsyncMongoClient.
* SRV hostname validation fails when resolver and resolved hostnames are
identical with three domain levels
* AsyncMongoClient connection error causes UnboundLocalError
* Update lockfile for compat with older versions of uv
* Support for configuring DEK cache lifetime.
* pymongocrypt>=1.13 is now required for In-Use Encryption support.
* AsyncMongoClient no longer performs DNS resolution for “mongodb+srv://”
connection strings on creation.
* Removed PyOpenSSL support from the asynchronous API due to limitations of
the CPython asyncio.Protocol SSL implementation.
* Allow valid SRV hostnames with less than 3 parts.
* WaitQueueTimeoutError should not clear the pool
* Allow Database.command to run bulkWrite commands
OBS-URL: https://build.opensuse.org/request/show/1316360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymongo?expand=0&rev=47
Description
No description provided
Languages
Diff
100%