Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Automattic/mongoose issues and pull requests
#14998 - docs(migration-guide-6x): document that strictQuery default will flip-back
Pull Request -
State: open - Opened by markstos 6 days ago
#14997 - URI options parsing not spec compliant
Issue -
State: open - Opened by alexbevi 7 days ago
- 1 comment
#14996 - 8.8
Pull Request -
State: closed - Opened by vkarpov15 7 days ago
#14995 - fix(model): avoid unhandled error if `createIndex()` throws a sync error
Pull Request -
State: closed - Opened by vkarpov15 7 days ago
#14994 - docs(change-streams): fix markdown syntax highlighting for script output example
Pull Request -
State: closed - Opened by dragontaek-lee 7 days ago
#14993 - fix(model): avoid throwing TypeError if bulkSave()'s bulkWrite() fails with a non-BulkWriteError
Pull Request -
State: closed - Opened by vkarpov15 7 days ago
#14992 - types: use globalThis instead of global for NativeDate
Pull Request -
State: closed - Opened by Bl4sio 7 days ago
#14991 - feat: upgrade mongodb -> ~6.10
Pull Request -
State: closed - Opened by vkarpov15 8 days ago
#14990 - types: add __v to lean() result type and ModifyResult
Pull Request -
State: closed - Opened by vkarpov15 8 days ago
Labels: typescript
#14989 - types: added toJSON:flattenObjectIds effect
Pull Request -
State: closed - Opened by OguzBey 8 days ago
#14988 - Creating a schema corresponding to an interface containing a reference causes a Typescript error
Issue -
State: closed - Opened by asperling 8 days ago
- 2 comments
#14987 - feat(model): add hideIndexes option to syncIndexes() and cleanIndexes()
Pull Request -
State: closed - Opened by vkarpov15 8 days ago
#14986 - feat(query): add schemaLevelProjections option to query to disable schema-level select: false
Pull Request -
State: closed - Opened by vkarpov15 9 days ago
#14985 - fix(query): make sanitizeFilter disable implicit $in
Pull Request -
State: closed - Opened by vkarpov15 9 days ago
#14984 - syncIndexes (diffIndexes) and time series mongo system index
Issue -
State: open - Opened by Systerr 11 days ago
#14983 - Deduced type of an array in a schema is plain array instead of mongoose array.
Issue -
State: open - Opened by DavidTelenko 12 days ago
Labels: help, help wanted
#14982 - fix(cursor): close underlying query cursor when calling destroy()
Pull Request -
State: closed - Opened by vkarpov15 13 days ago
- 1 comment
#14981 - types: add JSONSerialized helper that can convert HydratedDocument to JSON output type
Pull Request -
State: closed - Opened by vkarpov15 13 days ago
#14979 - Introduce a simpler way to "populate unless populated"
Issue -
State: open - Opened by iliakan 14 days ago
- 1 comment
Labels: new feature, enhancement
#14978 - Model.bulkWrite fails embedded array update with embedded discriminator and arrayFilters
Issue -
State: open - Opened by lcrosetto 15 days ago
- 1 comment
#14977 - types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override
Pull Request -
State: closed - Opened by vkarpov15 15 days ago
Labels: typescript
#14976 - Cursor is not a Readable
Issue -
State: open - Opened by y-nk 15 days ago
#14975 - types(connection): add missing sanitizeFilter option
Pull Request -
State: closed - Opened by vkarpov15 16 days ago
Labels: typescript
#14974 - TypeScript errors with .lean() after upgrading from Mongoose 8.7.1 to 8.7.2
Issue -
State: open - Opened by Towerss 17 days ago
- 4 comments
Labels: typescript
#14973 - docs(migration-guide-v7): correct link to the section "Id Setter"
Pull Request -
State: closed - Opened by rb-ntnx 18 days ago
#14972 - docs(documents): add section on setting deeply nested properties, including warning about nullish coalescing assignment
Pull Request -
State: closed - Opened by vkarpov15 19 days ago
Labels: docs
#14971 - Connection timeout 10000ms when upgraded mongoose from 7.4.5 to 8.7.1
Issue -
State: open - Opened by sukhminderx 19 days ago
- 3 comments
Labels: help, help wanted
#14970 - Mongoose works in Deno runtime but fails in Deno built-in test runner
Issue -
State: closed - Opened by cvermeer579 19 days ago
- 1 comment
#14968 - types: improve goto definition for inferred schema definitions
Pull Request -
State: closed - Opened by forivall 20 days ago
#14967 - types: make Buffers into mongodb.Binary in lean result type to match runtime behavior
Pull Request -
State: closed - Opened by vkarpov15 20 days ago
- 1 comment
Labels: typescript
#14966 - Model.find().cursor().destroy() does not close the underlying mongodb cursor
Issue -
State: closed - Opened by SleepWalker 20 days ago
- 1 comment
Labels: performance, confirmed-bug
#14965 - fix(populate): handle array of ids with parent refPath
Pull Request -
State: closed - Opened by vkarpov15 21 days ago
#14964 - mongoose.transaction never resolves
Issue -
State: closed - Opened by VladimirMikulic 21 days ago
- 3 comments
Labels: help
#14963 - fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null
Pull Request -
State: closed - Opened by vkarpov15 22 days ago
#14962 - AutoInferredSchema class
Pull Request -
State: open - Opened by vkarpov15 22 days ago
Labels: typescript
#14961 - Re-occurrence of embedded discriminator not calling `pre('validate')` (discriminator defined without `path`)
Issue -
State: open - Opened by mvhayman-afs 22 days ago
Labels: has repro script
#14960 - Issue while connecting to database (Bug)
Issue -
State: open - Opened by faizcode24 23 days ago
- 6 comments
Labels: can't reproduce
#14959 - Initialize Models on build time
Issue -
State: open - Opened by timheerwagen 24 days ago
- 2 comments
Labels: help, help wanted
#14958 - Possible Bug? $set doesnt correctly update object in array of objects
Issue -
State: closed - Opened by joshuarussell10 24 days ago
- 3 comments
Labels: help
#14957 - docs(model): add more info on acknowledged: false, specifically that Mongoose may return that if the update was empty
Pull Request -
State: closed - Opened by vkarpov15 24 days ago
- 1 comment
Labels: docs
#14956 - types: correct schema type inference when using nested typeKey like `type: { type: String }`
Pull Request -
State: closed - Opened by vkarpov15 24 days ago
Labels: typescript
#14955 - feat: allow defining virtuals on arrays, not just array elements
Pull Request -
State: closed - Opened by vkarpov15 25 days ago
#14954 - Issue with InferRawDocType, not resulting in simple js array, but instead as DocumentArray
Issue -
State: open - Opened by sasp1 25 days ago
- 1 comment
Labels: confirmed-bug, typescript
#14952 - ValidationError on setting `null` on subdocument field after several other values being set
Issue -
State: closed - Opened by ValeriyMaslenikov 26 days ago
#14951 - acknowledged: false should also generate descriptive logging
Issue -
State: closed - Opened by markstos 26 days ago
- 1 comment
#14950 - Using `typeKey` and `required` throws a TypeError: Invalid schema configuration
Issue -
State: closed - Opened by greenafrican 26 days ago
- 1 comment
Labels: typescript
#14949 - v8.7.1 transaction freeze
Issue -
State: open - Opened by vorlov 26 days ago
- 2 comments
Labels: needs clarification, Stale
#14948 - findOne method returns first document, even when the query value passed is "undefined" - can create privacy issues
Issue -
State: open - Opened by Alef5750 26 days ago
- 1 comment
Labels: performance
#14947 - types: re-export DeleteResult and UpdateResult from MongoDB Node.js driver
Pull Request -
State: closed - Opened by vkarpov15 27 days ago
Labels: typescript
#14946 - Why does mongoose not export the `DeleteResult` type
Issue -
State: closed - Opened by chtpl 27 days ago
- 1 comment
Labels: typescript
#14945 - Unable to drop unique index on collection field after schema modification
Issue -
State: open - Opened by akshdev1998 27 days ago
- 2 comments
Labels: needs clarification
#14944 - Nullish coalescing assignment operator does not work as expected with mongoose.
Issue -
State: closed - Opened by CodingMeSwiftly 27 days ago
- 3 comments
Labels: docs
#14943 - feat(model): add applyTimestamps() function to apply all schema timestamps, including subdocuments, to a given POJO
Pull Request -
State: closed - Opened by vkarpov15 28 days ago
#14942 - Type error using findOne with lean function
Issue -
State: closed - Opened by nocodehummel 28 days ago
- 3 comments
Labels: can't reproduce
#14941 - Unable to drop unique index on employeeId after schema modification
Issue -
State: closed - Opened by akshdev1998 28 days ago
#14940 - Type error occurs while pushing embedded subdocument into array
Issue -
State: closed - Opened by claudioaldrighettiatroos 28 days ago
- 1 comment
Labels: help
#14939 - Performance Issue with withTransaction API Causing Prolonged Execution and 502 Errors
Issue -
State: open - Opened by deepsangani97271 29 days ago
- 2 comments
Labels: needs clarification, Stale
#14938 - fix: set flattenObjectIds to false when calling toObject() for internal purposes
Pull Request -
State: closed - Opened by vkarpov15 30 days ago
#14937 - fix: add mongodb 8 to test matrix
Pull Request -
State: closed - Opened by vkarpov15 30 days ago
- 1 comment
#14935 - find on ObjectIds not working after insertMany
Issue -
State: closed - Opened by DrChrispoper about 1 month ago
- 2 comments
#14934 - Compatibility - MongoDB 8.0
Issue -
State: closed - Opened by lokacoding about 1 month ago
- 4 comments
#14933 - .populate() not working for array refs in combination with uuid
Issue -
State: closed - Opened by JustDoItSascha about 1 month ago
- 1 comment
#14932 - fix: handle buffers stored in MongoDB as EJSON representation with { $binary }
Pull Request -
State: closed - Opened by vkarpov15 about 1 month ago
#14931 - chore(deps-dev): bump marked from 14.1.0 to 14.1.2
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14930 - chore(deps-dev): bump eslint from 8.57.0 to 9.11.1
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, javascript
#14929 - chore(deps-dev): bump babel-loader from 8.2.5 to 9.2.1
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, javascript
#14928 - chore(deps-dev): bump sinon from 18.0.0 to 19.0.2
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14927 - chore(deps-dev): bump typescript from 5.5.4 to 5.6.2
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14926 - chore(deps-dev): bump mongodb-memory-server from 10.0.0 to 10.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14925 - chore(deps-dev): bump webpack from 5.94.0 to 5.95.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14924 - chore(deps-dev): bump markdownlint-cli2 from 0.13.0 to 0.14.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14923 - chore(deps-dev): bump tsd from 0.31.1 to 0.31.2
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, javascript
#14922 - chore(deps-dev): bump nyc from 15.1.0 to 17.1.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, javascript
#14921 - chore(deps): bump actions/checkout from 4.1.7 to 4.2.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: github_actions, dependencies
#14920 - chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: github_actions, dependencies
#14919 - Update migrating_to_6.md about mongoose.modelSchemas
Pull Request -
State: closed - Opened by markstos about 1 month ago
- 1 comment
#14917 - connecting to MongoDB Atlas,
Issue -
State: open - Opened by Joshua-alt about 1 month ago
- 15 comments
Labels: needs clarification
#14916 - feat: add semver range for mongodb node driver and bson versions
Pull Request -
State: closed - Opened by vkarpov15 about 1 month ago
- 1 comment
#14915 - 8.7
Pull Request -
State: closed - Opened by vkarpov15 about 1 month ago
#14914 - feat: upgrade mongodb -> 6.9.0
Pull Request -
State: closed - Opened by vkarpov15 about 1 month ago
#14913 - findOneAndUpdate method - produces inappropriate results on missing to pass first argument
Issue -
State: open - Opened by jyoti-ui about 1 month ago
- 1 comment
Labels: enhancement
#14912 - Using spread operator on a SubDocument does not give the original object that mongoose is wrapping
Issue -
State: open - Opened by tonivuc about 1 month ago
- 3 comments
Labels: developer-experience
#14911 - Cast to Buffer failed after updating from version 8.5.2 to 8.6.3
Issue -
State: closed - Opened by lihue about 1 month ago
- 6 comments
#14910 - fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs
Pull Request -
State: closed - Opened by vkarpov15 about 1 month ago
- 2 comments
#14909 - Multiple Parallel Transactions with AsyncLocalStorage
Issue -
State: closed - Opened by vkarpov15 about 1 month ago
#14908 - fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware
Pull Request -
State: closed - Opened by dragontaek-lee about 1 month ago
#14906 - Performance degradation when upgrading from Mongoose v4 to v8 (findOne slower than find)
Issue -
State: open - Opened by 0Ams about 1 month ago
- 6 comments
Labels: performance
#14905 - feat(model): add `Model.applyVirtuals()` to apply virtuals to a POJO
Pull Request -
State: closed - Opened by vkarpov15 about 1 month ago
- 1 comment
#14904 - fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware
Pull Request -
State: closed - Opened by dragontaek-lee about 1 month ago
- 2 comments
#14903 - hook is not of type Aggregate
Issue -
State: closed - Opened by dragontaek-lee about 1 month ago
- 1 comment
#14902 - Invalid type for Buffer
Issue -
State: closed - Opened by littlegiqnt about 2 months ago
- 2 comments
Labels: help
#14901 - Update migrating_to_6.md about lodash `isEmpty()`
Pull Request -
State: closed - Opened by IslandRhythms about 2 months ago
#14900 - typing error when populating field " The types returned by '$clearModifiedPaths()' are incompatible between these types."
Issue -
State: closed - Opened by clement-faure about 2 months ago
- 1 comment
Labels: help
#14899 - standardize comment placement in lib/error
Pull Request -
State: closed - Opened by IslandRhythms about 2 months ago
#14898 - Model.deleteOne() delete the first document of the collection if no conditions are matched
Issue -
State: closed - Opened by kappuccino about 2 months ago
- 3 comments
#14897 - Infinitely hangs inserting complex document with recursive schema
Issue -
State: closed - Opened by hunkydoryrepair about 2 months ago
- 3 comments
Labels: confirmed-bug
#14896 - CastError Not Thrown When Saving Document with Invalid Value type
Issue -
State: closed - Opened by ayoubkhial about 2 months ago
- 3 comments
#14894 - fix(projection): avoid setting projection to unknown exclusive/inclusive if elemMatch on a Date, ObjectId, etc.
Pull Request -
State: closed - Opened by vkarpov15 about 2 months ago
#14893 - Mongoose >= 7.0.0 inserts default values after querying with a single field projection and $elemMatch
Issue -
State: closed - Opened by guy-evdev about 2 months ago
- 4 comments
Labels: confirmed-bug
#14892 - types: make __v a number, only set __v on top-level documents
Pull Request -
State: closed - Opened by vkarpov15 about 2 months ago