File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+
1188.9.7 / 2025-02-04
219==================
320 * fix: avoid applying defaults on map embedded paths #15217 #15196
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 8.9.7 " ,
4+ "version" : " 8.10.0 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments