Skip to content

Conversation

durran
Copy link
Member

@durran durran commented Aug 29, 2025

Description

Adds support for select commands to use the rawData option on server 8.2 and higher.

What is changing?

  • Adds a new aspect to indicate an operation supports this feature.
  • Checks wire version to see if server supports the option, and if so, will add it to the command.
  • Updates max supported server and wire version.
  • Syncs new unified tests
Is there new documentation needed for these changes?

MongoDB manual and API docs.

What is the motivation for this change?

NODE-6883

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@durran durran force-pushed the NODE-6883-new-commands branch 2 times, most recently from 387697c to c2fa440 Compare August 29, 2025 20:52
@durran durran marked this pull request as ready for review August 29, 2025 21:39
@durran durran requested a review from a team as a code owner August 29, 2025 21:39
@baileympearson baileympearson self-assigned this Sep 2, 2025
@baileympearson baileympearson added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Sep 2, 2025
Copy link
Contributor

@baileympearson baileympearson left a comment

Choose a reason for hiding this comment

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

Just a few minor comments

@durran durran force-pushed the NODE-6883-new-commands branch from db24e0c to 464fb45 Compare September 4, 2025 17:36
@baileympearson baileympearson merged commit 0fa3cd4 into main Sep 8, 2025
29 of 31 checks passed
@baileympearson baileympearson deleted the NODE-6883-new-commands branch September 8, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants