Skip to content

Commit 3501adf

Browse files
committed
chore: release 8.10.0
1 parent ebf1533 commit 3501adf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
8.10.0 / 2025-02-05
2+
===================
3+
* feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #15184 #11162
4+
* feat(connection): make connection helpers respect bufferTimeoutMS #15229 #15201
5+
* feat(document): support schematype-level transform option #15163 #15084
6+
* feat(model): add insertOne() function to insert a single doc #15162 #14843
7+
* feat(connection): support Connection.prototype.aggregate() for db-level aggregations #15153
8+
* feat(model): make syncIndexes() not call createIndex() on indexes that already exist #15175 #12250
9+
* feat(model): useConnection(connection) function #14802
10+
* fix(model): disallow updateMany(update) and fix TypeScript types re: updateMany() #15199 #15190
11+
* fix(collection): avoid buffering if creating a collection during a connection interruption #15187 #14971
12+
* fix(model): throw error if calling create() with multiple docs in a transaction unless ordered: true #15100
13+
* fix(model): skip createCollection() in syncIndexes() if autoCreate: false #15155
14+
* fix(model): make `hydrate()` handle hydrating deeply nested populated docs with hydratedPopulatedDocs #15130
15+
* types(document): make sure toObject() and toJSON() apply versionKey __v #15097
16+
* ci(NODE-6505): CI Setup for Encryption Support #15139 [aditi-khare-mongoDB](https://github.com/aditi-khare-mongoDB)
17+
118
8.9.7 / 2025-02-04
219
==================
320
* fix: avoid applying defaults on map embedded paths #15217 #15196

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.9.7",
4+
"version": "8.10.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)