From 04a74397723f0f4ae68af8defba49dff8f31fc31 Mon Sep 17 00:00:00 2001 From: Cosimo Matteini Date: Mon, 11 Nov 2024 17:59:00 +0100 Subject: [PATCH] add changeset for new release --- .changeset/shaggy-ads-sneeze.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/shaggy-ads-sneeze.md diff --git a/.changeset/shaggy-ads-sneeze.md b/.changeset/shaggy-ads-sneeze.md new file mode 100644 index 0000000..88da474 --- /dev/null +++ b/.changeset/shaggy-ads-sneeze.md @@ -0,0 +1,13 @@ +--- +"effect-mongodb": patch +--- + +- Db.listCollections with ListCollectionsCursor +- Db.dropCollection +- DocumentCollection/Collection.deleteOne +- DocumentCollection/Collection.deleteMany +- DocumentCollection/Collection.updateMant +- DocumentCollection/Collection.replaceOne +- DocumentCollection/Collection.rename +- DocumentCollection/Collection.createIndexes +- DocumentCollection/Collection.aggregate with DocumentAggregationCursor and AggregationCursor