Skip to content

fix(NODE-6955): add missing wallTime property to ChangeStreamDocumentCommon #4541

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qhello
Copy link

@qhello qhello commented May 20, 2025

Description

What is changing?

Adds missing wallTime: string property to ChangeStreamDocumentCommon type.

Is there new documentation needed for these changes?

I don't think so?

What is the motivation for this change?

I needed to use the wallTime property from my change stream messages, but noticed that the property is missing from mongodb built-in types.

Release Highlight

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

@qhello qhello requested a review from a team as a code owner May 20, 2025 14:12
@dariakp dariakp added tracked-in-jira Ticket filed in MongoDB's Jira system External Submission PR submitted from outside the team labels May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External Submission PR submitted from outside the team tracked-in-jira Ticket filed in MongoDB's Jira system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants