-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(NODE-4196): add support for showExpandedEvents in change streams #3254
Merged
nbbeeken
merged 8 commits into
mongodb:main
from
baileympearson:DRIVERS-1975/change-streams-c2c-events
Jun 3, 2022
Merged
feat(NODE-4196): add support for showExpandedEvents in change streams #3254
nbbeeken
merged 8 commits into
mongodb:main
from
baileympearson:DRIVERS-1975/change-streams-c2c-events
Jun 3, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baileympearson
force-pushed
the
DRIVERS-1975/change-streams-c2c-events
branch
2 times, most recently
from
May 19, 2022 17:17
6aec144
to
a945d02
Compare
Merged
5 tasks
baileympearson
force-pushed
the
DRIVERS-1975/change-streams-c2c-events
branch
3 times, most recently
from
May 24, 2022 14:24
04c8230
to
385e9d4
Compare
baileympearson
force-pushed
the
DRIVERS-1975/change-streams-c2c-events
branch
from
May 27, 2022 17:39
588c515
to
9764334
Compare
nbbeeken
added
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
and removed
wip
labels
May 27, 2022
nbbeeken
requested changes
Jun 3, 2022
src/change_stream.ts
Outdated
* | ||
* @since 6.1.0 | ||
*/ | ||
collectionUUID: UUID; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be a Binary
explicit conversion is still the default
baileympearson
force-pushed
the
DRIVERS-1975/change-streams-c2c-events
branch
from
June 3, 2022 14:33
0601010
to
010be9a
Compare
nbbeeken
requested changes
Jun 3, 2022
nbbeeken
approved these changes
Jun 3, 2022
nbbeeken
added
Team Review
Needs review from team
and removed
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
labels
Jun 3, 2022
dariakp
approved these changes
Jun 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What is changing?
This PR adds support for new change stream events guarded behind the
showExpandedEvents
change stream pipeline stage option. It also adds new fields to some change events when the same flag is enabled.This PR also contains changes from the following tickets:
Is there new documentation needed for these changes?
No.
Double check the following
npm run check:lint
script<type>(NODE-xxxx)<!>: <description>