-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Insights: Automattic/mongoose
April 9, 2025 – May 9, 2025
Period: 1 month
Overview
Could not load contribution data
Please try again later
5 Releases published by 1 person
42 Pull requests merged by 10 people
-
types: fix signature of DocumentArray.id
#15414 merged
May 9, 2025 -
types(schema): allow post('init')
#15413 merged
May 9, 2025 -
docs+types(schema): add alternative optimisticConcurrency syntaxes to docs + types
#15405 merged
May 8, 2025 -
chore: comments on CSFLE feature branch PR#2
#15407 merged
May 7, 2025 -
C: add Node 24
#15408 merged
May 7, 2025 -
Eslint 9.0.0 & migrate to eslint flat configs
#15387 merged
May 6, 2025 -
chore(deps-dev): bump webpack from 5.98.0 to 5.99.7
#15398 merged
May 5, 2025 -
chore(deps-dev): bump @babel/preset-env from 7.26.9 to 7.27.1
#15397 merged
May 5, 2025 -
chore(deps-dev): bump tsd from 0.31.2 to 0.32.0
#15396 merged
May 5, 2025 -
chore(deps-dev): bump @babel/core from 7.26.10 to 7.27.1
#15395 merged
May 5, 2025 -
chore(deps-dev): bump marked from 15.0.7 to 15.0.11
#15394 merged
May 5, 2025 -
chore(deps-dev): bump mocha from 11.1.0 to 11.2.2
#15393 merged
May 5, 2025 -
chore(deps-dev): bump typescript from 5.7.3 to 5.8.3
#15392 merged
May 5, 2025 -
chore: address comments on CSFLE feature branch review
#15404 merged
May 5, 2025 -
fix(query): handle casting array filter paths underneath array filter paths with embedded discriminators
#15388 merged
May 5, 2025 -
docs(typescript): correct schema and model generic params in TS virtuals docs
#15391 merged
May 5, 2025 -
BREAKING CHANGE: remove browser build, move to @mongoosejs/browser instead
#15385 merged
May 5, 2025 -
General minor test and lint changes
#15400 merged
May 2, 2025 -
Reduce print length in
website.js
and dont exit early ingenerateSearch
#15379 merged
May 2, 2025 -
fix(SchemaType): add missing continue
#15384 merged
Apr 30, 2025 -
deps(kareem): change dependency notation to be HTTPS and properly "git"
#15381 merged
Apr 29, 2025 -
BREAKING CHANGE: make UUID schema type return bson UUIDs
#15378 merged
Apr 29, 2025 -
docs: add TypeScript Query guide with info on
lean()
+transform()
#15377 merged
Apr 29, 2025 -
BREAKING CHANGE: Async stack traces for custom methods and statics, remove
promiseOrCallback()
#15376 merged
Apr 28, 2025 -
fix: correct change tracking with maps of arrays of primitives and maps of maps
#15374 merged
Apr 28, 2025 -
Async stack traces for common function calls, remove callbacks for
execPost()
.#15375 merged
Apr 28, 2025 -
feat: expose a ClientEncryption object on encrypted Models
#15356 merged
Apr 28, 2025 -
8.14
#15373 merged
Apr 25, 2025 -
feat: upgrade MongoDB driver -> 6.16
#15371 merged
Apr 25, 2025 -
fix: export MongooseBulkSaveIncompleteError
#15370 merged
Apr 24, 2025 -
types(connection): add Connection.prototype.bulkWrite() to types
#15368 merged
Apr 23, 2025 -
fix: clone POJOs and arrays when casting query filter to avoid mutating objects
#15367 merged
Apr 23, 2025 -
fix(model): disallow Model.findOneAndUpdate(update) and fix TypeScript types re: findOneAndUpdate
#15365 merged
Apr 23, 2025 -
ci(NODE-6919): Use
mongodb-runner
in encryption cluster setup#15366 merged
Apr 22, 2025 -
Correctly recurse in InferRawDocType
#15357 merged
Apr 22, 2025 -
docs: add version requirements to v7 migration docs
#15361 merged
Apr 22, 2025 -
docs: update deleteOne & deleteMany API def
#15360 merged
Apr 22, 2025 -
feat(NODE-6507): generate encryption configuration on mongoose connect
#15320 merged
Apr 15, 2025 -
docs: adds Model#count to list of fns callback removed from
#15349 merged
Apr 11, 2025 -
types: include virtuals in toJSON and toObject output if
virtuals: true
set#15346 merged
Apr 11, 2025 -
Implement Query findById methods
#15337 merged
Apr 11, 2025
3 Pull requests opened by 2 people
-
CSFLE support
#15390 opened
May 1, 2025 -
Fix: Add strictFilter option to findOneAndUpdate (#14913)
#15402 opened
May 5, 2025 -
fix(model): make bulkSave() rely on document.validate() to validate docs and skip bulkWrite casting
#15415 opened
May 9, 2025
25 Issues closed by 4 people
-
Updating from 8.13.2 to 8.14.1 breaks post init hook
#15412 closed
May 9, 2025 -
Automatic Type Inference breaks on nested paths
#15401 closed
May 9, 2025 -
The `Double` type is not converting to native when using `toObject` / `toJSON`
#15409 closed
May 9, 2025 -
Database connection consistently fails after version `8.6.4`
#15351 closed
May 7, 2025 -
Arrayfilters does not work with nested array with descriminator
#15386 closed
May 5, 2025 -
C5DD Mongoose v8.13.1 Persistence Issues with Subdocuments and Specific Fields in Next.js/TypeScript Project
#15347 closed
May 1, 2025 -
[9.0] `validator.call` is not a function on regex `validate`
#15380 closed
Apr 30, 2025 -
.populate() on virtual fields using UUID arrays leads to empty array
#15382 closed
Apr 29, 2025 -
Make schema UUID use bson UUID
#15330 closed
Apr 29, 2025 -
How to type `QueryWithHelpers` so that it returns both `HydratedDocument` and `FlattenMaps`?
#15311 closed
Apr 29, 2025 -
mongodb-client-encryption in CSFLE
#15273 closed
Apr 29, 2025 -
Async Stack Traces support
#15317 closed
Apr 28, 2025 -
Unexpected $set statement to update field of Map type
#15350 closed
Apr 28, 2025 -
post middleware for 'updateOne' does not execute after executing this.findOne().clone() in pre middleware
#15372 closed
Apr 28, 2025 -
[Rollup] Packaging with Rollup messes up exports
#15276 closed
Apr 27, 2025 -
Automatically recreate ChangeStream on 'close' event
#14419 closed
Apr 24, 2025 -
MongooseBulkSaveIncompleteError is not exported [TS]
#15369 closed
Apr 24, 2025 -
[Types] Connection.prototype.bulkWrite type signature
#15359 closed
Apr 23, 2025 -
$elemMatch Query Mutates UUID Object to Binary Buffer
#15364 closed
Apr 23, 2025 -
Remove single-argument findOneAndUpdate behavior
#15363 closed
Apr 23, 2025 -
Issue with `InferSchemaType` for array values
#15354 closed
Apr 22, 2025 -
Issue with InferRawDocType, not resulting in simple js array, but instead as DocumentArray
#14954 closed
Apr 22, 2025 -
findOne function queries for id and not the param
#15306 closed
Apr 16, 2025 -
Ignore
#15353 closed
Apr 14, 2025 -
Virtuals not included in the type from when toJSON is called
#15316 closed
Apr 11, 2025
8 Issues opened by 7 people
-
Include underlying err.reason as err.cause for MongooseServerSelectionError
#15416 opened
May 9, 2025 -
Updating from `8.13.2` to `8.14.1` I get a compilation error: inferred type exceeds maximum length
#15411 opened
May 8, 2025 -
`bulkSave` and `bulkWrite` ignore changes to fields belonging to subclasses of subdocuments
#15410 opened
May 8, 2025 -
Autocomplete missing for $or, $elemMatch, $gte, and other MongoDB operators in JavaScript (VS Code)
#15406 opened
May 6, 2025 -
Inability to Migrate Primitive String Field to Subdocument Schema via get or init Hook
#15389 opened
May 1, 2025 -
Connection count not responding to maxIdleTimeMS
#15362 opened
Apr 19, 2025 -
DeprecationWarning: The 'punycode' module is deprecated in Node.js
#15358 opened
Apr 16, 2025 -
Ditch `AnyKeys` in `Model.create` and `Model.insertOne`
#15355 opened
Apr 15, 2025
11 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix: Strict Projection Object Typing
#15327 commented on
May 9, 2025 • 12 new comments -
Cloudflare Workers support (maybe via a HTTP Driver)
#14613 commented on
Apr 11, 2025 • 0 new comments -
Zstd compression with dictionnary based on schema
#15348 commented on
Apr 11, 2025 • 0 new comments -
Mongo Db Atlas data READ/WRITE becomes slower after 3 or 4 hours
#15278 commented on
Apr 28, 2025 • 0 new comments -
Fields not in schema need .get() after init
#5159 commented on
Apr 29, 2025 • 0 new comments -
InferSchemaType produces DocumentArray instead of a simple Array
#13772 commented on
Apr 30, 2025 • 0 new comments -
findOneAndUpdate method - produces inappropriate results on missing to pass first argument
#14913 commented on
May 5, 2025 • 0 new comments -
Mongoose support for the automatic queryable encryption
#14516 commented on
May 5, 2025 • 0 new comments -
Virtual Populate foreignField is array in combination with UUIDs
#15315 commented on
May 8, 2025 • 0 new comments -
Properties with unknown type in the mongoose model when set timestamps to true in v6.8.0
#12807 commented on
May 9, 2025 • 0 new comments -
AutoInferredSchema class
#14962 commented on
May 5, 2025 • 0 new comments