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

Introduce AggregationStage API #4309

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Introduce AggregationStage API #4309

wants to merge 3 commits into from

Commits on Feb 27, 2023

  1. Prepare issue branch.

    christophstrobl committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c02968d View commit details
    Browse the repository at this point in the history
  2. Favor pipelineStages over toDocument in AggregationOperation.

    This commit makes sure to use available pipeline stages to figure out the operation.
    christophstrobl committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5305c95 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Introduce AggregationStage API

    With the introduction of AggregationStage we move the API closer to the MongoDB terminology removing kognitive overhead.
    Also the change allows us to switch back and forth with the default implementations of toDocument and toDocuments which let's us remove the deprecation warnings having dedicated interfaces that indicate what to implement in order to comply with the usage pattern.
    christophstrobl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    38e4068 View commit details
    Browse the repository at this point in the history