Skip to content

types: indicate support for mongodb abort #15549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 25, 2025

Conversation

GalacticHypernova
Copy link
Contributor

Summary

MongoDB Node.js driver introduced experimental support of AbortController usage in various methods, such as find/findOne/countDocuments/aggregate. This PR adds the necessary typing to indicate that mongoose also supports it.

Examples

@GalacticHypernova GalacticHypernova marked this pull request as ready for review July 24, 2025 17:25
@vkarpov15 vkarpov15 requested a review from Copilot July 25, 2025 13:58
Copy link
Contributor

@Copilot 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.

Copilot wasn't able to review any files in this pull request.

@vkarpov15 vkarpov15 added this to the 8.17 milestone Jul 25, 2025
@vkarpov15 vkarpov15 changed the base branch from master to 8.17 July 25, 2025 14:07
Copy link
Collaborator

@vkarpov15 vkarpov15 left a comment

Choose a reason for hiding this comment

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

Thanks 👍

For future reference, relevant node driver PR is mongodb/node-mongodb-native#4364

@vkarpov15 vkarpov15 merged commit da1f770 into Automattic:8.17 Jul 25, 2025
3 checks passed
@GalacticHypernova GalacticHypernova deleted the patch-1 branch July 25, 2025 14:28
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.

2 participants