Skip to content

docs(mongoose): add missing options to mongoose.set() docs#16019

Merged
vkarpov15 merged 1 commit intomasterfrom
vkarpov15/gh-16005
Feb 10, 2026
Merged

docs(mongoose): add missing options to mongoose.set() docs#16019
vkarpov15 merged 1 commit intomasterfrom
vkarpov15/gh-16005

Conversation

@vkarpov15
Copy link
Collaborator

Fix #16005

Summary

2 missing options in the mongoose.set() API docs

Examples

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Mongoose’s generated API documentation for mongoose.set() to include previously undocumented global options, addressing the gap reported in #16005.

Changes:

  • Document transactionAsyncLocalStorage as a supported mongoose.set() option and link to the transactions AsyncLocalStorage docs.
  • Document translateAliases as a supported mongoose.set() option.

@vkarpov15 vkarpov15 merged commit 06b4e93 into master Feb 10, 2026
56 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-16005 branch February 10, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to set transactionAsyncLocalStorage option in Nest js?

3 participants