Skip to content

Commit f1d4ab1

Browse files
committed
chore: release 6.3.3
1 parent 28da36b commit f1d4ab1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
6.3.3 / 2022-05-09
2+
==================
3+
* perf: avoid leaking memory when using populate() with QueryCursor because of reusing populate options with `_docs` #11641
4+
* fix(types): add `_id` back for LeanDocument #11769 #11761 [taxilian](https://github.com/taxilian)
5+
* fix(model): add skipValidation option for bulkWrite() to allow skipping validation for `insertOne` and `replaceOne` #11663
6+
* fix(document): correctly $__reset() subdocuments that are under nested paths #11672
7+
* fix(query): handle casting BSONRegExp instances as RegExps in queries #11597
8+
* fix: correctly cast $not in $expr #11689
9+
* perf: optimize size of browser bundle, use buffer v.5.7.1 package to match buffer package of mongodb in browser bundle #11765 [Uzlopak](https://github.com/Uzlopak)
10+
* docs: Query.populate docs do not include using an array of strings for the path param #11768 #11641 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
11+
* chore: add GitHub workflow to close stale "can't reproduce", "help", "needs clarification" issues #11753 [Uzlopak](https://github.com/Uzlopak)
12+
* chore: remove Makefile dependency for compiling docs #11751 [Uzlopak](https://github.com/Uzlopak)
13+
114
6.3.2 / 2022-05-02
215
==================
316
* perf: avoid registering event listeners on subdocuments to reduce memory usage #11541

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.3.2",
4+
"version": "6.3.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)