We're so proud to release Mongobooster 3.2 today. This version includes official support for MongoDB 3.4 along with some useful minor improvements and bugfix. For more information on MongoDB 3.4 , see Release Notes for MongoDB 3.4.
Hotfix in MongoBooster 3.2.3
- Improved: add "Current Query Result" export option for non-cursor collections (plain collections)
- Changed: default "Tab Name Format" to "Database:Collection"
- Changed: loosen the restriction - Test Data Generator restricts to test database.
- Changed: loosen the restriction -Read-only status lock restricts to localhost:27017 connection
Hotfix in MongoBooster 3.2.2
- Fixed: missing edit icon in the dark theme
- Fixed: windows freezes or stops responding when SSH connection lost (Windows platform only)
MongoDB 3.4 support
MongoBooster 3.2 adds support for all the new shell methods and operations of MongoDB 3.4. Sharding Zones, Linearizable Read Concern, Decimal Type, New Aggregation Stages, Views, and Collation.
New Aggregation Stages
MongoDB 3.4 adds a few aggregation stages for Recursive Search, Faceted Search, Facilitate Reshaping Documents, Count and Monitor. In MongoBooster 3.2, all new aggregation stages can be used as the chainable methods, rather than specifying a JSON object.
1 | db.employees.aggregate() |




