Skip to content

Commit adb3a5e

Browse files
committed
chore: release 9.0.1
1 parent 1b72648 commit adb3a5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
9.0.1 / 2025-12-05
2+
==================
3+
* perf: use native Buffer.equals() for buffer comparison #15821 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+
* fix(model): fix overwriteImmutable not working with timestamps: true, add overwriteImmutable types re #15781 #15819 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5+
* fix(bulkWrite): pass overwriteImmutable option to castUpdate fixes #15782 #15781 [jhaayushkumar](https://github.com/jhaayushkumar)
6+
* fix(schema): Add enumValues property to Number enum for consistency with String enum #15824 [AkaHarshit](https://github.com/AkaHarshit)
7+
* fix: incorrect variable bug in double casting #15849 #15848 [lomesh2312](https://github.com/lomesh2312)
8+
* fix: clear timeout in collection operations #15852 [techcodie](https://github.com/techcodie)
9+
* types(query+model): use function overrides instead of | Query<any, any> to support using Query as filter #15791 #15779
10+
* docs(migrating_to_9): clarify removing next() from pre middleware #15813
11+
* docs: add dark mode support and CSS improvements #15753
12+
* docs: Mongoose compatibility page updates #15797 [alexbevi](https://github.com/alexbevi)
13+
* docs: Add closing backticks to code block in migration guide #15783 [isnifer](https://github.com/isnifer)
14+
* docs: fix documentation link in connection.js #15804 [salittle0](https://github.com/salittle0)
15+
116
8.20.2 / 2025-12-05
217
===================
318
* fix(model): bump version if necessary after successful bulkSave() #15809 #15800

package.json

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

0 commit comments

Comments
 (0)