Release Notes
Everything new, improved, and fixed in Mongon.
2.1
February 2026Copy Database
Copy an entire database with all collections and indexes to the same server, a saved connection, or any MongoDB instance via connection string.
Chunked Transfers
Optimized chunked transfers with deferred index creation for maximum speed. Progress tracking shows you exactly what's happening.
Flexible Copy Targets
Copy to the same server with a new name, to any saved connection, or paste a connection string for one-time transfers.
Query Performance
Faster query execution and reduced memory usage for large result sets.
Connection Stability
Fixed an issue where connections could drop when switching between tabs rapidly.
2.0
January 2026Relation Navigation
Click any ObjectId to jump to the related document. Mongon automatically detects which collection the ID belongs to using fuzzy matching.
35+ Date Macros
Type # anywhere in your query to access date macros like #today, #last7days, #startOfMonth. Works in filters, projections, sorts, and all aggregation stages.
Aggregation Pipeline Builder
Visual pipeline builder supporting all 14 stages. Click on any stage to preview intermediate output. Drag to reorder, export as code.
CloudKit Sync
Saved connections sync across all your Macs through iCloud. End-to-end encrypted via Apple CloudKit. Credentials stored in macOS Keychain.
Change Streams
Watch real-time changes on collections, databases, or entire deployments. Filter events by operation type.
15 Themes
Choose from 15 editor themes. 3 included in the free plan, all 15 available with Premium.
Export & Import
Export query results as JSON or CSV. Import documents from JSON files directly into collections.
Quick Open
Press ⌘P to open the command palette. Jump to any collection, tab, or saved query instantly.