Releases: Studio3T/robomongo
Robo 3T 1.4.4
New Features:
- Support for Standard Connection String Format (Mongo URI)
Fixes:
- Fix Welcome Tab not loading the new content issue by disable/bypass HTTP cache (Windows, macOS only)
Robo 3T 1.4.3
New Features:
- macOS Big Sur support
- New Welcome Tab - embeds Chromium using QtWebEngine (Windows, macOS only)
- Database explorer section has smaller default width (#1556)
- Remember database explorer section size
- Import keys from old version: autoExpand, lineNumbers, debugMode and shellTimeoutSec
Fixes:
- Disable unsupported SSH tab for replica set connections #1285 #1340
- Fix a crash when new shell tab executed in server unreachable case
- Fix a crash when paging used in tabbed result window (#1661)
- Fix broken F2, F3, F4 shortcuts for tabbed result view
- One time re-order limit per new connections window to prevent data loss (macOS, #1790)
- Fix previously broken IPv6 support from command line:
robo3t --ipv6
Robo 3T 1.4.2
Fixes:
- Fix broken paging in DocumentDB (#1694)
Robo 3T 1.4.1
This patch version attempts to fix the following problems:
- Force light mode on macOS (Qt has problems with dark mode support) #1761, #1768, #1771,
- Fix broken macOS native theme/look #1766
- Fix broken Windows native theme/look
Robo 3T 1.4 with MongoDB 4.2 Support
See the blog post for details: http://blog.robomongo.org/robo-3t-1-4
Supported Platforms: https://github.com/Studio3T/robomongo#supported-platforms
New Features:
- Mongo shell 4.2 upgrade
- Support for Ubuntu 20.04 and macOS 10.15 (Catalina)
- SSH: ECDSA and Ed25519 keys support on Windows & macOS (#1719, #1530, #1590)
- Manually specify visible databases (#1696, #1368, #389)
Improvements:
- Qt upgrade (v5.12.8 - Apr/2020, Windows & macOS only)
- OpenSSL upgrade (v1.1.1f - Mar/2020, Windows & macOS only)
- libssh2 upgrade (v1.9.0 - Jun/2019, Windows & macOS only)
Fixes:
- Authentication database option isn't used properly (#1696)
- Add/Edit index ops fixed (re-written) (#1692)
- Crash when expanding admin users (#1728)
- Unable to run query after shell timeout reached (#1529)
Robo 3T 1.3
See the blog post for details: http://blog.robomongo.org/robo-3t-1-3
New Features:
- Biggest change in this version is mongo shell version upgrade from 3.4 to 4.0
- Support for importing from MongoDB SRV connection strings
- Query results window now supports tabbed output (#1591, #1403)
- New feature: #1569: Adding support for SCRAM-SHA-256 auth mechanism
- Encrypted passwords are used instead of clear text passwords (#731)
- Support for Ubuntu 18.04 and Mac 10.14.
- Support for creating version 4 UUID #1554
Improvements:
- Security: OpenSSL version upgrade to openssl-1.0.1o (2018-03-27)
Bug Fixes:
- Create/View/Drop User features are fixed and updated (#638, #1041)
- Pagination does not work when the aggregation queries have dotted fields (#1529)
- Attempt to fix #1547: Crash when right click on existing results plus a new long running query
- Fix for application crash when adding index with invalid JSON
- #1568: 'Repair Database' in Robo3T needs a confirm dialog box!
- #1551: Robo 3T the input space causes connection failure
- Crash when loading results + right click #1547
- #1603: Attempt to fix major connection problems seen with the second edit/add/remove doc. operation after MongoDB 4.0 upgrade
- Attempt to fix #1581: For CRUD ops showing progress bar and disabling context menu while waiting for edit op to finish
- Showing much better error reason string from Mongo drivers for connection failures
- Fixing UI issue where Functions folder freezing with "Functions..." when fails to refresh
Robo 3T 1.3 Beta
This beta is a test only release (not an official release).
New Features:
- Biggest change in this version is Mongo Shell version upgrade from 3.4 to 4.0.5.
- New feature: #1569: Adding support for SCRAM-SHA-256 auth mechanism
- Support for Ubuntu 18.04 and Mac 10.14.
- Support for creating version 4 UUID #1554
Bug Fixes:
- Attempt to fix #638 #1041: Broken create/edit/view user features updated
- Attempt to fix #1547: Crash when right click on existing results plus a new long running query
- Fix for application crash when adding index with invalid JSON
- #1568: 'Repair Database' in Robo3T needs a confirm dialog box!
- #1551: Robo 3T the input space causes connection failure
- Crash when loading results + right click #1547
- #1603: Attempt to fix major connection problems seen with the second edit/add/remove doc. operation after MongoDB 4.0 upgrade
- Attempt to fix #1581: For CRUD ops showing progress bar and disabling context menu while waiting for edit op to finish
- Showing much better error reason string from Mongo drivers for connection failures
- Fixing UI issue where Functions folder freezing with "Functions..." when fails to refresh
- Fix for #1529: Pagination does not work when the aggregation queries have dotted fields
Robo 3T 1.2
https://robomongo.org/download
http://blog.robomongo.org/robo-3t-1-2
In this release we have focused mostly on solving some popular issues. However, we still have some improvements. One major improvement is Qt version upgrade from 5.7.0 to 5.9.3 for better program stability, UI experience and Hi-DPI support
Fixes:
- Aggregate query results are not pagaeble #1058
- Big double numbers are showing incorrectly #1447
- Editing a document from a projection causes data loss (override) #881
- SSH: Resources temporarily unavailable. Error when starting up SSH session #1189
- robo3t 1.1 failed to start on Ubuntu 17.04 #1385
- Robo 3T is not opening on MacOS High Sierra #1412
- Cannot load list of indexes #1454
- Robo 3T is not buildable on latest MacOS High Sierra
Improvements
- Qt version upgraded from Qt 5.7.0 to Qt 5.9.3
- Auto switch to HTTP from HTTPS if the program crashes due to HTTPS related operations
- Improvements for Robo 3T is crashing constantly on High Sierra #1412
- PR: Improved query time formatting (#1358) #1455
Robo 3T 1.2 - Beta
This beta is a test only release (not an official release).
Main purpose of this beta is to test the following problems: crash on sierra, ssh error, Ubuntu failed start.
Improvements & Fixes:
- Qt version upgraded from Qt 5.7.0 to Qt 5.9.3
- Fix for "Cannot load list of indexes #1454"
- Improvements for Robo 3T is crashing constantly on High Sierra #1412
- PR: Improved query time formatting (#1358) #1455
- Fix for "Robo 3T is not buildable on latest MacOS vesion High Sierra"
- Fix attempt for "Error: Resources temporarily unavailable. Error when starting up SSH session: -8 #1426"
- Fix for "robo3t 1.1 failed to start on Ubuntu 17.04 #1385"
Robo 3T 1.1 with MongoDB 3.4 Support
https://robomongo.org/download
http://blog.robomongo.org/robomongo-1-1/
New Features:
- MongoDB 3.4 support
- New NumberDecimal (Decimal128) data type support
- ECMAScript 2015 aka ES6 Support (Modernized JavaScript Implementation)
- Re-naming from Robomongo to Robo 3T
Improvements & Fixes:
- Stability Improvements: Fix included to prevent a crash on MACOS Sierra
- Shell timeout is configurable on UI now 'Options->Change Shell Timeout'
- Fix for Robomongo Shell Timeout Issue (silently, prematurely finishing long lasting scripts)
- Security Improvements: OpenSSL version upgrade to openssl-1.0.1u (22-Sep-2016)
- Tool chain upgrades: Modern C++14 features are enabled and usable for developers
Notes:
- Currently there are issues with Centos, it may not start/work on Centos 6 and 7.