Skip to content

Conversation

@kraenhansen
Copy link
Contributor

Description

Follow-up to #7431.

As per https://www.mongodb.com/docs/manual/reference/operator/aggregation/scoreFusion/

$scoreFusion is only available for deployments that use MongoDB 8.2+.

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added
  • If this change updates the UI, screenshots/videos are added and a design review is requested
  • If this change could impact the load on the MongoDB cluster, please describe the expected and worst case impact
  • I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@kraenhansen kraenhansen requested a review from lerouxb November 17, 2025 13:38
@kraenhansen kraenhansen self-assigned this Nov 17, 2025
@kraenhansen kraenhansen requested a review from a team as a code owner November 17, 2025 13:38
Copilot AI review requested due to automatic review settings November 17, 2025 13:38
@kraenhansen kraenhansen added no release notes Fix or feature not for release notes no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) labels Nov 17, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the version check for the $scoreFusion aggregation operator to align with MongoDB's official documentation, which states that $scoreFusion is available from MongoDB 8.2+, not 8.3.0-alpha0 as previously specified in the test.

  • Updated the version constraint for $scoreFusion operator from >=8.3.0-alpha0 to >=8.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kraenhansen kraenhansen merged commit fa28760 into main Nov 17, 2025
65 checks passed
@kraenhansen kraenhansen deleted the kh/update-e2e-score-fusion-server-range branch November 17, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no release notes Fix or feature not for release notes no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants