Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Dec 12, 2025

BREAKING CHANGE: This releases increases the required minimum MongoDB version to 7.0.16.

Summary by CodeRabbit

Release Notes

  • Chores
    • Removed MongoDB 6.x from CI test matrix and eliminated the MongoDB 6 test script from available test targets.
    • Removed MongoDB 6-specific tests related to aggregation hints; retained tests for MongoDB 7+.
    • Updated README to indicate MongoDB 7+ as the supported versions.

✏️ Tip: You can customize this high-level summary in your review settings.

@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@mtrezza mtrezza added the state:breaking Breaking change requires major version increment and `BREAKING CHANGE` commit message label Dec 12, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 12, 2025

📝 Walkthrough

Walkthrough

Removed MongoDB 6-specific CI/job and test targets: eliminated the MongoDB 6 ReplicaSet entry from CI, removed the npm script for MongoDB 6.0.19, updated the README badge to show mongodb-7,_8, and deleted MongoDB <7-specific hint tests.

Changes

Cohort / File(s) Summary
CI workflow
.github/workflows/ci.yml
Removed the MongoDB 6 ReplicaSet matrix entry from the check-mongo job.
Documentation
README.md
Updated MongoDB compatibility badge from mongodb-6,_7,_8 to mongodb-7,_8.
NPM scripts
package.json
Removed the test:mongodb:6.0.19 script from scripts.
Tests
spec/ParseQuery.hint.spec.js
Removed test cases conditional on MongoDB versions <7 that covered aggregation/REST hints; retained ≥7 tests.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10–15 minutes

  • Check .github/workflows/ci.yml matrix change is limited to removing the 6.x ReplicaSet entry and that other CI matrix entries remain intact.
  • Verify package.json script removal does not break any composite npm scripts or CI references.
  • Ensure removal of MongoDB <7 tests in spec/ParseQuery.hint.spec.js still leaves representative coverage for supported versions.

Possibly related PRs

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and lacks required template sections. It states the breaking change but omits the Issue section, Approach details, and Tasks checklist that are specified in the repository's template. Complete the pull request template by adding a link to the related issue in the 'Issue' section, providing detailed description of changes in 'Approach', and indicating which Tasks apply using the checklist.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: increasing the required minimum MongoDB version to 7.0.16, which is directly reflected in the changeset across CI configuration, README, package.json, and test files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8a22e6b and a3e45aa.

📒 Files selected for processing (3)
  • .github/workflows/ci.yml (0 hunks)
  • README.md (1 hunks)
  • package.json (0 hunks)
💤 Files with no reviewable changes (2)
  • package.json
  • .github/workflows/ci.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: PostgreSQL 18, PostGIS 3.6
  • GitHub Check: MongoDB 7, ReplicaSet
  • GitHub Check: Node 22
  • GitHub Check: Code Analysis (javascript)
  • GitHub Check: Benchmarks

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Contributor

parseplatformorg commented Dec 12, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@mtrezza mtrezza mentioned this pull request Dec 12, 2025
24 tasks
coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 12, 2025
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.57%. Comparing base (87c7f07) to head (a3e45aa).
⚠️ Report is 3 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #9971      +/-   ##
==========================================
- Coverage   92.59%   92.57%   -0.03%     
==========================================
  Files         191      191              
  Lines       15559    15559              
  Branches      177      177              
==========================================
- Hits        14407    14403       -4     
- Misses       1140     1144       +4     
  Partials       12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
@mtrezza mtrezza merged commit 7bb548b into parse-community:alpha Dec 12, 2025
23 of 24 checks passed
parseplatformorg pushed a commit that referenced this pull request Dec 12, 2025
# [9.0.0-alpha.4](9.0.0-alpha.3...9.0.0-alpha.4) (2025-12-12)

### Features

* Increase required minimum MongoDB version to `7.0.16` ([#9971](#9971)) ([7bb548b](7bb548b))

### BREAKING CHANGES

* This releases increases the required minimum MongoDB version to `7.0.16`. ([7bb548b](7bb548b))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 9.0.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:breaking Breaking change requires major version increment and `BREAKING CHANGE` commit message state:released-alpha Released as alpha version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants