aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymongo_3.11.0.bb
AgeCommit message (Collapse)Author
2020-08-03python3-pymongo: Upgrade 3.10.1 -> 3.11.0Leon Anavi
Upgrade to release 3.11.0: - Added support for MongoDB 4.4. - Fixed a bug in change streams that could cause PyMongo to miss some change documents when resuming a stream that was started without a resume token and whose first batch did not contain any change documents. - Fixed an bug where using gevent.Timeout to timeout an operation could lead to a deadlock. For more details: https://pymongo.readthedocs.io/en/3.11.0/changelog.html Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>