Release Notes

Everything new, improved, and fixed in Mongon.

2.1

February 2026
New

Copy Database

Copy an entire database with all collections and indexes to the same server, a saved connection, or any MongoDB instance via connection string.

New

Chunked Transfers

Optimized chunked transfers with deferred index creation for maximum speed. Progress tracking shows you exactly what's happening.

New

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.

Improved

Query Performance

Faster query execution and reduced memory usage for large result sets.

Fixed

Connection Stability

Fixed an issue where connections could drop when switching between tabs rapidly.

2.0

January 2026
New

Relation Navigation

Click any ObjectId to jump to the related document. Mongon automatically detects which collection the ID belongs to using fuzzy matching.

New

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.

New

Aggregation Pipeline Builder

Visual pipeline builder supporting all 14 stages. Click on any stage to preview intermediate output. Drag to reorder, export as code.

New

CloudKit Sync

Saved connections sync across all your Macs through iCloud. End-to-end encrypted via Apple CloudKit. Credentials stored in macOS Keychain.

New

Change Streams

Watch real-time changes on collections, databases, or entire deployments. Filter events by operation type.

New

15 Themes

Choose from 15 editor themes. 3 included in the free plan, all 15 available with Premium.

New

Export & Import

Export query results as JSON or CSV. Import documents from JSON files directly into collections.

New

Quick Open

Press ⌘P to open the command palette. Jump to any collection, tab, or saved query instantly.