Skip to content

Commit 7ed441e

Browse files
committed
chore: release 8.9.0
1 parent 5ad2c33 commit 7ed441e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
8.9.0 / 2024-12-13
2+
==================
3+
* feat: upgrade mongodb -> 6.12
4+
* feat: add int32 schematype #15054 [aditi-khare-mongoDB](https://github.com/aditi-khare-mongoDB)
5+
* feat: add double schematype #15061 [aditi-khare-mongoDB](https://github.com/aditi-khare-mongoDB)
6+
* feat: allow specifying error message override for duplicate key errors unique: true #15059 #12844
7+
* feat(connection): add support for Connection.prototype.bulkWrite() with MongoDB server 8.0 #15058 #15028
8+
* feat: add forceRepopulate option for populate() to allow avoiding repopulating already populated docs #15044 #14979
9+
* fix(connection): remove heartbeat check in load balanced mode #15089 #15042
10+
* fix(query): clone PopulateOptions when setting _localModel to avoid state leaking between subpopulate instances #15082 #15026
11+
* types: add splice() to DocumentArray to allow adding partial objects with splice() #15085 #15041
12+
* types(aggregate): add $firstN, $lastN, $bottom, $bottomN, $minN and $maxN operators #15087 [mlomnicki](https://github.com/mlomnicki)
13+
* docs: Remove merge conflict markers #15090 [sponrad](https://github.com/sponrad)
14+
115
8.8.4 / 2024-12-05
216
==================
317
* fix: cast using overwritten embedded discriminator key when set #15076 #15051

docs/compatibility.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ You can refer to [this table](https://www.mongodb.com/docs/drivers/node/current/
1616

1717
Below are the [semver](http://semver.org/) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
1818

19-
2019
| MongoDB Server | Mongoose |
2120
| :------------: | :--------------------------------------------: |
2221
| `8.x` | `^8.7.0` |

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": "8.8.4",
4+
"version": "8.9.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)