Skip to content
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

Adds some missing aggregation stages #2536

Closed
wants to merge 2 commits into from

Conversation

aturki
Copy link
Contributor

@aturki aturki commented Jun 8, 2023

Q A
Type feature
BC Break no
Fixed issues #2063

Summary

This PR implements some missing aggregation pipeline stages.

Known missing stages are:

@alcaeus
Copy link
Member

alcaeus commented Jun 12, 2023

The $changeStream aggregation pipeline stage was omitted on purpose, as the drivers expose this functionality through the watch methods on the Client, Database, and Collection objects. Is there a particular use case for adding this method to the builder?

@alcaeus
Copy link
Member

alcaeus commented Aug 4, 2023

Closing here. The $changeStream aggregation pipeline stage is meant to be used through the driver's watch method and not called individually.

@alcaeus alcaeus closed this Aug 4, 2023
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.

None yet

2 participants