MSI
WinGet
MongoDB Compass
MongoDB Inc · 1.48.2.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i mongodb-compass-1.48.2-win32-x64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{671130D6-9381-4294-A98A-8C9DE9BA7125}
Product version operator
Greater than or equal to
Product version
1.48.2.0
MSI Properties
Product Code
{671130D6-9381-4294-A98A-8C9DE9BA7125}
File Identity
Filename
mongodb-compass-1.48.2-win32-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
MongoDB.Compass.Full
Version
1.48.2.0
Description
The GUI for MongoDB. Visually explore your data.
License
Proprietary
↗
Support
https://support.mongodb.com/
Installer URL
https://github.com/mongodb-js/compass/releases/download/v1.48.2/mongodb-compass-1.48.2-win32-x64.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Release v1.48.2
What's Changed
New Features
- feat(components): add right click copy/cut/paste context menu COMPASS-9919
- feat(aggregations): enable rankFusion stage operator for the 8.0.14 backport COMPASS-9871
- feat(indexes): show shard key in indexes table COMPASS-6868
- feat(data-modeling): show warning for invalid relationships COMPASS-9847
Bug Fixes
- fix: remove delete when document is in edit mode COMPASS-9971
- fix(welcome, components): disable guide cues in the app until welcome moda…