mongo-python-driver/pymongo
mongodb-dbx-release-bot[bot] 113b9da2d4
BUMP 4.8.0b0
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
2024-06-25 22:11:29 +00:00
..
__init__.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
_azure_helpers.py PYTHON-4256 Clean up handling of TOKEN_RESOURCE (#1620) 2024-04-29 15:45:24 -05:00
_cmessagemodule.c PYTHON-4285 More consistent PyModule_GetState checks (#1560) 2024-03-25 13:48:45 -07:00
_csot.py PYTHON-4260 Lazily load optional imports (#1550) 2024-03-25 12:55:41 -05:00
_gcp_helpers.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
_version.py BUMP 4.8.0b0 2024-06-25 22:11:29 +00:00
aggregation.py PYTHON-2884: Replaced SON usage in all internal classes and commands (#1426) 2023-12-19 15:42:23 -08:00
auth_aws.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
auth_oidc.py PYTHON-4256 Clean up handling of TOKEN_RESOURCE (#1620) 2024-04-29 15:45:24 -05:00
auth.py PYTHON-4256 Clean up handling of TOKEN_RESOURCE (#1620) 2024-04-29 15:45:24 -05:00
bulk.py PYTHON-2048 Improve error message for bulk_write failures due to unsupported storage enginge (#1600) 2024-04-17 12:21:09 -05:00
change_stream.py PYTHON-4449 Ensure resume options aren't combined during automatic retry (#1641) 2024-05-15 10:03:40 -05:00
client_options.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
client_session.py PYTHON-4482 Improve performance by making _ServerSessionPool lock-free (#1660) (#1671) 2024-06-12 11:05:41 -07:00
collation.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
collection.py PYTHON-3741 Fix rendering of CodecOptions links in docs (#1595) 2024-04-16 11:29:27 -07:00
command_cursor.py PYTHON-4482 Improve performance by making _ServerSessionPool lock-free (#1660) (#1671) 2024-06-12 11:05:41 -07:00
common.py PYTHON-4463 Disallow comma character in authMechanismProperties connection string value (#1646) 2024-06-05 14:39:00 -05:00
compression_support.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
cursor.py PYTHON-2884: Replaced SON usage in all internal classes and commands (#1426) 2023-12-19 15:42:23 -08:00
daemon.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
database.py PYTHON-3741 Fix rendering of CodecOptions links in docs (#1595) 2024-04-16 11:29:27 -07:00
driver_info.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
encryption_options.py PYTHON-4112 Support named KMS providers (#1487) 2024-01-30 12:00:24 -08:00
encryption.py PYTHON-2267 Test passing UUID to encrypt_expression (#1510) 2024-02-05 15:53:44 -08:00
errors.py PYTHON-4260 Lazily load optional imports (#1550) 2024-03-25 12:55:41 -05:00
event_loggers.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
hello.py PYTHON-2822 Add server connectionId to command monitoring events (#1438) 2023-12-01 14:33:37 -08:00
helpers.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
lock.py PYTHON-3698 Support mypy 1.2 --strict testing (part 1) (#1371) 2023-09-20 14:29:17 -05:00
logger.py PYTHON-3835 Log informational message client-side based on detected environment (#1537) 2024-03-07 14:53:09 -08:00
max_staleness_selectors.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
message.py PYTHON-3457 Easier debugging with standardized logging (#1515) 2024-02-15 11:35:08 -08:00
mongo_client.py PYTHON-4347 Ensure client can be opened after fork() (#1682) 2024-06-13 14:35:42 -07:00
monitor.py PYTHON-3416 Mongos SRV Poller should wait 60 seconds to poll (#1571) 2024-04-05 11:21:18 -07:00
monitoring.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
network.py PYTHON-3457 Easier debugging with standardized logging (#1515) 2024-02-15 11:35:08 -08:00
ocsp_cache.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
ocsp_support.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
operations.py PYTHON-4332 create_search_index only sends "type" field when provided (#1573) 2024-04-08 11:34:51 -07:00
periodic_executor.py PYTHON-4147: Silence noisy thread.start() RuntimeError at shutdown (#1486) 2024-02-05 08:46:32 -05:00
pool.py PYTHON-4499 [v4.8] Log pymongo.connection at DEBUG without EventListeners (#1707) 2024-06-25 14:45:19 -07:00
py.typed PYTHON-3092 Add Type Discovery Files (#863) 2022-02-11 12:41:29 -06:00
pyopenssl_context.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
read_concern.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
read_preferences.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
response.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
results.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
saslprep.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
server_api.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
server_description.py PYTHON-3587 Do not perform server selection to determine sessions support (#1491) 2024-02-05 13:19:26 -08:00
server_selectors.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
server_type.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
server.py PYTHON-3457 Easier debugging with standardized logging (#1515) 2024-02-15 11:35:08 -08:00
settings.py PYTHON-3668 Use polling SDAM mode on FaaS and add sdamMode=auto/stream/poll (#1360) 2023-10-12 13:19:16 -07:00
socket_checker.py PYTHON-3698 Support mypy 1.2 --strict testing (part 1) (#1371) 2023-09-20 14:29:17 -05:00
srv_resolver.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
ssl_context.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
ssl_support.py PYTHON-4492 [v4.8] Fallback to stdlib ssl when pyopenssl import fails with AttributeError (#1675) 2024-06-12 13:19:42 -07:00
topology_description.py PYTHON-4298 Raise ConfigurationError not TypeError when round_trip_time is None in server selection (#1566) 2024-04-04 12:57:07 -07:00
topology.py PYTHON-4482 Improve performance by making _ServerSessionPool lock-free (#1660) (#1671) 2024-06-12 11:05:41 -07:00
typings.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
uri_parser.py PYTHON-4463 Disallow comma character in authMechanismProperties connection string value (#1646) 2024-06-05 14:39:00 -05:00
write_concern.py PYTHON-3984 Deprecate WriteConcern.wtimeout in favor of pymongo.timeout() (#1591) 2024-04-16 05:27:09 -05:00