Skip to content

feat(NODE-5958): add BSON iterating API #656

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 8 commits into from
Mar 15, 2024

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented Mar 8, 2024

Description

What is changing?

  • Added an API that will iterate embedded document structures in BSON
Is there new documentation needed for these changes?

No.

What is the motivation for this change?

To encapsulate the complexity of iterating into nested structures such that one can write a function responsible for reviving each BSON value as needed and decide whether or not to create a nested structure.

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

@nbbeeken nbbeeken force-pushed the NODE-5958-parseToStructure branch from ba55987 to 32d1204 Compare March 11, 2024 17:57
@nbbeeken nbbeeken marked this pull request as ready for review March 11, 2024 17:57
@aditi-khare-mongoDB aditi-khare-mongoDB self-requested a review March 11, 2024 19:28
@aditi-khare-mongoDB aditi-khare-mongoDB added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Mar 11, 2024
@nbbeeken 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 Mar 13, 2024
@aditi-khare-mongoDB aditi-khare-mongoDB self-requested a review March 15, 2024 17:54
@aditi-khare-mongoDB aditi-khare-mongoDB merged commit 269df91 into main Mar 15, 2024
@aditi-khare-mongoDB aditi-khare-mongoDB deleted the NODE-5958-parseToStructure branch March 15, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Review Needs review from team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants