14
0

Accepting request 1040665 from home:yarunachalam:branches:devel:languages:python

- Update to 4.3.3 
  Version 4.3.3 documents support for the following:
  * CSFLE on-demand credentials for cloud KMS providers.
  * Authentication support for EKS Clusters.
  * Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout().
  Bug Fixes
  * Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502).
  * Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508).

OBS-URL: https://build.opensuse.org/request/show/1040665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=90
This commit is contained in:
2022-12-06 17:59:38 +00:00
committed by Git OBS Bridge
parent d0270a3949
commit 0b3251ac78
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 6 13:23:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.3.3
Version 4.3.3 documents support for the following:
* CSFLE on-demand credentials for cloud KMS providers.
* Authentication support for EKS Clusters.
* Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout().
Bug Fixes
* Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502).
* Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508).
-------------------------------------------------------------------
Fri Oct 28 20:14:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>