From f81717e205b826ed5c17ff570eae7844c7a03f24 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 18 Mar 2022 17:40:30 +0000 Subject: [PATCH] Add changelog for 0.11.10 [noissue] --- CHANGES.rst | 15 +++++++++++++++ CHANGES/511.bugfix | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 CHANGES/511.bugfix diff --git a/CHANGES.rst b/CHANGES.rst index 013ed6c5..82098b36 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,21 @@ Changelog .. towncrier release notes start +0.11.10 (2022-03-18) +==================== + +Bugfixes +-------- + +- Taught mongo-connection how to deal with Really Big Queries. This addresses the cause of + exceptions like `pymongo.errors.OperationFailure: Sort exceeded memory limit of 104857600 bytes` + when migrating large collections. + `#511 `_ + + +---- + + 0.11.9 (2022-01-14) =================== diff --git a/CHANGES/511.bugfix b/CHANGES/511.bugfix deleted file mode 100644 index c327890e..00000000 --- a/CHANGES/511.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -Taught mongo-connection how to deal with Really Big Queries. This addresses the cause of -exceptions like `pymongo.errors.OperationFailure: Sort exceeded memory limit of 104857600 bytes` -when migrating large collections.